Hello everyone,
I need suggestions on how to tackle this business requirement for an approval workflow. This workflow will have two stages:
Has anyone done a combo approval like that?
I send the workflow step name so I was thinking of a condition to check what workflow step name I'm in and then run the appropriate flow. Not sure if that is the correct way of doing it. Any suggestions? Maybe reformat the JSON input to accommodate the two different types of approval flows?
UPDATE:
Just realized that a more complete example would be for Stage 1, there will be five to six departments with at least two users per department. Anyone in each department can reply (First to Reply) but all departments must respond before moving on to Stage 2.
Stage two is just one department with two users and anyone can reply (First to Reply).
Now I'm thinking of a parallel approval (First to Reply) to all the departments in Stage one then, the last Approval (First to Reply) for stage 2.
Right now my JSON input sends the workflow like this example:
Solved! Go to Solution.
I had the same exact requirement that you have for Stage 1. Create Parallel branches and use Scopes to structure them. On Each Flow Approval within scope, you can add multiple approvals with the First to approve setting. Then you can check all of their approvals finally and take the next action. Refer Below...
I had the same exact requirement that you have for Stage 1. Create Parallel branches and use Scopes to structure them. On Each Flow Approval within scope, you can add multiple approvals with the First to approve setting. Then you can check all of their approvals finally and take the next action. Refer Below...
@PrasadAthalye So I'm on the right track for parallel in stage 1. Capture each department responses then when all departments finished approving start stage 2 with its own approval. I found the tutorial on doing parallel approval flows so I'll use that as a starting point.
Thanks,
Ray
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |