<?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.11.3">
  <bpmn:collaboration id="Collaboration_1euzw0l">
    <bpmn:participant id="Participant_0u3ja7g" name="p" processRef="Process_1" />
    <bpmn:participant id="Participant_0sxc68e" name="q" processRef="Process_1e05nwn" />
    <bpmn:messageFlow id="MessageFlow_0bw4ecf" name="m1" sourceRef="Task_0dm0362" targetRef="IntermediateThrowEvent_0wqoile" />
    <bpmn:messageFlow id="MessageFlow_04qh3op" name="m2" sourceRef="Task_1r7huc6" targetRef="IntermediateCatchEvent_107855d" />
  </bpmn:collaboration>
  <bpmn:process id="Process_1" isExecutable="true">
    <bpmn:startEvent id="StartEvent_1">
      <bpmn:outgoing>SequenceFlow_1jivray</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:exclusiveGateway id="ExclusiveGateway_0ucj5pk" default="SequenceFlow_1tma9in">
      <bpmn:incoming>SequenceFlow_1jivray</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0oi285a</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_1tma9in</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:sendTask id="Task_1r7huc6" name="Task 2">
      <bpmn:incoming>SequenceFlow_1tma9in</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_07sm83s</bpmn:outgoing>
    </bpmn:sendTask>
    <bpmn:sendTask id="Task_0dm0362" name="Task 1">
      <bpmn:documentation>if(true){}</bpmn:documentation>
      <bpmn:incoming>SequenceFlow_0oi285a</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_12udiiq</bpmn:outgoing>
    </bpmn:sendTask>
    <bpmn:endEvent id="EndEvent_13sqirs">
      <bpmn:incoming>SequenceFlow_07sm83s</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:endEvent id="EndEvent_0csnytm">
      <bpmn:incoming>SequenceFlow_12udiiq</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_1jivray" name="e1" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_0ucj5pk" />
    <bpmn:sequenceFlow id="SequenceFlow_0oi285a" name="e2" sourceRef="ExclusiveGateway_0ucj5pk" targetRef="Task_0dm0362">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">Math.floor(Math.random() * 2) === 1</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="SequenceFlow_1tma9in" name="e3" sourceRef="ExclusiveGateway_0ucj5pk" targetRef="Task_1r7huc6" />
    <bpmn:sequenceFlow id="SequenceFlow_07sm83s" name="e5" sourceRef="Task_1r7huc6" targetRef="EndEvent_13sqirs" />
    <bpmn:sequenceFlow id="SequenceFlow_12udiiq" name="e4" sourceRef="Task_0dm0362" targetRef="EndEvent_0csnytm" />
  </bpmn:process>
  <bpmn:process id="Process_1e05nwn" isExecutable="false">
    <bpmn:startEvent id="StartEvent_18k0n07">
      <bpmn:outgoing>SequenceFlow_1xc1bq9</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:eventBasedGateway id="ExclusiveGateway_0dpjzis">
      <bpmn:incoming>SequenceFlow_1xc1bq9</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_08ptu51</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_0ja098z</bpmn:outgoing>
    </bpmn:eventBasedGateway>
    <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_0wqoile">
      <bpmn:incoming>SequenceFlow_08ptu51</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0nd0xg7</bpmn:outgoing>
      <bpmn:messageEventDefinition />
    </bpmn:intermediateCatchEvent>
    <bpmn:endEvent id="EndEvent_0jkx0fu">
      <bpmn:incoming>SequenceFlow_0nd0xg7</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:endEvent id="EndEvent_1ilpmfv">
      <bpmn:incoming>SequenceFlow_0cwsqd2</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:intermediateCatchEvent id="IntermediateCatchEvent_107855d">
      <bpmn:incoming>SequenceFlow_0ja098z</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0cwsqd2</bpmn:outgoing>
      <bpmn:messageEventDefinition />
    </bpmn:intermediateCatchEvent>
    <bpmn:sequenceFlow id="SequenceFlow_1xc1bq9" name="e6" sourceRef="StartEvent_18k0n07" targetRef="ExclusiveGateway_0dpjzis" />
    <bpmn:sequenceFlow id="SequenceFlow_08ptu51" name="" sourceRef="ExclusiveGateway_0dpjzis" targetRef="IntermediateThrowEvent_0wqoile" />
    <bpmn:sequenceFlow id="SequenceFlow_0ja098z" name="" sourceRef="ExclusiveGateway_0dpjzis" targetRef="IntermediateCatchEvent_107855d" />
    <bpmn:sequenceFlow id="SequenceFlow_0nd0xg7" name="e7" sourceRef="IntermediateThrowEvent_0wqoile" targetRef="EndEvent_0jkx0fu" />
    <bpmn:sequenceFlow id="SequenceFlow_0cwsqd2" name="e8" sourceRef="IntermediateCatchEvent_107855d" targetRef="EndEvent_1ilpmfv" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1euzw0l">
      <bpmndi:BPMNShape id="Participant_0u3ja7g_di" bpmnElement="Participant_0u3ja7g">
        <dc:Bounds x="157" y="-74" width="495" height="191" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="207" y="0" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="180" y="36" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Participant_0sxc68e_di" bpmnElement="Participant_0sxc68e">
        <dc:Bounds x="157" y="137" width="494" height="141" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1jivray_di" bpmnElement="SequenceFlow_1jivray">
        <di:waypoint xsi:type="dc:Point" x="243" y="18" />
        <di:waypoint xsi:type="dc:Point" x="286" y="18" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="258.2986111111111" y="-3" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="StartEvent_18k0n07_di" bpmnElement="StartEvent_18k0n07">
        <dc:Bounds x="210" y="191" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="138" y="227" width="90" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0jkx0fu_di" bpmnElement="EndEvent_0jkx0fu">
        <dc:Bounds x="594" y="157" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="567" y="196" width="90" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1xc1bq9_di" bpmnElement="SequenceFlow_1xc1bq9">
        <di:waypoint xsi:type="dc:Point" x="246" y="209" />
        <di:waypoint xsi:type="dc:Point" x="286" y="209" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="260" y="188" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SendTask_0ig7jkj_di" bpmnElement="Task_0dm0362">
        <dc:Bounds x="354" y="-54" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="MessageFlow_0bw4ecf_di" bpmnElement="MessageFlow_0bw4ecf">
        <di:waypoint xsi:type="dc:Point" x="404" y="26" />
        <di:waypoint xsi:type="dc:Point" x="404" y="157" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="410.4991618254856" y="85.66066648562676" width="16" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_0ucj5pk_di" bpmnElement="ExclusiveGateway_0ucj5pk" isMarkerVisible="true">
        <dc:Bounds x="286" y="-7" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="311" y="46" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0oi285a_di" bpmnElement="SequenceFlow_0oi285a">
        <di:waypoint xsi:type="dc:Point" x="311" y="-8" />
        <di:waypoint xsi:type="dc:Point" x="311" y="-14" />
        <di:waypoint xsi:type="dc:Point" x="354" y="-14" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="319" y="-35" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1tma9in_di" bpmnElement="SequenceFlow_1tma9in">
        <di:waypoint xsi:type="dc:Point" x="311" y="43" />
        <di:waypoint xsi:type="dc:Point" x="311" y="56" />
        <di:waypoint xsi:type="dc:Point" x="460" y="56" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="369" y="36" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="SendTask_1fhpawu_di" bpmnElement="Task_1r7huc6">
        <dc:Bounds x="460" y="17" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_13sqirs_di" bpmnElement="EndEvent_13sqirs">
        <dc:Bounds x="595.4535283993115" y="39" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="613.4535283993115" y="78" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_07sm83s_di" bpmnElement="SequenceFlow_07sm83s">
        <di:waypoint xsi:type="dc:Point" x="560" y="57" />
        <di:waypoint xsi:type="dc:Point" x="596" y="57" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="572" y="35" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_0csnytm_di" bpmnElement="EndEvent_0csnytm">
        <dc:Bounds x="595" y="-32" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="613" y="7" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_12udiiq_di" bpmnElement="SequenceFlow_12udiiq">
        <di:waypoint xsi:type="dc:Point" x="454" y="-14" />
        <di:waypoint xsi:type="dc:Point" x="595" y="-14" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="518" y="-36" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0nd0xg7_di" bpmnElement="SequenceFlow_0nd0xg7">
        <di:waypoint xsi:type="dc:Point" x="422" y="175" />
        <di:waypoint xsi:type="dc:Point" x="508" y="175" />
        <di:waypoint xsi:type="dc:Point" x="508" y="175" />
        <di:waypoint xsi:type="dc:Point" x="594" y="175" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="472" y="153" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EventBasedGateway_1vnb0js_di" bpmnElement="ExclusiveGateway_0dpjzis">
        <dc:Bounds x="286" y="184" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="310.93717728055077" y="237" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_0z3fzdq_di" bpmnElement="IntermediateThrowEvent_0wqoile">
        <dc:Bounds x="386" y="157" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="403.93717728055077" y="196" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_08ptu51_di" bpmnElement="SequenceFlow_08ptu51">
        <di:waypoint xsi:type="dc:Point" x="311" y="184" />
        <di:waypoint xsi:type="dc:Point" x="311" y="175" />
        <di:waypoint xsi:type="dc:Point" x="386" y="175" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="320" y="173" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="IntermediateCatchEvent_107855d_di" bpmnElement="IntermediateCatchEvent_107855d">
        <dc:Bounds x="493" y="222.31067125645438" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="511" y="261.3106712564544" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ja098z_di" bpmnElement="SequenceFlow_0ja098z">
        <di:waypoint xsi:type="dc:Point" x="311" y="234" />
        <di:waypoint xsi:type="dc:Point" x="311" y="240" />
        <di:waypoint xsi:type="dc:Point" x="493" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="320" y="231" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="EndEvent_1ilpmfv_di" bpmnElement="EndEvent_1ilpmfv">
        <dc:Bounds x="594" y="222.31067125645438" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="612" y="261.3106712564544" width="0" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0cwsqd2_di" bpmnElement="SequenceFlow_0cwsqd2">
        <di:waypoint xsi:type="dc:Point" x="529" y="240" />
        <di:waypoint xsi:type="dc:Point" x="594" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="555" y="219" width="13" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_04qh3op_di" bpmnElement="MessageFlow_04qh3op">
        <di:waypoint xsi:type="dc:Point" x="510" y="97" />
        <di:waypoint xsi:type="dc:Point" x="510" y="223" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="517" y="153.9375" width="16" height="13" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
