Description
Total elapsed time between the earliest and latest timestamps in a case. Also known as cycle time.
Potential use
Event log is associated with a process in which the total elapsed time of a case is of relevance.
Assumptions
Minimizing lead time is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the end timestamp of case .
returns the start timestamp of case .
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.cases.lead_time
