Description
Sum of elapsed time between the start and complete events of all instantiations of an activity in the event log.
Potential use
Event log that contains lifecycle information for activity instances where the actual time spent executing them is of interest.
Assumptions
Minimizing service time is desirable.
Desired Value:
MINIMIZE
Required attributes
actactinsttimetype
Equations
Formula for practitioners
returns the set of all instances of activity .
returns the service time of activity instance .
Formal Definition
Tags
act
actinst
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.activities.service_time
