Flow designer parallel flow issue.

ServiceNow_Boy
Tera Contributor

Hi Team,

I am currently working on a flow designer with seven parallel tasks. The eighth task is also generated in parallel based on a specific condition. However, I'm facing an issue where the RITM (Request Item) is getting closed automatically when the eighth task is directly closed.

 

My requirement is to ensure that the RITM should only be closed after all eight parallel tasks have been completed.

 

Could you please guide me on how to achieve this?

 

Thank you for your assistance.

1 ACCEPTED SOLUTION

Pradnyesh
Kilo Sage

@ServiceNow_Boy  create a new flow as below.

I have triggered it for specfic catalog item if you want you can also do the same.

Pradnyesh_0-1723447760946.pngPradnyesh_1-1723447796329.pngPradnyesh_2-1723447846872.pngPradnyesh_3-1723447879764.png



Entire look of the flow is : 

Pradnyesh_4-1723447924478.png

 

View solution in original post

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Can you share what you've setup?

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Amit Verma
Kilo Patron
Kilo Patron

Hi @ServiceNow_Boy 

 

Can you please share some snippets of your do the following in parallel action for better understanding of your problem.

 

You can make use of Wait for Condition action to ensure that status of all the 8 tasks are completed before your Update Record action is executed (Assuming you have Update Record action post the Parallel logic).

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Pradnyesh
Kilo Sage

@ServiceNow_Boy  create a new flow as below.

I have triggered it for specfic catalog item if you want you can also do the same.

Pradnyesh_0-1723447760946.pngPradnyesh_1-1723447796329.pngPradnyesh_2-1723447846872.pngPradnyesh_3-1723447879764.png



Entire look of the flow is : 

Pradnyesh_4-1723447924478.png

 

@ServiceNow_Boy  

If your problem is resolved with my above solution, please mark it as helpful.