Description
Percentage of outcome units associated with all activity instances in a case that are successfully completed.
Potential use
Process where the outcome of activity instances, as well as whether they are successful or not, can be measured.
Assumptions
Maximizing the percentage of successful outcome units is desirable.
Desired Value:
Required attributes
actinstcasetypeunsunt
Equations
Formula for practitioners
returns the successful outcome unit count of case .
returns the total outcome unit count of case .
Formal Definition
The indicates that the PPI can take multiple forms, in this case, . If , then the function considers single events of activity instances for outcome unit calculations, i.e., it uses and ; if , then the function considers the sum of all events of activity instances for outcome unit calculations, i.e., it uses and .
Tags
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.cases.successful_outcome_unit_percentage
