Automated Activity count

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

Description

Number of automated activities that occur in a group of cases.

Potential use

Event log that contains automated activities.

Assumptions

Automated activities take less time to be executed.

Desired Value:

MAXIMIZE

Required attributes

act
case

Equations

Formula for practitioners

aact(g){1if a is automated0otherwise\sum_{a \in \mathit{act}(g)} \begin{cases} 1 & \text{if } a \text{ is automated} \\ 0 & \text{otherwise} \end{cases}

act(g)\mathit{act}(g) returns the set of unique activities that occur in group of cases gg.

Formal Definition

Autl(cgact(c))|\mathit{Autl} \cap (\cup_{c \in g} \mathit{act}(c))|

Tags

act
case

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.time.groups.automated_activity_count