activity Instance and Human Resource count Ratio
View in library docsDimension:
Flexibility
Granularity:
Activity
Description
Ratio between the number of times that an activity is instantiated in the event log, and the number of human resources that are involved in the execution of an activity in the event log.
Potential use
Process where several human resources are involved.
Assumptions
Minimizing the number of human resources involved in the execution of an activity is desirable.
Desired Value:
MAXIMIZE
Required attributes
actactinsthres
Equations
Formula for practitioners
returns the total number of instances of activity .
returns the number of unique human resources that performed activity .
Formal Definition
Tags
act
actinst
hres
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.flexibility.activities.activity_instance_and_human_resource_count_ratio
