Flow Designer: Generate multiple "sc_task" simultaneously using "For Each" Flow Logic

Shark0os17
Tera Contributor

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!

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Shark0os17 ,

 

Unselect "Wait" Checkbox. This ensures all the tasks are created at once.

Sai149_3-1716523809615.png

To check if all the tasks are closed then configure your flow as below

Sai149_2-1716523778950.png

Sai149_1-1716523700315.png

 

 

If my answer helped you in any way, please mark it as helpful or correct.

View solution in original post

4 REPLIES 4

James Chun
Kilo Patron

Hi @Shark0os17,

 

If you unselect the Wait checkbox in the action, the Flow should continue to with the next action.

JamesChun_0-1716522874086.png

Cheers

Community Alums
Not applicable

Hi @Shark0os17 ,

 

Unselect "Wait" Checkbox. This ensures all the tasks are created at once.

Sai149_3-1716523809615.png

To check if all the tasks are closed then configure your flow as below

Sai149_2-1716523778950.png

Sai149_1-1716523700315.png

 

 

If my answer helped you in any way, please mark it as helpful or correct.

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? 


Abhit
Tera Guru

@Shark0os17 

You can try Sai149's solution. it will work.