Description
Number of activities that occur in a case.
Potential use
If the event log does not contain timestamps, Activity count can be used as a proxy for the time performance of a case.
Assumptions
A greater number of activities implies that the case takes longer to complete.
Desired Value:
MINIMIZE
Required attributes
actcase
Equations
Formula for practitioners
returns the set of unique activities that occur in case .
Formal Definition
Tags
act
case
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.cases.activity_count
