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

Thank you @Pradnyesh