Description
Number of resources that are involved in the execution of an activity in the event log.
Potential use
If the event log does not contain cost information, Resource count can be used as a proxy for the cost performance of an activity.
Assumptions
Minimizing the number of resources involved is desirable.
Desired Value:
MINIMIZE
Required attributes
actres
Equations
Formula for practitioners
returns the set of resources used for activity in the event log.
Formal Definition
Tags
act
res
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.cost.activities.resource_count
