- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2020 04:13 AM
Hi Experts,
In flow designer, i am using "Do the following in parallel flow" activity for generating the parallel service catalog task.
But i can't do the following requirement inside the flow.
when any one of the catalog task is closed incomplete ,then remaining catalog tasks should get closed incomplete in flow designer
Could you help me in this case
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2020 11:35 AM
I think you just need a If statement (or build a subflow and call that) after every task that checks the state of the closing task and if incomplete, close all remaining tasks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2020 11:35 AM
I think you just need a If statement (or build a subflow and call that) after every task that checks the state of the closing task and if incomplete, close all remaining tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 11:19 AM