Description
Number of times that the human resource associated with an activity instance differs from the human resource associated with the preceding activity instance within a case.
Potential use
If actual time spent on a case is not of interest, Handover count can be used as a workload estimation within the time dimension.
Assumptions
Reducing the times that work handover occurs is desirable.
Desired Value:
MINIMIZE
Required attributes
actinstcasehrestype
Equations
Formula for practitioners
Here, is the set of activity instances in case ,
returns the number of distinct resources involved in the execution of activity instance .
The formula sums these values to obtain the total handovers in case .
Formal Definition
Tags
actinst
case
hres
type
Python implementation
This indicator is implemented in the process_performance_indicators Python library.
process_performance_indicators.indicators.time.cases.handover_count
