Hello.
I want to add a boundary event.
For that purpose I do:
BpmnRealizerFactory
.createEvent(
BpmnTypeEnum.EVENT_TYPE_CANCEL,
EventCharEnum.EVENT_CHARACTERISTIC_INTERMEDIATE_BOUNDARY_INTERRUPTING);
But, how to attach this event to a subprocess boundary?
Thanks in advance, Anna