Hello,
with the activiti engine 5.16.1 the terminateEndEvent terminates only the current process. Since 5.18 (or 5.17) this event terminates all processes in the whole tree.
Exists a new (or other) endEvent to normally end only the current process?
The normal endEvent doesn't work in my use case because there are catchEvents in the current process. In 5.16 the terminateEndEvent works fine for this.
Or exists another best practice way for this use case?
Thanks for your answer,
Ben