Description
Outcome units associated with all instantiations of an activity in the event log.
Potential use
Process where the outcome of activity instances can be measured.
Assumptions
Maximizing outcome unit count is desirable.
Desired Value:
MAXIMIZE
Required attributes
actactinsttypeunt
Equations
Formula for practitioners
returns the set of all instances of activity .
returns the outcome unit count of activity instance .
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 ; if , then the function considers the sum of all events of activity instances for outcome unit calculations, i.e., it uses .
Tags
act
actinst
type
unt
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.activities.outcome_unit_count
