<?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_1raqfqh" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.4.0">
<bpmn:process id="proc1" isExecutable="true">
<bpmn:startEvent id="start">
<bpmn:outgoing>Flow_1lx560r</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1lx560r" sourceRef="start" targetRef="fork" />
<bpmn:parallelGateway id="fork">
<bpmn:incoming>Flow_1lx560r</bpmn:incoming>
<bpmn:outgoing>Flow_0jm0m52</bpmn:outgoing>
<bpmn:outgoing>Flow_11locy7</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_0jm0m52" sourceRef="fork" targetRef="f1" />
<bpmn:intermediateThrowEvent id="f1">
<bpmn:incoming>Flow_0jm0m52</bpmn:incoming>
<bpmn:outgoing>Flow_0fzk9eb</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:intermediateThrowEvent id="f2">
<bpmn:incoming>Flow_11locy7</bpmn:incoming>
<bpmn:outgoing>Flow_1qxbjhs</bpmn:outgoing>
</bpmn:intermediateThrowEvent>
<bpmn:sequenceFlow id="Flow_11locy7" sourceRef="fork" targetRef="f2" />
<bpmn:endEvent id="end">
<bpmn:incoming>Flow_0fzk9eb</bpmn:incoming>
<bpmn:incoming>Flow_1qxbjhs</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0fzk9eb" sourceRef="f1" targetRef="end" />
<bpmn:sequenceFlow id="Flow_1qxbjhs" sourceRef="f2" targetRef="end" />
<bpmn:textAnnotation id="TextAnnotation_0zdr81x">
<bpmn:text>Testing that it will fork</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_16o6nd2" sourceRef="fork" targetRef="TextAnnotation_0zdr81x" />
</bpmn:process>
<bpmn:signal id="Signal_163oa8y" name="Signal_2v2dj3k" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="proc1">
<bpmndi:BPMNShape id="TextAnnotation_0zdr81x_di" bpmnElement="TextAnnotation_0zdr81x">
<dc:Bounds x="320" y="80" width="100" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1lx560r_di" bpmnElement="Flow_1lx560r">
<di:waypoint x="215" y="187" />
<di:waypoint x="265" y="187" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jm0m52_di" bpmnElement="Flow_0jm0m52">
<di:waypoint x="315" y="187" />
<di:waypoint x="372" y="187" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11locy7_di" bpmnElement="Flow_11locy7">
<di:waypoint x="290" y="212" />
<di:waypoint x="290" y="300" />
<di:waypoint x="372" y="300" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fzk9eb_di" bpmnElement="Flow_0fzk9eb">
<di:waypoint x="408" y="187" />
<di:waypoint x="460" y="187" />
<di:waypoint x="460" y="240" />
<di:waypoint x="512" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1qxbjhs_di" bpmnElement="Flow_1qxbjhs">
<di:waypoint x="408" y="300" />
<di:waypoint x="460" y="300" />
<di:waypoint x="460" y="240" />
<di:waypoint x="512" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="start">
<dc:Bounds x="179" y="169" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1tsnm8f_di" bpmnElement="fork">
<dc:Bounds x="265" y="162" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1t40lmy_di" bpmnElement="f1">
<dc:Bounds x="372" y="169" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1qpu29b_di" bpmnElement="f2">
<dc:Bounds x="372" y="282" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1sc7qep_di" bpmnElement="end">
<dc:Bounds x="512" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_16o6nd2_di" bpmnElement="Association_16o6nd2">
<di:waypoint x="302" y="174" />
<di:waypoint x="348" y="120" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>