An example of the XML of a signal intermediate catch events is:
<bpmn2:intermediateThrowEvent id="IntermediateThrowEvent1"> <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> <bpmn2:signalEventDefinition signalRef="Signal_1jiw9tp" /> </bpmn2:intermediateThrowEvent>
An example of the XML of a signal with a global scope is:
<bpmn2:signal id="Signal_0hnsd2r" name="Signal_0hnsd2r" />
An example of the XML of a signal with a process instance scope is:
<bpmn2:signal id="Signal_0hnsd2r" name="Signal_0hnsd2r" activiti:scope="processInstance" />