Description
Ratio between the number of activities that occur in a case, and the number of human resource roles that are involved in the execution of a case.
Potential use
Process where several roles are involved.
Assumptions
Minimizing the number of human resource roles involved in the execution of the case is desirable.
Desired Value:
MAXIMIZE
Required attributes
actcaserole
Equations
Formula for practitioners
returns the number of unique activities in case .
returns the number of unique roles involved in case .
Formal Definition
Tags
act
case
role
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.flexibility.cases.activity_and_role_count_ratio
