bpmn-js/test/spec/features/grid-snapping/behavior/CreateParticipantBehavior.bpmn

57 lines
3.0 KiB
XML

<?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:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1sgpq8p" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.1.0">
<bpmn:process id="Process_1" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="StartEvent_1" targetRef="SubProcess_1" />
<bpmn:subProcess id="SubProcess_1">
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
</bpmn:subProcess>
<bpmn:endEvent id="EndEvent_1">
<bpmn:incoming>SequenceFlow_2</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="SubProcess_1" targetRef="EndEvent_1" />
<bpmn:boundaryEvent id="BoundaryEvent_1" attachedToRef="SubProcess_1">
<bpmn:outgoing>SequenceFlow_3</bpmn:outgoing>
</bpmn:boundaryEvent>
<bpmn:endEvent id="EndEvent_2">
<bpmn:incoming>SequenceFlow_3</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_3" sourceRef="BoundaryEvent_1" targetRef="EndEvent_2" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="5" y="187" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1ope89t_di" bpmnElement="SequenceFlow_1">
<di:waypoint x="41" y="205" />
<di:waypoint x="100" y="205" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="SubProcess_0qd2wll_di" bpmnElement="SubProcess_1" isExpanded="true">
<dc:Bounds x="100" y="105" width="350" height="200" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_01vi313_di" bpmnElement="EndEvent_1">
<dc:Bounds x="509" y="187" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0lo6y23_di" bpmnElement="SequenceFlow_2">
<di:waypoint x="450" y="205" />
<di:waypoint x="509" y="205" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BoundaryEvent_0vmvyig_di" bpmnElement="BoundaryEvent_1">
<dc:Bounds x="257" y="287" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1a5k354_di" bpmnElement="EndEvent_2">
<dc:Bounds x="343" y="369" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1lxbayl_di" bpmnElement="SequenceFlow_3">
<di:waypoint x="275" y="323" />
<di:waypoint x="275" y="387" />
<di:waypoint x="343" y="387" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>