Description
Number of cases in a group of cases where a specific activity is the first one to be instantiated it.
Potential use
Process is expected to start with specific activities.
Assumptions
Maximizing the number of cases that start with the specific activity is desirable.
Desired Value:
MAXIMIZE
Required attributes
actactinstcasetype
Equations
Formula for practitioners
returns the set of first activity instances in case .
returns the activity of activity instance .
Formal Definition
Tags
act
actinst
case
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.groups.case_count_where_start_activity_is_a
