Operators¶
Every Business Process requires an Operator. This operator defines its behaviour and specifies how its very own state is going to be calculated.
- AND
The
ANDoperator selects the WORST state of its child nodes.- OR
The
ORoperator selects the BEST state of its child nodes.- DEGRADED
The
DEGRADEDoperator behaves like anAND, but if the resulting state is CRITICAL it transforms it into a WARNING. Refer to Fig. 137 for the case-by-case analysis of the statuses.
Fig. 137 All possible status outcomes when applying the DEGRADED operator.¶
- MIN
The
MINoperator selects the WORST state out of the BEST n child node states.