- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 07:38 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 07:52 AM
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.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 07:52 AM
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.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 09:29 AM
Thank you. I will realign based on your recommendations. Thank you very much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 09:37 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 01:06 PM
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.