41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_0f2kqle" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.2.4">
|
||
|
<bpmn:collaboration id="Collaboration_08digmd">
|
||
|
<bpmn:participant id="Participant" processRef="Process_1" />
|
||
|
</bpmn:collaboration>
|
||
|
<bpmn:process id="Process_1">
|
||
|
<bpmn:laneSet id="LaneSet_13y425u">
|
||
|
<bpmn:lane id="Lane">
|
||
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||
|
</bpmn:lane>
|
||
|
<bpmn:lane id="Lane_2" />
|
||
|
</bpmn:laneSet>
|
||
|
<bpmn:startEvent id="StartEvent_1">
|
||
|
<bpmn:extensionElements>
|
||
|
<camunda:executionListener event="start">
|
||
|
<camunda:script scriptFormat="groovy">println execution.eventName</camunda:script>
|
||
|
</camunda:executionListener>
|
||
|
<camunda:executionListener event="end">
|
||
|
<camunda:script scriptFormat="groovy">println end</camunda:script>
|
||
|
</camunda:executionListener>
|
||
|
</bpmn:extensionElements>
|
||
|
</bpmn:startEvent>
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_08digmd">
|
||
|
<bpmndi:BPMNShape id="Participant_di" bpmnElement="Participant">
|
||
|
<dc:Bounds x="123" y="82" width="600" height="370" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
|
<dc:Bounds x="173" y="102" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Lane_di" bpmnElement="Lane">
|
||
|
<dc:Bounds x="153" y="82" width="570" height="250" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Lane_2_di" bpmnElement="Lane_2">
|
||
|
<dc:Bounds x="153" y="332" width="570" height="120" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|