Files
bpmn-js/test/spec/features/modeling/layout/LayoutSequenceFlowSpec.vertical.flowElements.bpmn
2024-03-27 14:53:27 +01:00

117 lines
5.9 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="5.20.0">
<bpmn:collaboration id="Collaboration_0sm9luj">
<bpmn:participant id="Participant_0ntgbyn" name="Vertical Container" processRef="Process_1" />
</bpmn:collaboration>
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:startEvent id="StartEvent_1" />
<bpmn:exclusiveGateway id="ExclusiveGateway_1" />
<bpmn:task id="Task_1" name="Task_1">
<bpmn:outgoing>SequenceFlow_1</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_3</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_4</bpmn:outgoing>
</bpmn:task>
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1" />
<bpmn:serviceTask id="ServiceTask_1" name="ServiceTask_1">
<bpmn:incoming>SequenceFlow_1</bpmn:incoming>
</bpmn:serviceTask>
<bpmn:parallelGateway id="ParallelGateway_1" />
<bpmn:endEvent id="EndEvent_1" />
<bpmn:businessRuleTask id="BusinessRuleTask_1" name="BusinessRuleTask_1" />
<bpmn:task id="Task_2" name="Task_2">
<bpmn:incoming>SequenceFlow_2</bpmn:incoming>
</bpmn:task>
<bpmn:task id="Task_3" name="Task_3">
<bpmn:incoming>SequenceFlow_3</bpmn:incoming>
</bpmn:task>
<bpmn:task id="Task_4" name="Task_4">
<bpmn:incoming>SequenceFlow_4</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1" sourceRef="Task_1" targetRef="ServiceTask_1" />
<bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="Task_2" />
<bpmn:sequenceFlow id="SequenceFlow_3" sourceRef="Task_1" targetRef="Task_3" />
<bpmn:sequenceFlow id="SequenceFlow_4" sourceRef="Task_1" targetRef="Task_4" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0sm9luj">
<bpmndi:BPMNShape id="Participant_0ntgbyn_di" bpmnElement="Participant_0ntgbyn" isHorizontal="false">
<dc:Bounds x="190" y="90" width="640" height="970" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
<dc:Bounds x="584" y="162" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="320" y="125" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ExclusiveGateway_1_di" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
<dc:Bounds x="577" y="663" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="327" y="633" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
<dc:Bounds x="460" y="302" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="IntermediateThrowEvent_1_di" bpmnElement="IntermediateThrowEvent_1">
<dc:Bounds x="584" y="488" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="320" y="451" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ServiceTask_1_di" bpmnElement="ServiceTask_1">
<dc:Bounds x="357" y="648" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="ParallelGateway_1_di" bpmnElement="ParallelGateway_1" isMarkerVisible="true">
<dc:Bounds x="577" y="990" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="327" y="960" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1">
<dc:Bounds x="389" y="488" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="135" y="451" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BusinessRuleTask_1_di" bpmnElement="BusinessRuleTask_1">
<dc:Bounds x="480" y="810" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
<dc:Bounds x="710" y="140" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_3_di" bpmnElement="Task_3">
<dc:Bounds x="357" y="140" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_4_di" bpmnElement="Task_4">
<dc:Bounds x="210" y="466" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1_di" bpmnElement="SequenceFlow_1">
<di:waypoint x="531" y="382" />
<di:waypoint x="531" y="569" />
<di:waypoint x="428" y="569" />
<di:waypoint x="428" y="648" />
<bpmndi:BPMNLabel>
<dc:Bounds x="158.5" y="460" width="20" height="90" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2">
<di:waypoint x="560" y="342" />
<di:waypoint x="760" y="342" />
<di:waypoint x="760" y="220" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_3_di" bpmnElement="SequenceFlow_3">
<di:waypoint x="510" y="302" />
<di:waypoint x="510" y="260" />
<di:waypoint x="407" y="260" />
<di:waypoint x="407" y="220" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_4_di" bpmnElement="SequenceFlow_4">
<di:waypoint x="460" y="342" />
<di:waypoint x="260" y="342" />
<di:waypoint x="260" y="466" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>