Total Cost considering single events of activity instances
View in library docsDimension:
Cost
Granularity:
Activity instance
Description
Total cost associated with an activity instance, measured as the latest recorded value among the events of an activity instance.
Potential use
Event log in which total cost information is recorded.
Assumptions
Minimizing total cost is desirable.
Desired Value:
MINIMIZE
Required attributes
actinsttctype
Equations
Formula for practitioners
returns the total cost associated with an event.
returns the completion event of activity instance .
returns the start event of activity instance .
Formal Definition
Tags
actinst
tc
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.cost.instances.total_cost_for_single_events_of_activity_instances
