Description
Sum of the waiting time and the service time of an activity instance. 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
actinstcasetimetype
Equations
Formula for practitioners
returns the service time of activity instance , representing the time between its start and completion.
returns the waiting time of activity instance , representing the idle period before the instance starts execution.
Formal Definition
Tags
actinst
case
time
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.instances.lead_time
