How to run 2 wait for conditions for 2 tasks in flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 05:49 AM
Hi,
How can I use 2 wait for conditions at a time. Currently, 2 tasks are triggered parallel and in the "Create catalog task" I removed the check for "Wait". So, the task will complete apart from action made on it. But I'm using wait for condition, where it will wait till the task is closed completed or not. Based on that it will go to the next step
Once the task is closed, the wait for condition will be completed. But my requirement is, I want to trigger wait for condition at a time for multiple tasks. Like, for each task, one wait for condition. If any one of the task is closed skip or incomplete. The other wait for condition should be automatically completed.
Right now, wait for condition is triggering 1 by 1 based on the task completion. I need to implement based on below scenario( Note : Task can be N number. So, I cant use do the following in parallel flow logic).
Thanks,
Ripunjai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 06:19 AM
Hi @Community Alums
To achieve this you can use "Do the following in parallel" action in your flow. Please find below snapshot for your reference. And then add your next steps
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Feel free to connect with me on LinkedIn.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2024 06:55 AM
Hi @Community Alums
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Feel free to connect with me on LinkedIn.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 08:30 AM
Hi @Community Alums
Use a Parallel flow logic and structure it like this
For Ref :
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Subhashis

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 03:27 AM
Hi @Krushna R Birla ,
If I use the wait for condition using do the following in parallel. Then, again it will wait at the first task, till the condition is satisfied. Later, It will go to the next task.
To trigger the tasks in parallel. I have unchecked the "wait" in the task but if I use the "Wait for condition" then again it will wait, at the task 1 and the tasks will become serial.
@Subhashis Ratna , If I have 2 parallel tasks I can use this logic. But the number of parallel tasks are not fixed. It can be "N" number.
Thanks,
Ripunjai.