Description
Total elapsed time between the earliest instantiation of a specific activity and the earliest instantiation of another specific activity that occurs after the former one 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 set of first started instances of activity in case .
returns the first instance of activity occurring after the first started 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_from_activity_a_to_b
