Provides summary statistics concerning the throughput times of cases. The throughput time of cases is defined as the time between the start of the first event and the completion of the last event. Can be performed at the level of the log as well as the level of traces and cases.
throughput_time(eventlog, level_of_analysis = c("log", "trace", "case"),
units = c("days", "hours", "mins", "weeks"))
The event log to be used. An object of class
eventlog
.
At which level the analysis of throughput times should be performed: log, case or trace.
The time unit in which the throughput times should be reported.