Flow Designer - for each run in parallel

TJ29
Tera Contributor

We have a use case that requires us to look up asset records assigned to a user. I've set this up in a subflow but it doesn't work as intended. I want all tasks to be generated at once rather than one after the other but I'm struggling to find a solution. It is important to keep it inside Flow Designer and not push to a workflow as suggested in older threads.

find_real_file.png

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

In that case, you'll need to uncheck the "wait for completion" on the creating of the task.

find_real_file.png

View solution in original post

7 REPLIES 7

I have removed the 'Wait for Completion' option but it is still not working. I guess it is because I have not created a subflow for the below steps. 

Would need to see what you have inside the action to provide more insight.

Hi,

If you want the executions to go simultaneously, then you'll need to execute them within parallell branches.

This is only doable if you know on beforehand how many threads you want to start.

In this scenario, you could end up with none up to 1.000 records in the lookup query.

Running 1.000 processes in parallell might not be the best in regards to performance.

 

Why is it important to have all the executions simultaneously ?