- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2021 04:27 PM
If an incident is created that is a security issue we have a requirement to create three tasks to run in parallel to address the security incident. Once the three incident tasks are complete the incident needs to be automatically closed. I've chosen to use Flow Designer but I have found I can't get the three tasks to open at the same time.
My flow looks like this:
Here are the details of one of the tasks - the other parallel tasks are the same except for the assignment group.
If I check the "Wait" field, only the first task opens and the others will not until the 1st is closed.
If I leave it unchecked, the last task completes before the three tasks are complete - which is not the desired behavior, I need the last task to wait until all three tasks are complete.
Can anyone spot why this doesn't work?
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2021 05:20 AM
ok.
Make wait checkbox unchecked so that all tasks will execute parallely.
Add If clause and check state for all tasks
if the state of all tasks closed complete then it will jump to that next step.
PPlease let me know if it helped you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 05:28 AM
While this works, the catalog items I want to use this for contains some initial tasks and then about 10 tasks after the initial tasks are completed that are assigned to various teams to complete.
The teams work at a certain pace, so we want all those additional tasks created at the same time, but don't want the RITM to go to Closed Complete until AFTER ALL the additional tasks are closed complete. (Like in the old Workflows where you used Branch/Join).
Make sense?