Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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"); }
Thank's for your sharing.
This is one option we are considering.
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.