Expected Lead Time from activity A to activity B
View in library docsDimension:
Time
Granularity:
Group of cases
Description
Expected 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 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
: Set of all cases belonging to group .
: Lead time between activity and activity within case .
: Function that returns the flow instance between and in case . If empty, the pair does not occur in .
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_to_b
