- 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-12-2024 01:26 AM
Thank you @Pradnyesh