Rework Percentage

View in library docs
RewP(c)\mathit{RewP}(c)
Dimension:
Quality
Granularity:
Case

Description

Percentage of times that any activity is instantiated again, after its first instantiation, in a case.

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(c)I(c)\frac{\mathit{RewC}(c)}{\mathit{I}(c)}

RewC(c)\mathit{RewC}(c) returns the rework count for case cc.
I(c)\mathit{I}(c) returns the total number of activity instances in case cc.

Formal Definition

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

Tags

act
actinst
case
type

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.quality.cases.rework_percentage