Call a cancel boundry event

Hi every one,
I want to use compensation in a model, i attached a cancel boundry event on a transaction subprocess.
how can i call the cancel boundry event?
there is no throw cancel_throwEvent in bpmn.

could anyone give me a sample of using cancel boundry event and its implementation in camunda bpm?

thanks

It should be triggered by a compensation throw event,

1 Like

Thanks Niall

Hi,
Have you manged to make it work? If so, could you share the process bpmn?

yeah, there should be a end cancel event for triggering cancel boundry event, and cancel boundry event only can be used on boundry of a transaction subprocess

1 Like