Role(g)\mathit{Role}(g)
Dimension:
Flexibility
Granularity:
Group of cases

Description

Number of human resource roles that are involved in the execution of a group of cases.

Potential use

Process where several roles are involved.

Assumptions

A greater number of roles involved in the execution of the process implies greater flexibility.

Desired Value:

MAXIMIZE

Required attributes

case
role

Equations

Formula for practitioners

count(cgrole(c))\mathit{count}(\cup_{c \in g} \mathit{role}(c))

role(c)\mathit{role}(c) returns the set of unique roles involved in case cc.

Formal Definition

cgrole(c)|\cup_{c \in g} \mathit{role}(c)|

Tags

case
role

Python implementation

This indicator is implemented in the process_performance_indicators Python library.

process_performance_indicators.indicators.flexibility.groups.role_count