Expected Automated Activity Service Time

View in library docs
eAutST(g)\mathit{e}\mathit{AutST}(g)
Dimension:
Time
Granularity:
Group of cases

Description

Expected sum of the service time of all instantiations of automated activities in a case belonging to 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

act
actinst
case
time
type

Equations

Formula for practitioners

AutST(g)C(g)\frac{\mathit{AutST}(g)}{\mathit{C}(g)}

AutST(g)\mathit{AutST}(g) returns the automated activity service time of group of cases gg.
C(g)\mathit{C}(g) returns the case count of group of cases gg.

Formal Definition

AutST(g)C(g)\frac{\mathit{AutST}(g)}{\mathit{C}(g)}

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.expected_automated_activity_service_time