Hi Team,
I want to develope the approval process workflow which will have 'n' number of approval step (user will configure the approval steps). It may have n number of steps in sequence or in parallel with all users at each level should approve or anyone should approve option to proceed to next step.
For ex. If user configured the approval flow with 5 step approval, where level4 is in parallel.
Step Level Level Name Approver All Must Approve
1 level 1 Business Approval user1;user2 True
2 Level2 Compliance Approval user3 False
3 Level3 Legal Approval user4 True
4 Level4 HR Approval user1;user2;user3 True
5 Level4 Finance Approval user5 False
The approval steps will be dynamic and with any possible combination like, 5 steps in parallel and 2 in sequense. Any possible combination.
How can I develop the dynamic workflow for above requirement?
Thanks,
Prafull