Flow designer Do the Following in Parallel not running in parallel

gjz
Mega Sage

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:

find_real_file.png

 

 

Here are the details of one of the tasks - the other parallel tasks are the same except for the assignment group.

find_real_file.png

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?

1 ACCEPTED SOLUTION

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.

find_real_file.png

PPlease let me know if it helped you

View solution in original post

15 REPLIES 15

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?