ST(g)\mathit{ST}(g)
Dimension:
Time
Granularity:
Group of cases

Description

Sum of elapsed time between the start and complete events of all activity instances of a group of cases.

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

actinst
case
time
type

Equations

Formula for practitioners

cgST(c)\sum _{c \in g} \mathit{ST}(c)

ST(c)\mathit{ST}(c) returns the total service time of case cc.

Formal Definition

cgST(c)\sum _{c \in g} \mathit{ST}(c)

Tags

actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.time.groups.service_time