Handover count

View in library docs
H(c)\mathit{H}(c)
Dimension:
Time
Granularity:
Case

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

actinst
case
hres
type

Equations

Formula for practitioners

iinst(c)dres(i)\sum_{i \in \mathit{inst}(c)} \mathit{dres}(i)

Here, inst(c)\mathit{inst}(c) is the set of activity instances in case cc,
dres(i)\mathit{dres}(i) returns the number of distinct resources involved in the execution of activity instance ii.
The formula sums these values to obtain the total handovers in case cc.

Formal Definition

iinst(c)dres(i)\sum _{i \in \mathit{inst}(c)} \mathit{dres}(i)

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