- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 07:13 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 12:32 AM
@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.
Entire look of the flow is :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 09:04 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 11:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 12:32 AM
@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.
Entire look of the flow is :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 12:41 AM
@ServiceNow_Boy
If your problem is resolved with my above solution, please mark it as helpful.