Rework Percentage

View in library docs
RewP(a)\mathit{RewP}(a)
Dimension:
Quality
Granularity:
Activity

Description

Percentage of times that an activity is instantiated again, after its first instantiation, in any case of the event log.

Potential use

Process where rework occurs recurrently.

Assumptions

Minimizing rework is desirable.

Desired Value:

MINIMIZE

Required attributes

act
actinst
case
type

Equations

Formula for practitioners

RewC(a)I(a)\frac{\mathit{RewC}(a)}{\mathit{I}(a)}

RewC(a)\mathit{RewC}(a) returns the rework count for activity aa.
I(a)\mathit{I}(a) returns the total number of instances of activity aa.

Formal Definition

RewC(a)I(a)\frac{\mathit{RewC}(a)}{\mathit{I}(a)}

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.activities.rework_percentage