Description
Number of times that any activity is instantiated in a group of cases.
Potential use
If the event log does not contain timestamps, activity Instance count can be used as a proxy for the time performance of a group of cases.
Assumptions
A greater number of activity instances implies that the cases in a group of cases take longer to complete.
Desired Value:
MINIMIZE
Required attributes
actinstcase
Equations
Formula for practitioners
returns the set of cases in group of cases .
returns the activity instance count of case .
Formal Definition
Tags
actinst
case
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.groups.activity_instance_count
