Description
Total elapsed time between the earliest event and the earliest instantiation of a specific activity in a case.
Potential use
Event log is associated with a process in which the total elapsed time of a specific subprocess is of relevance.
Assumptions
Minimizing lead time is desirable.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the activity instance that starts case .
returns the first completed instance of activity in case .
returns the lead time between activity instances and .
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.cases.lead_time_to_activity_a
