Provides summary statistics about the processing time of events on the level of activities, traces, cases or log.
processing_time(eventlog, level_of_analysis = c("log", "trace", "case",
"activity", "resource", "resource-activity"), units = c("hours", "days",
"weeks", "mins"))
The event log to be used. An object of class
eventlog
.
At which level the analysis of processing times should be performed: log, trace, case, resource or activity. #'
The time unit in which the throughput times should be reported.