Description
Expected total elapsed time between the earliest event and the earliest instantiation of a specific activity in 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 is of relevance.
Assumptions
Minimizing lead time is desirable.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetimetype
Equations
Formula for practitioners
returns the lead time from the start of case to the first completed instance of activity in case .
returns the set of first completed instances of activity in case .
returns the number of cases in group where activity occurs at least once (i.e., cases with a non-empty ).
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_to_activity_a
