Description
Sum of time periods in which no activity instance is executed during a case.
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
returns the set of activity instances that occur in case .
returns the waiting time of activity instance .
returns the set of concurrent structures (parallel branches) related to instance .
returns the preceding structure of activity instance .
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.cases.idle_time
