Description
Difference between the time that a case is expected to take and its lead time.
Potential use
Event log is associated with a process in which the lead time of a case should not exceed a specific value.
Assumptions
Exceeding the lead time limit value is undesired.
Desired Value:
MAXIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the lead time of case .
represents the predefined time Limit for the case.
The expression measures the absolute deviation of the case lead time from its deadline.
Formal Definition
Tags
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_deviation_from_deadline
