cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically start subprocess on any step of Execution?

sergeolyva
Champ in-the-making
Champ in-the-making
Hi all,
my problem is that I need to have a possibility to cancel further execution of a process,  and also execute additional steps on cancellation,
here is the example:
[img]http://i.imgur.com/j7TeR23.png[/img]
problem is that I don't know how to start cancellation process programmatically. Is it possible?
Thanks in advance,
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Serge.

I would say, the easiest way could be to use boundary events. E.g.
http://www.activiti.org/userguide/#bpmnBoundarySignalEvent (or messages…)

Regards
Martin