1
0
-1

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.


    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      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");
      }
        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thank's for your sharing. 


        This is one option we are considering.

          CommentAdd your comment...