Flow Designer - Need to spawn 3 tasks simulataneously
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 12:44 PM
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:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 12:46 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 01:50 PM
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.