Approval rule is "count"

For example, when the number of people approved is > = 1 and the number of approvers is 2, if one of them passes the approval, it will be regarded as approved.

For example, if the number of people approved is >= 2 and the number of approvers is 2, if one of them rejects, the rejection action will be executed directly.

 

For example: if the number of people approved is >= 3, and the number of approvers is 2, after all users have been approved, the pass conditions still cannot be met. Therefore, the process will remain in this status and no operations will be performed.

Approval rule is "percent"

For example, the proportion of people approved is > = 50%, and the number of approvers is 3. If the first two users have approved, the proportion of people approved is 66.7% > the set value of 50%. Therefore, the operation after approved is directly executed.

For example, the proportion of people approved is > = 50%, and the number of approvers is 3. If two users reject, the proportion of the people rejected is 66.7%, (1-0.667) * 100 < the set value 50%. Therefore, the action after rejection is directly executed.

For example, the proportion of people approved is > = 50%, and the number of approvers is 2. When all users have passed, the proportion of people approved is 100% > = the set value 50%. Therefore, the operation after approved is directly executed, and vice versa.