Terminate one of the wait condition activity

Michael Galang
Tera Contributor


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. 


MichaelGalang_1-1749192302163.png

 

 

 

3 REPLIES 3

Deepak Shaerma
Kilo Sage

Hi @Michael Galang 

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 

Anil Nemmikanti
Giga Guru

Hi @Michael Galang ,

As per my knowledge we will not be able to terminate the wait for condition in between. 

Michael Galang
Tera Contributor

Thank you for your response. I will just use the if else condition instead to see if it will works.