Hi there,
would there be any other way to achieve this in activiti? I would like to have a separate fork, such as in the parallel gateway, that allows me to end the instance through a receiveTask. Or is there another way to terminate the instance from the outside when I need some cleanup done before the endtask through a spring based service task? Instances should either end through a timer-based boundary event in one fork or a receiveEvent in the other fork in my scenario. Even better would be to be able to define a global receiveTask as a boundary event.
Thanks,
Matthias