Description
Sum of the elapsed time for all times that any activity is instantiated again, after its first instantiation, in a case.
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
actactinstcasetimetype
Equations
Formula for practitioners
returns the total lead time of case .
returns the lead time of the first instance of activity in case .
Formal Definition
Tags
act
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.cases.rework_time
