Two parallel level approval

abhisek
Tera Contributor

I have to create Two parallel level approval through workflow i.e. both generated at same time - however RITM cannot get created until both groups have approved and if anyone rejects then RITM should be cancelled.

 

Can anyone please help me out.

 

Thanks&Regards,

Abhisek Chattaraj.

1 ACCEPTED SOLUTION

Hey @abhisek  

Your existing workflow is attached to the specific catalog item, meaning it runs on the RITM (Requested Item) table. This setup creates the RITM immediately when the request is submitted, which doesn't allow you to hold the process until both parallel approvals are completed. Since your requirement is to have the approvals occur before any RITM is created, you need to move the approval process to a workflow on the Request table (sc_request). This way, the request remains in a pending state until both approval groups have given their approval, and only then is the RITM created. Using your current workflow on the catalog item won't work because it doesn't provide the necessary pre-approval pause required to prevent the premature creation of RITMs.

Kindly mark it correct and helpful if it is applicable.

Thanks,

Raj

View solution in original post

5 REPLIES 5

hareeshnjsc
Mega Contributor

Guys, please DM using hareeshnjscs@gmail.com 

 

I have some doubts about the service catalog and flow design(two-level approvals).