Majority win rule not working as expectation
Summary:
Content (required):
I have created one custom stage and added a participant with parallel routing. In this routing I have added an approval group which has 3 approvers. Under voting tab, I have set the % for any with 60% (as 2/3~66%. I have lowered this to 60%) as below.
I am trying to run a scenario where if any of the 2 approvers take action, outcome should be triggered. When approver1 and 2 approves, the requisition is getting approved. For approver 3, task action is getting withdrawn by system which is working as expected.
Now when approver 1 rejects the requisition or if approver 1 approves and approver 2 rejects, final outcome is getting triggered as Rejected for requisition without the action of next approver. Expectation is if approver 1 rejects, then if approver 2 rejects then only system should reject else if approver 1 approves and approver 2 rejects, then system should wait for approver 3 action and then derive outcome based on approver 3 action.