We have a requirement where an Azure AD admin account needs to be created along with associated Azure roles. The approval process should follow a two-step workflow:
First-Level Approval (Parallel):
Each role requested should trigger a separate approval request to its respective role owner (workgroup). For example, if two roles are requested during the admin account creation, two parallel approval requests should be sent to the owners of each role.
Second-Level Approval (Serial):
Once all first-level approvals are completed, a second-level approval should be initiated and approved by another designated workgroup.
Could you please suggest possible solutions or approaches to implement this workflow?
In your custom workflow, add two steps of Approval, In the 1st step of Approval choose the mode as Parallel and in the second Approval step choose the mode as serial.
add your logic in between the steps and try executing the workflow.