Service Time from activity A to activity B
View in library docsDescription
Sum of elapsed time between the start and complete events of all activity instances of every case belonging to a group of cases, which occur between the earliest instantiation of a specific activity, and the earliest instantiation of another specific activity that occurs after the former one, including both, within each case.
Potential use
Event log is associated with a process in which the actual time spent executing a specific subprocess is of relevance.
Assumptions
Minimizing service time is desirable.
Desired Value:
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the service time from activity to activity in case .
returns the set of first instances of activity that occur after the first instance of in case .
Formal Definition
The indicates that the PPI can take multiple forms, in this case, . If , then the function considers activity instances that were started within the start and end activity instances, i.e., it uses ; if , then the function considers activity instances that were completed within the start and end activity instances, i.e., it uses ; if , then the function considers activity instances that were either started or completed within the start and end activity instances, i.e., it uses ; if , then the function considers all activity instances that were active within the start and end activity instances, i.e., it uses .
Tags
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.groups.service_time_from_activity_a_to_b
