bpmn-js/test/spec/features/grid-snapping/BpmnGridSnapping.bpmn

67 lines
3.5 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_1kkksuc" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.0.0-0">
<bpmn:collaboration id="Collaboration_1">
<bpmn:participant id="Participant_1" name="Participant_1" processRef="Process_1" />
<bpmn:textAnnotation id="TextAnnotation_1">
<bpmn:text>TextAnnotation_1</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0punwjh" sourceRef="Participant_1" targetRef="TextAnnotation_1" />
</bpmn:collaboration>
<bpmn:process id="Process_1" isExecutable="true">
<bpmn:subProcess id="SubProcess_1" name="SubProcess_1">
<bpmn:task id="Task_1" name="Task_1">
<bpmn:incoming>SequenceFlow_0e7hjjz</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0jhtpzs</bpmn:outgoing>
</bpmn:task>
<bpmn:startEvent id="StartEvent_1" name="StartEvent_1">
<bpmn:outgoing>SequenceFlow_0e7hjjz</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="EndEvent_1" name="EndEvent_1">
<bpmn:incoming>SequenceFlow_0jhtpzs</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_0e7hjjz" sourceRef="StartEvent_1" targetRef="Task_1" />
<bpmn:sequenceFlow id="SequenceFlow_0jhtpzs" sourceRef="Task_1" targetRef="EndEvent_1" />
</bpmn:subProcess>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">
<bpmndi:BPMNShape id="Participant_1brw48p_di" bpmnElement="Participant_1">
<dc:Bounds x="100" y="100" width="590" height="250" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SubProcess_11f0dg1_di" bpmnElement="SubProcess_1" isExpanded="true">
<dc:Bounds x="150" y="130" width="350" height="190" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0bnhhhy_di" bpmnElement="TextAnnotation_1">
<dc:Bounds x="700" y="20" width="110" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0punwjh_di" bpmnElement="Association_0punwjh">
<di:waypoint x="646" y="100" />
<di:waypoint x="706" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_10ndd1c_di" bpmnElement="Task_1">
<dc:Bounds x="273" y="180" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="StartEvent_0ck0xbl_di" bpmnElement="StartEvent_1">
<dc:Bounds x="190" y="202" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="176" y="245" width="64" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_0fx80e1_di" bpmnElement="EndEvent_1">
<dc:Bounds x="420" y="202" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="408" y="245" width="60" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0e7hjjz_di" bpmnElement="SequenceFlow_0e7hjjz">
<di:waypoint x="226" y="220" />
<di:waypoint x="273" y="220" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_0jhtpzs_di" bpmnElement="SequenceFlow_0jhtpzs">
<di:waypoint x="373" y="220" />
<di:waypoint x="420" y="220" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>