1<?xml version="1.0" encoding="UTF-8"?> 2<definitions 3 xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" 4 xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" 5 xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" 6 xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" 7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8 targetNamespace="http://bpmn.io/bpmn" 9 exporter="bpmn-js (https://demo.bpmn.io)" 10 exporterVersion="18.3.1"> 11 <collaboration id="Collaboration_1oh70al"> 12 <participant id="Participant_1r8g02m" name="Add a BPMN diagram" processRef="Process_1" /> 13 </collaboration> 14 <process id="Process_1" isExecutable="false"> 15 <startEvent id="StartEvent_1" name="Start"> 16 <outgoing>SequenceFlow_1</outgoing> 17 </startEvent> 18 <exclusiveGateway id="ExclusiveGateway_1" name="Result OK" gatewayDirection="Diverging"> 19 <incoming>SequenceFlow_2</incoming> 20 <outgoing>SequenceFlow_0snv4kp</outgoing> 21 <outgoing>SequenceFlow_0nuwads</outgoing> 22 </exclusiveGateway> 23 <task id="Task_17knw8l" name="Monitor"> 24 <outgoing>SequenceFlow_121ul2c</outgoing> 25 </task> 26 <endEvent id="EndEvent_0oj7l6x" name="End"> 27 <incoming>SequenceFlow_0snv4kp</incoming> 28 </endEvent> 29 <sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="Task_1" /> 30 <sequenceFlow id="SequenceFlow_121ul2c" sourceRef="Task_17knw8l" targetRef="Task_1" /> 31 <sequenceFlow id="SequenceFlow_0nuwads" name="No" sourceRef="ExclusiveGateway_1" targetRef="Task_1" /> 32 <sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="ExclusiveGateway_1" /> 33 <sequenceFlow id="SequenceFlow_0snv4kp" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_0oj7l6x" /> 34 <task id="Task_1" name="Do Something"> 35 <incoming>SequenceFlow_1</incoming> 36 <incoming>SequenceFlow_121ul2c</incoming> 37 <incoming>SequenceFlow_0nuwads</incoming> 38 <outgoing>SequenceFlow_2</outgoing> 39 </task> 40 </process> 41 <bpmndi:BPMNDiagram id="BpmnDiagram_1"> 42 <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Collaboration_1oh70al"> 43 <bpmndi:BPMNShape id="Participant_1r8g02m_di" bpmnElement="Participant_1r8g02m"> 44 <omgdc:Bounds x="104" y="78" width="668" height="297" /> 45 </bpmndi:BPMNShape> 46 <bpmndi:BPMNShape id="StartEvent_1_gui" bpmnElement="StartEvent_1"> 47 <omgdc:Bounds x="242" y="187" width="30" height="30" /> 48 <bpmndi:BPMNLabel> 49 <omgdc:Bounds x="212" y="219" width="90" height="22" /> 50 </bpmndi:BPMNLabel> 51 </bpmndi:BPMNShape> 52 <bpmndi:BPMNShape id="ExclusiveGateway_1_gui" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> 53 <omgdc:Bounds x="508" y="182" width="40" height="40" /> 54 <bpmndi:BPMNLabel> 55 <omgdc:Bounds x="483" y="234" width="90" height="24" /> 56 </bpmndi:BPMNLabel> 57 </bpmndi:BPMNShape> 58 <bpmndi:BPMNShape id="Task_17knw8l_di" bpmnElement="Task_17knw8l"> 59 <omgdc:Bounds x="340" y="275" width="100" height="80" /> 60 </bpmndi:BPMNShape> 61 <bpmndi:BPMNShape id="EndEvent_0oj7l6x_di" bpmnElement="EndEvent_0oj7l6x"> 62 <omgdc:Bounds x="648" y="184" width="36" height="36" /> 63 <bpmndi:BPMNLabel> 64 <omgdc:Bounds x="621" y="220" width="90" height="20" /> 65 </bpmndi:BPMNLabel> 66 </bpmndi:BPMNShape> 67 <bpmndi:BPMNShape id="Task_1_gui" bpmnElement="Task_1"> 68 <omgdc:Bounds x="340" y="162" width="100" height="80" /> 69 <bpmndi:BPMNLabel> 70 <omgdc:Bounds x="118.85714721679688" y="47" width="82.28570556640625" height="12" /> 71 </bpmndi:BPMNLabel> 72 </bpmndi:BPMNShape> 73 <bpmndi:BPMNEdge id="SequenceFlow_1_gui" bpmnElement="SequenceFlow_1"> 74 <omgdi:waypoint x="272" y="202" /> 75 <omgdi:waypoint x="340" y="202" /> 76 <bpmndi:BPMNLabel> 77 <omgdc:Bounds x="225" y="140" width="90" height="20" /> 78 </bpmndi:BPMNLabel> 79 </bpmndi:BPMNEdge> 80 <bpmndi:BPMNEdge id="SequenceFlow_121ul2c_di" bpmnElement="SequenceFlow_121ul2c"> 81 <omgdi:waypoint x="390" y="275" /> 82 <omgdi:waypoint x="390" y="242" /> 83 <bpmndi:BPMNLabel> 84 <omgdc:Bounds x="358" y="273" width="90" height="20" /> 85 </bpmndi:BPMNLabel> 86 </bpmndi:BPMNEdge> 87 <bpmndi:BPMNEdge id="SequenceFlow_0nuwads_di" bpmnElement="SequenceFlow_0nuwads"> 88 <omgdi:waypoint x="508" y="202" /> 89 <omgdi:waypoint x="440" y="202" /> 90 <bpmndi:BPMNLabel> 91 <omgdc:Bounds x="466" y="208" width="15" height="14" /> 92 </bpmndi:BPMNLabel> 93 </bpmndi:BPMNEdge> 94 <bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2"> 95 <omgdi:waypoint x="440" y="202" /> 96 <omgdi:waypoint x="508" y="202" /> 97 <bpmndi:BPMNLabel> 98 <omgdc:Bounds x="433" y="192" width="90" height="20" /> 99 </bpmndi:BPMNLabel> 100 </bpmndi:BPMNEdge> 101 <bpmndi:BPMNEdge id="SequenceFlow_0snv4kp_di" bpmnElement="SequenceFlow_0snv4kp"> 102 <omgdi:waypoint x="548" y="202" /> 103 <omgdi:waypoint x="648" y="202" /> 104 <bpmndi:BPMNLabel> 105 <omgdc:Bounds x="550" y="183" width="90" height="20" /> 106 </bpmndi:BPMNLabel> 107 </bpmndi:BPMNEdge> 108 </bpmndi:BPMNPlane> 109 </bpmndi:BPMNDiagram> 110</definitions> 111