...
- for expenses greater then
- the approval step can be considered approved if All stakeholders approve
- the approval step can be considered rejected if 1 stakeholder reject
- for expenses in the range
- the approval step can be considered approved if it receives the 50% of approbations
- the approval step can be considered rejected if it receives the 50% of rejections
- for expenses that are less than $100
- the approval step can be considered approved if it receives 1 approbation
- the approval step can be considered rejected if All stakeholders reject
The Minimum Required approbations and rejections based on conditions are evaluated always before of any Minimum Required approbations and rejections unconditioned.
It implies that, that If the Condition associated to a Minimum required approbation is true, the Minimum required approbation unconditioned is not evaluated.
...
When the priority is not high, it's not required any approbation.
The Minimum Required approbations and rejections based on conditions are evaluated basing on their sequential order.
It implies that, If the condition associated to the top Minimum required approbation is true, the next Minimum required approbation is not considered also if the associated condition is true.
For example, in the following case, when the amount is less then $500, the approval step is considered approved only when 1 approval is approved.
When the priority is not high, it's not required any approbation.
The Minimum Required approbations and the Minimum Required rejections are evaluated independently.