Wait for Catalog tasks to complete

Darlene York
Tera Contributor

Good Morning, 

 

I am working a flow in flow designer where I put in a wait condition that says if the fulfill task has not been worked and its 3 days before the agreed date a notification will be sent out.  That is working, but what is happening is when the very first task is complete it automatically opens the next 2 tasks.  I need it to wait until the fulfillment task closes.  I added a wait for catalog tasks to complete subflow and added the task to the record.  But it’s not waiting for the above task to complete.  On the fulfill task, the wait is unchecked.  If I check it, the notification does not send.  But with it unchecked the 2 following task go out at the same time.  I need the fulfill task to complete before the review task kicks off.

 

Any suggestions would be greatly appreciated.

DarleneYork_0-1744468635592.png

DarleneYork_1-1744468644187.pngDarleneYork_2-1744468652242.png

DarleneYork_3-1744468664206.png

DarleneYork_4-1744468671525.png

 

 

 

 

 

1 ACCEPTED SOLUTION

AshishKM
Kilo Patron
Kilo Patron

Hi @Darlene York , 

Check the given condition is "parallel", however the "wait for condition" and sub-sequent logic should be added in sequential manner. Due to parallel execution, when you close first task ...the second tasks are creating immediatly  but when we hold the first task for 3 day and then close .. it looks the "wait for condition" is working but actualy not.  My interpretation is based on given details here, you need to re-align the steps based on business need.

 

AshishKM_1-1744469466243.png

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Darlene York , 

Check the given condition is "parallel", however the "wait for condition" and sub-sequent logic should be added in sequential manner. Due to parallel execution, when you close first task ...the second tasks are creating immediatly  but when we hold the first task for 3 day and then close .. it looks the "wait for condition" is working but actualy not.  My interpretation is based on given details here, you need to re-align the steps based on business need.

 

AshishKM_1-1744469466243.png

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Thank you. I will realign based on your recommendations.  Thank you very much!

Hope it is working now. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hello, I tried realigning and the last tasks are kicking off as soon as the first task is closed.  When the first task closes, the fulfill task only show kick off.