Description
Percentage of cases belonging to a group of cases whose latest event occurs after a given deadline.
Potential use
Event log is associated with a process in which cases should be completed before a defined deadline.
Assumptions
Exceeding the deadline of interest is undesired.
Desired Value:
MINIMIZE
Required attributes
actinstcasetimetype
Equations
Formula for practitioners
returns the completion timestamp of case .
returns the number of cases in group .
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.groups.case_percentage_with_missed_deadline
