Flow Designer - Need to spawn 3 tasks simulataneously

ronyaac
Tera Contributor

Hello All,

 

I am trying to create my old flow in workflow editor into flow designer.

 

I have 3 tasks that I need to trigger at the same time, however I need one of the tasks to wait until it close completes before spawning the other tasks. The caveat is that I need the third task to continue its other tasks. It sounds confusing so maybe a picture will help:

 

Screen Shot 2022-11-09 at 3.38.58 PM.png

These are the 3 tasks that need to spawn at the same time. Currently it does work where all 3 have to be closed completed before moving on to the next tasks. However, the "Assign (assing) sourcing cse" tasks does NOT need to wait, it needs to continue spawning the other tasks associated it to it. The "Vet the Vendor" task has other tasks associated to it that needs to wait until its complete. 

 

Summary: Need to have all 3 tasks spawn, but 1/3 does not need to wait until the other tasks are closed to continue only one does.

 

6 REPLIES 6

I think you'll need to create subflows.

Create a sub flow for tasks 1 and 2, and task 1A

Create another sub flow for Task 3, and task 3A

 

Then in you main flow, call both subflows.

ronyaac
Tera Contributor

Hi Mike! So I did try this where i put the tasks in parallel and it does work. However, my issue is that 1/3 of the paths must wait to be closed completed before spawning the other tasks, while the other task does not need to wait on the other task to move on to the next task.

 

The tasks take different avenues based on logic that determines what next task spawns.