- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 04:37 AM
I want to close the RITM if the task in sub-flow is closed. How can I achieve it?
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 10:12 AM
The Subflow in which you create the Catalog Task will wait until the task is closed. Then you can do an update record action on the RITM and update its state. The RITM is linked on the Catalog task and can thus be accessed with dot walking. In the example I did an additional if statement to only close the RITM if the task was set to closed complete.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 10:12 AM
The Subflow in which you create the Catalog Task will wait until the task is closed. Then you can do an update record action on the RITM and update its state. The RITM is linked on the Catalog task and can thus be accessed with dot walking. In the example I did an additional if statement to only close the RITM if the task was set to closed complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 01:18 AM
Hi Soeren,
Do you know if it's possible to take your above example and make it a subflow, so that it can be called into a main flow and reduce action bloat?