Parallel 3 Approvers and need just 2 of 3 approval

Confluence User - 31 Oct, 2019

Hi There!

We are trying to create process to assign 3 approvers parallely and process need only 2 from 3 approvers to approve.

So we need your guys opinion how to creeate process which is the most optimized performance.


Our idea is just like this.


process

2


01 Nov, 2019
confluenceUser
1
confluenceUser

Check this out... Multiple Approval v2 (Thread safe) You just need to change the if condition in the script.

else if(rowCount >= approvalCount){
workflowManager.processVariable(processId, statusVariableName, "Approved");
}
01 Nov, 2019
confluenceUser
confluenceUser

Thank's for your sharing. 


This is one option we are considering.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print