Description
Sum of the service time of all instantiations of automated activities in a group of cases.
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 cases that belong to group of cases .
returns the automated activity service time of case .
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.groups.automated_activity_service_time
