Description
Sum of the service time of all instantiations of automated activities in a case.
Potential use
Event log that contains automated activities and lifecycle information for activity instances.
Assumptions
Minimizing service time is desirable.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the set of activity instances that occur in case .
returns the activity associated with activity instance .
denotes the set of automated activities.
returns the service time of activity instance .
Formal Definition
Tags
act
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.cases.automated_activity_service_time
