Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 747 Bytes

09-Operators.md

File metadata and controls

24 lines (13 loc) · 747 Bytes

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 AND operator selects the WORST state of its child nodes:

And Operator

OR

The OR operator selects the BEST state of its child nodes:

Or Operator

Or Operator #2

MIN n

The MIN operator selects the WORST state out of the BEST n child node states:

MIN