Description
Total elapsed time between the earliest instantiation of a specific activity and the latest event of 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 final activity instance of case .
returns the lead time from activity instance to .
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
