Description
Expected sum of time periods in which no activity instance is executed during a case belonging to a group of cases.
Potential use
Event log that contains lifecycle information for activity instances in which the time the case is inactive is of interest.
Assumptions
Minimizing idle time is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
represents the group of cases under analysis.
returns the idle time of case .
returns the case count of group of cases .
Formal Definition
Tags
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.groups.expected_idle_time
