Terminate one of the wait condition activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 11:50 PM
Hi Experts,
I need your expert opinion on how to resolve a workflow concern.
We have a wait for condition activity that is branched to two wait condition activities. Please see below figure.
If one of the two condition activities satifies the condition, the other one should be automatically finished or terminated. How can we configure it? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 01:04 AM
In Legacy Workflow, when you have a parallel branch with multiple "Wait for Condition" activities, they operate independently. This means:
When one wait condition is fulfilled, its branch continues.
The other wait(s) remain active until the workflow either finishes/ END or is manually canceled.
There is no built-in mechanism in Legacy Workflow to auto-cancel sibling wait conditions once one of them completes.
Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning
Thanks & Regards
Deepak Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 01:13 AM
Hi @Michael Galang ,
As per my knowledge we will not be able to terminate the wait for condition in between.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 01:39 AM
Thank you for your response. I will just use the if else condition instead to see if it will works.