TLDR: I want a termination notifications only if is not because of a Terminate End Event.
I have a flow that starts a timer on one branch, and assigns a task on another.
- If the task is completed, it goes to a terminate end even to also stop the timer.
- If the timer ends, it will go through a loop to check if another process is complete.
- If not, it will loop back and start the timer over again.
- If so, it will hit a terminate end event itself, and cancel the task that was assigned.
Is there a way to still receive termination notification if a "bad termination" occurs, but not if the process gets to Terminate End Event?