RT(a)\mathit{RT}(a)
Dimension:
Quality
Granularity:
Activity

Description

Sum of the elapsed time for all times an activity is instantiated again, after its first instantiation, in any case in the event log.

Potential use

Process where measuring the time spent on rework activities is of relevance.

Assumptions

Minimizing the time spent on reworking is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
time
type

Equations

Formula for practitioners

LT(a)cCfilt(c,a)\mathit{LT}(a) - \sum _{c \in C} \mathit{filt}(c, a)

LT(a)\mathit{LT}(a) returns the total lead time of activity aa.
filt(c,a)\mathit{filt}(c, a) returns the lead time of the first instance of activity aa in case cc.

Formal Definition

LT(a)cCfilt(c,a)\mathit{LT}(a) - \sum _{c \in C} \mathit{filt}(c, a)

Tags

act
actinst
case
time
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.activities.rework_time