bpmn-js/test/spec/features/snapping/BpmnSnapping.sequenceFlow.bpmn

42 lines
2.2 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.9.0-dev">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Task_1">
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="StartEvent_1" targetRef="Task_1" />
<bpmn:task id="Task_099t40a" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
<bpmndi:BPMNShape id="StartEvent_1oc4unz_di" bpmnElement="StartEvent_1">
<dc:Bounds x="70" y="49" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="88" y="88" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1ndpsyi_di" bpmnElement="Task_1">
<dc:Bounds x="538" y="405" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1mpqh64_di" bpmnElement="SequenceFlow_1">
<di:waypoint xsi:type="dc:Point" x="106" y="67" />
<di:waypoint xsi:type="dc:Point" x="191" y="67" />
<di:waypoint xsi:type="dc:Point" x="191" y="134" />
<di:waypoint xsi:type="dc:Point" x="304" y="134" />
<di:waypoint xsi:type="dc:Point" x="304" y="325" />
<di:waypoint xsi:type="dc:Point" x="588" y="325" />
<di:waypoint xsi:type="dc:Point" x="588" y="405" />
<bpmndi:BPMNLabel>
<dc:Bounds x="247.5" y="112.5" width="0" height="13" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_099t40a_di" bpmnElement="Task_099t40a">
<dc:Bounds x="118" y="405" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>