Description
Number of times that a non-automated activity is instantiated in a case.
Potential use
Event log that contains automated activities.
Assumptions
Non-automated activities are prone to errors, which reduces the quality of the process.
Desired Value:
MINIMIZE
Required attributes
actactinstcasetype
Equations
Formula for practitioners
returns the set of all activity instances in case .
returns the activity of activity instance .
returns the set of automated activities.
Formal Definition
Tags
act
actinst
case
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.quality.cases.non_automated_activity_instance_count
