- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:36 AM
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.
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 02:01 AM
Hi,
In that case, you'll need to uncheck the "wait for completion" on the creating of the task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 06:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 07:24 AM
Would need to see what you have inside the action to provide more insight.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 08:29 AM
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 ?