Description
Expected total elapsed time between the earliest instantiation of a specific activity and the latest activity event of a case belonging to a group of cases.
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 lead time from the first started instance of activity in case to the end of case .
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.groups.expected_lead_time_from_activity_a
