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

Community Alums
Not applicable

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).

RipunjaiGurava_0-1711111659552.png

Thanks,

Ripunjai.

5 REPLIES 5

Krushna R Birla
Kilo Sage

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 

 

KrushnaRBirla_1-1711113545860.png

 

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

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

Subhashis Ratna
Tera Guru

Hi @Community Alums 

Use a Parallel flow logic and structure it like this

For Ref :

SubhashisRatna_0-1711121277635.png

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Subhashis

Community Alums
Not applicable

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.