Description
Sum of the total elapsed time for all instantiations of an activity in the event log. Also known as cycle time.
Potential use
Event log is associated with a process in which the total elapsed time of activity instances is of relevance.
Assumptions
Minimizing lead time is desirable.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the set of activity instances that belong to activity .
returns the lead time of activity instance .
Formal Definition
Tags
act
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.activities.lead_time
