- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 08:10 PM
Hi everyone,
I'm looking for advice on the best way to generate multiple "sc_task" simultaneously using "for each" flow logic. My goal is to have all the tasks created at once and have them wait for each other to continue.
Currently, when I use the "for each" logic, it creates the first "sc_task" and waits for its completion before generating the next one. I want to create all the "sc_task" instances at the same time and have them all wait.
What's the best way to achieve this?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 09:11 PM
Hi @Shark0os17 ,
Unselect "Wait" Checkbox. This ensures all the tasks are created at once.
To check if all the tasks are closed then configure your flow as below
If my answer helped you in any way, please mark it as helpful or correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 08:54 PM
Hi @Shark0os17,
If you unselect the Wait checkbox in the action, the Flow should continue to with the next action.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 09:11 PM
Hi @Shark0os17 ,
Unselect "Wait" Checkbox. This ensures all the tasks are created at once.
To check if all the tasks are closed then configure your flow as below
If my answer helped you in any way, please mark it as helpful or correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 04:19 PM - edited 03-12-2025 04:21 PM
Wouldn't that Wait, wait for each sequenced task (procedural) AND if there were actions to complete after each task, how would that work? Meaning that if TASK 3 was completed first, it would have to WAIT till task TASK was completed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 10:24 PM
You can try Sai149's solution. it will work.