Description
Elapsed time between the start event of an activity instance and the complete event of the activity instance that precedes it.
Potential use
Event log in which the time spent between every activity instance is of relevance.
Assumptions
Minimizing waiting time is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the start timestamp of activity instance .
returns the completion timestamp of activity instance .
returns the set of preceding activity instances to 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.instances.waiting_time
