<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:camunda_1="http://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_lEiYYE5OEea3yL08qVGeyg" exporter="camunda modeler" exporterVersion="2.6.1" targetNamespace="http://activiti.org/bpmn">
  <bpmn2:collaboration id="_Collaboration_2">
    <bpmn2:participant id="_Participant_2" name="Pool" processRef="Billing_checks_4"/>
    <bpmn2:participant id="Participant_1" name="backoffice"/>
    <bpmn2:messageFlow id="MessageFlow_1" name="" sourceRef="SendTask_1" targetRef="Participant_1"/>
    <bpmn2:messageFlow id="MessageFlow_2" name="" sourceRef="SendTask_2" targetRef="Participant_1"/>
    <bpmn2:messageFlow id="MessageFlow_3" name="" sourceRef="SendTask_3" targetRef="Participant_1"/>
    <bpmn2:messageFlow id="MessageFlow_4" name="" sourceRef="SendTask_4" targetRef="Participant_1"/>
  </bpmn2:collaboration>
  <bpmn2:process id="Billing_checks_4" isExecutable="true">
    <bpmn2:startEvent id="StartEvent_1">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:userTask id="UserTask_1" name="Prepare Extracts">
      <bpmn2:extensionElements>
        <camunda:formData><![CDATA[
          ]]><camunda:formField id="Prepare_extracts" label="Are extratcts prepared?" type="boolean"/><![CDATA[
        ]]></camunda:formData>
        <camunda_1:formData>
          <camunda_1:formField id="Prepare_extracts" label="Are extracts prepared?" type="boolean"/>
        </camunda_1:formData>
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="UserTask_1"/>
    <bpmn2:subProcess id="SubProcess_1">
      <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
      <bpmn2:startEvent id="StartEvent_2">
        <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_2" targetRef="Task_1"/>
      <bpmn2:userTask id="Task_1" camunda:formKey="embedded:/forms/FORM_NAME.html" camunda_1:formKey="embedded:app:/forms/pick-your-poison-billing.html" name="Generate some data">
        <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
      </bpmn2:userTask>
      <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="Task_1" targetRef="UserTask_2"/>
      <bpmn2:userTask id="UserTask_2" name="Check output">
        <bpmn2:extensionElements>
          <camunda_1:formData>
            <camunda_1:formField id="CheckXMLKapusty" label="Are XML OK in Kapusty?" type="boolean"/>
          </camunda_1:formData>
        </bpmn2:extensionElements>
        <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
      </bpmn2:userTask>
      <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="UserTask_2" targetRef="EndEvent_2"/>
      <bpmn2:endEvent id="EndEvent_2">
        <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
      </bpmn2:endEvent>
    </bpmn2:subProcess>
    <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="UserTask_1" targetRef="SubProcess_1"/>
    <bpmn2:subProcess id="SubProcess_2">
      <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
      <bpmn2:parallelGateway id="ParallelGateway_2">
        <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
        <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
        <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
        <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
      </bpmn2:parallelGateway>
      <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ParallelGateway_2" targetRef="UserTask_4"/>
      <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ParallelGateway_2" targetRef="UserTask_3"/>
      <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ParallelGateway_2" targetRef="UserTask_5"/>
      <bpmn2:userTask id="UserTask_3" name="Generate report">
        <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
      </bpmn2:userTask>
      <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="UserTask_3" targetRef="SendTask_2"/>
      <bpmn2:userTask id="UserTask_4" name="Generate diff report">
        <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
      </bpmn2:userTask>
      <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="UserTask_4" targetRef="SendTask_3"/>
      <bpmn2:serviceTask id="UserTask_5" camunda:class="billing_checks_final1.Upload_Control_sh_1" camunda_1:class="billing_checks_final1.Upload_4_liveling_sh_20" name="upload script">
        <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
      </bpmn2:serviceTask>
      <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="UserTask_5" targetRef="SendTask_4"/>
      <bpmn2:sendTask id="SendTask_2" camunda:class="billing_checks_final1.Send_high_usage_report_BCKOFF_1" camunda_1:class="billing_checks_final1.Send_high_usage_report_BCKOFF_1" name="send email1">
        <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
      </bpmn2:sendTask>
      <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="SendTask_2" targetRef="ParallelGateway_3"/>
      <bpmn2:sendTask id="SendTask_4" camunda:class="billing_checks_final1.Send_upload_email_to_CRMWL_6" camunda_1:class="billing_checks_final1.Send_upload_email_to_CRMWL_6" name="send email3">
        <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
      </bpmn2:sendTask>
      <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="SendTask_4" targetRef="ParallelGateway_3"/>
      <bpmn2:sendTask id="SendTask_3" camunda:class="billing_checks_final1.Send_email_with_CSV_sample_BCKOFF_5" camunda_1:class="billing_checks_final1.Send_email_with_CSV_sample_BCKOFF_5" name="send email2">
        <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
      </bpmn2:sendTask>
      <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="SendTask_3" targetRef="ParallelGateway_3"/>
      <bpmn2:parallelGateway id="ParallelGateway_3">
        <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
        <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
        <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
      </bpmn2:parallelGateway>
      <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ParallelGateway_3" targetRef="EndEvent_3"/>
      <bpmn2:endEvent id="EndEvent_3">
        <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:parallelGateway id="ParallelGateway_1">
        <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
        <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
      </bpmn2:parallelGateway>
      <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ParallelGateway_1" targetRef="SendTask_1"/>
      <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ParallelGateway_1" targetRef="ParallelGateway_2"/>
      <bpmn2:sendTask id="SendTask_1" camunda:class="billing_checks_final1.Send_email_to_Smrcekova_1" camunda_1:class="billing_checks_final1.Send_email_to_Smrcekova_1" name="Send email ">
        <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
      </bpmn2:sendTask>
      <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="SendTask_1" targetRef="ParallelGateway_2"/>
      <bpmn2:serviceTask id="Shell_sc" camunda:class="billing_checks_final1.Generate_foreign_invoice_details" camunda_1:class="billing_checks_final1.Generate_foreign_invoice_details" name="ShellScript">
        <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
      </bpmn2:serviceTask>
      <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="Shell_sc" targetRef="ParallelGateway_1"/>
      <bpmn2:startEvent id="StartEvent_3">
        <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="StartEvent_3" targetRef="Shell_sc"/>
    </bpmn2:subProcess>
    <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="SubProcess_1" targetRef="SubProcess_2"/>
    <bpmn2:endEvent id="EndEvent_4">
      <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_44</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="SubProcess_2" targetRef="EndEvent_4"/>
    <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_2">
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1"/>
    </bpmn2:boundaryEvent>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_2" default="SequenceFlow_44">
      <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_44</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:userTask id="UserTask_6" camunda:formKey="embedded:/forms/pick-yout-error-solution.html" camunda_1:formKey="embedded:app:/forms/customAngularForm5.html" name="error happend">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
    </bpmn2:userTask>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="BoundaryEvent_1" targetRef="UserTask_6"/>
    <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="UserTask_6" targetRef="ExclusiveGateway_2"/>
    <bpmn2:sequenceFlow id="SequenceFlow_44" name="" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_4"/>
    <bpmn2:serviceTask id="ServiceTask_1" camunda_1:class="billing_checks_final1.Repeat_it_1" name="Repeat">
      <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
    </bpmn2:serviceTask>
    <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_1">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">${repeat1}</bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:endEvent id="EndEvent_1">
      <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ServiceTask_1" targetRef="EndEvent_1"/>
    <bpmn2:textAnnotation id="TextAnnotation_1">
      <bpmn2:text>Billing Usage Reports</bpmn2:text>
    </bpmn2:textAnnotation>
    <bpmn2:association id="Association_1" sourceRef="TextAnnotation_1" targetRef="SubProcess_2"/>
  </bpmn2:process>
  <bpmn2:error id="Error_1" errorCode="CHARGE_FAILURE" name="process error"/>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="131.0" y="1717.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="948.0" y="1758.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_21" bpmnElement="UserTask_1">
        <dc:Bounds height="80.0" width="100.0" x="240.0" y="1695.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_3" targetElement="_BPMNShape_UserTask_21">
        <di:waypoint xsi:type="dc:Point" x="167.0" y="1735.0"/>
        <di:waypoint xsi:type="dc:Point" x="240.0" y="1735.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="948.0" y="2148.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true">
        <dc:Bounds height="1707.0" width="3458.0" x="0.0" y="1096.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_4" bpmnElement="SubProcess_1" isExpanded="true">
        <dc:Bounds height="270.0" width="457.0" x="444.0" y="1600.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_UserTask_21" targetElement="_BPMNShape_SubProcess_4">
        <di:waypoint xsi:type="dc:Point" x="340.0" y="1735.0"/>
        <di:waypoint xsi:type="dc:Point" x="444.0" y="1735.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="948.0" y="1735.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_2">
        <dc:Bounds height="36.0" width="36.0" x="472.0" y="1709.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="948.0" y="1750.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_6" bpmnElement="EndEvent_2">
        <dc:Bounds height="36.0" width="36.0" x="828.0" y="1709.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="948.0" y="1750.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="Task_1">
        <dc:Bounds height="80.0" width="100.0" x="552.0" y="1687.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_22" bpmnElement="UserTask_2">
        <dc:Bounds height="80.0" width="100.0" x="684.0" y="1687.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_Task_2">
        <di:waypoint xsi:type="dc:Point" x="508.0" y="1727.0"/>
        <di:waypoint xsi:type="dc:Point" x="552.0" y="1727.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="948.0" y="2140.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_UserTask_22">
        <di:waypoint xsi:type="dc:Point" x="652.0" y="1727.0"/>
        <di:waypoint xsi:type="dc:Point" x="684.0" y="1727.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="948.0" y="2140.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_UserTask_22" targetElement="_BPMNShape_EndEvent_6">
        <di:waypoint xsi:type="dc:Point" x="784.0" y="1727.0"/>
        <di:waypoint xsi:type="dc:Point" x="828.0" y="1727.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="948.0" y="2140.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_5" bpmnElement="SubProcess_2" isExpanded="true">
        <dc:Bounds height="621.0" width="1507.0" x="1056.0" y="1480.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_SubProcess_4" targetElement="_BPMNShape_SubProcess_5">
        <di:waypoint xsi:type="dc:Point" x="900.0" y="1735.0"/>
        <di:waypoint xsi:type="dc:Point" x="978.0" y="1735.0"/>
        <di:waypoint xsi:type="dc:Point" x="978.0" y="1790.0"/>
        <di:waypoint xsi:type="dc:Point" x="1056.0" y="1790.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="975.0" y="1735.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_5" bpmnElement="StartEvent_3">
        <dc:Bounds height="36.0" width="36.0" x="1068.0" y="1671.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="1086.0" y="1712.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_24" bpmnElement="Shell_sc">
        <dc:Bounds height="80.0" width="100.0" x="1297.0" y="1649.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_2" bpmnElement="ParallelGateway_1">
        <dc:Bounds height="50.0" width="50.0" x="1476.0" y="1663.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="1501.0" y="1718.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SendTask_2" bpmnElement="SendTask_1">
        <dc:Bounds height="80.0" width="100.0" x="1596.0" y="1775.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ParallelGateway_2" targetElement="_BPMNShape_SendTask_2">
        <di:waypoint xsi:type="dc:Point" x="1501.0" y="1713.0"/>
        <di:waypoint xsi:type="dc:Point" x="1501.0" y="1815.0"/>
        <di:waypoint xsi:type="dc:Point" x="1596.0" y="1815.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1501.0" y="1815.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_3" bpmnElement="ParallelGateway_2">
        <dc:Bounds height="50.0" width="50.0" x="1804.0" y="1663.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="1829.0" y="1718.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ParallelGateway_2" targetElement="_BPMNShape_ParallelGateway_3">
        <di:waypoint xsi:type="dc:Point" x="1526.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1804.0" y="1688.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1725.0" y="1688.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_SendTask_2" targetElement="_BPMNShape_ParallelGateway_3">
        <di:waypoint xsi:type="dc:Point" x="1696.0" y="1815.0"/>
        <di:waypoint xsi:type="dc:Point" x="1829.0" y="1814.0"/>
        <di:waypoint xsi:type="dc:Point" x="1829.0" y="1713.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1826.0" y="1784.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_23" bpmnElement="UserTask_3">
        <dc:Bounds height="80.0" width="100.0" x="1984.0" y="1516.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_24" bpmnElement="UserTask_4">
        <dc:Bounds height="80.0" width="100.0" x="1984.0" y="1649.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_25" bpmnElement="UserTask_5">
        <dc:Bounds height="80.0" width="100.0" x="1983.0" y="1787.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_UserTask_24">
        <di:waypoint xsi:type="dc:Point" x="1854.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1919.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1919.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="1984.0" y="1689.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1916.0" y="1689.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_UserTask_23">
        <di:waypoint xsi:type="dc:Point" x="1854.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1919.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1919.0" y="1556.0"/>
        <di:waypoint xsi:type="dc:Point" x="1984.0" y="1556.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1916.0" y="1622.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ParallelGateway_3" targetElement="_BPMNShape_UserTask_25">
        <di:waypoint xsi:type="dc:Point" x="1854.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="1904.0" y="1687.0"/>
        <di:waypoint xsi:type="dc:Point" x="1904.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="1983.0" y="1827.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1901.0" y="1771.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_SendTask_3" bpmnElement="SendTask_2">
        <dc:Bounds height="80.0" width="100.0" x="2200.0" y="1515.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SendTask_4" bpmnElement="SendTask_3">
        <dc:Bounds height="80.0" width="100.0" x="2200.0" y="1649.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SendTask_5" bpmnElement="SendTask_4">
        <dc:Bounds height="80.0" width="100.0" x="2200.0" y="1787.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_UserTask_25" targetElement="_BPMNShape_SendTask_5">
        <di:waypoint xsi:type="dc:Point" x="2083.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="2200.0" y="1827.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2139.0" y="1827.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_UserTask_24" targetElement="_BPMNShape_SendTask_4">
        <di:waypoint xsi:type="dc:Point" x="2084.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="2200.0" y="1689.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2142.0" y="1689.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_UserTask_23" targetElement="_BPMNShape_SendTask_3">
        <di:waypoint xsi:type="dc:Point" x="2084.0" y="1556.0"/>
        <di:waypoint xsi:type="dc:Point" x="2142.0" y="1556.0"/>
        <di:waypoint xsi:type="dc:Point" x="2142.0" y="1555.0"/>
        <di:waypoint xsi:type="dc:Point" x="2200.0" y="1555.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2139.0" y="1556.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_4" bpmnElement="ParallelGateway_3">
        <dc:Bounds height="50.0" width="50.0" x="2380.0" y="1663.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="2405.0" y="1718.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_SendTask_3" targetElement="_BPMNShape_ParallelGateway_4">
        <di:waypoint xsi:type="dc:Point" x="2300.0" y="1555.0"/>
        <di:waypoint xsi:type="dc:Point" x="2342.0" y="1555.0"/>
        <di:waypoint xsi:type="dc:Point" x="2342.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="2380.0" y="1688.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2339.0" y="1616.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_SendTask_4" targetElement="_BPMNShape_ParallelGateway_4">
        <di:waypoint xsi:type="dc:Point" x="2300.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="2342.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="2342.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="2380.0" y="1688.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2344.0" y="1688.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_SendTask_5" targetElement="_BPMNShape_ParallelGateway_4">
        <di:waypoint xsi:type="dc:Point" x="2300.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="2340.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="2340.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="2380.0" y="1688.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2337.0" y="1758.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_7" bpmnElement="EndEvent_3">
        <dc:Bounds height="36.0" width="36.0" x="2488.0" y="1671.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="2506.0" y="1712.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ParallelGateway_4" targetElement="_BPMNShape_EndEvent_7">
        <di:waypoint xsi:type="dc:Point" x="2430.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="2459.0" y="1688.0"/>
        <di:waypoint xsi:type="dc:Point" x="2459.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="2488.0" y="1689.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2456.0" y="1689.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_8" bpmnElement="EndEvent_4">
        <dc:Bounds height="36.0" width="36.0" x="2796.0" y="1773.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="2814.0" y="1814.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_SubProcess_5" targetElement="_BPMNShape_EndEvent_8">
        <di:waypoint xsi:type="dc:Point" x="2562.0" y="1790.0"/>
        <di:waypoint xsi:type="dc:Point" x="2681.0" y="1790.0"/>
        <di:waypoint xsi:type="dc:Point" x="2681.0" y="1791.0"/>
        <di:waypoint xsi:type="dc:Point" x="2796.0" y="1791.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2680.0" y="1791.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_Participant_3" bpmnElement="Participant_1" isHorizontal="true">
        <dc:Bounds height="550.0" width="2935.0" x="1216.0" y="240.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_MessageFlow_1" bpmnElement="MessageFlow_1" sourceElement="_BPMNShape_SendTask_2" targetElement="_BPMNShape_Participant_3">
        <di:waypoint xsi:type="dc:Point" x="1646.0" y="1775.0"/>
        <di:waypoint xsi:type="dc:Point" x="1646.0" y="1259.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="1259.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="790.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1671.0" y="1259.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_MessageFlow_2" bpmnElement="MessageFlow_2" sourceElement="_BPMNShape_SendTask_3" targetElement="_BPMNShape_Participant_3">
        <di:waypoint xsi:type="dc:Point" x="2250.0" y="1515.0"/>
        <di:waypoint xsi:type="dc:Point" x="2250.0" y="1129.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="1129.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="790.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2473.0" y="1129.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_MessageFlow_3" bpmnElement="MessageFlow_3" sourceElement="_BPMNShape_SendTask_4" targetElement="_BPMNShape_Participant_3">
        <di:waypoint xsi:type="dc:Point" x="2200.0" y="1686.0"/>
        <di:waypoint xsi:type="dc:Point" x="2180.0" y="1685.0"/>
        <di:waypoint xsi:type="dc:Point" x="2180.0" y="1384.0"/>
        <di:waypoint xsi:type="dc:Point" x="2682.0" y="1385.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="1196.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="790.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2535.0" y="1385.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_MessageFlow_4" bpmnElement="MessageFlow_4" sourceElement="_BPMNShape_SendTask_5" targetElement="_BPMNShape_Participant_3">
        <di:waypoint xsi:type="dc:Point" x="2200.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="2184.0" y="1827.0"/>
        <di:waypoint xsi:type="dc:Point" x="2184.0" y="1536.0"/>
        <di:waypoint xsi:type="dc:Point" x="2184.0" y="1361.0"/>
        <di:waypoint xsi:type="dc:Point" x="2682.0" y="1360.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="1265.0"/>
        <di:waypoint xsi:type="dc:Point" x="2683.0" y="790.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2449.0" y="1360.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_2" bpmnElement="BoundaryEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="1948.0" y="2083.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1959.0" y="2520.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_TextAnnotation_2" bpmnElement="TextAnnotation_1">
        <dc:Bounds height="94.0" width="456.0" x="1116.0" y="1384.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_TextAnnotation_2" targetElement="_BPMNShape_SubProcess_5">
        <di:waypoint xsi:type="dc:Point" x="1405.0" y="1478.0"/>
        <di:waypoint xsi:type="dc:Point" x="1407.0" y="1480.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_24" targetElement="_BPMNShape_ParallelGateway_2">
        <di:waypoint xsi:type="dc:Point" x="1397.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="1476.0" y="1688.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1438.0" y="1688.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
        <dc:Bounds height="50.0" width="50.0" x="2172.0" y="2322.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="2197.0" y="2377.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_UserTask_27" bpmnElement="UserTask_6">
        <dc:Bounds height="80.0" width="100.0" x="1916.0" y="2308.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_BoundaryEvent_2" targetElement="_BPMNShape_UserTask_27">
        <di:waypoint xsi:type="dc:Point" x="1966.0" y="2119.0"/>
        <di:waypoint xsi:type="dc:Point" x="1966.0" y="2308.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1963.0" y="2164.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_UserTask_27" targetElement="_BPMNShape_ExclusiveGateway_3">
        <di:waypoint xsi:type="dc:Point" x="2016.0" y="2348.0"/>
        <di:waypoint xsi:type="dc:Point" x="2140.0" y="2348.0"/>
        <di:waypoint xsi:type="dc:Point" x="2140.0" y="2347.0"/>
        <di:waypoint xsi:type="dc:Point" x="2172.0" y="2347.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2047.0" y="2348.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_44" bpmnElement="SequenceFlow_44" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_EndEvent_8">
        <di:waypoint xsi:type="dc:Point" x="2222.0" y="2347.0"/>
        <di:waypoint xsi:type="dc:Point" x="2814.0" y="2346.0"/>
        <di:waypoint xsi:type="dc:Point" x="2814.0" y="1809.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2811.0" y="2345.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_25" bpmnElement="ServiceTask_1">
        <dc:Bounds height="80.0" width="100.0" x="2148.0" y="2464.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_25">
        <di:waypoint xsi:type="dc:Point" x="2197.0" y="2372.0"/>
        <di:waypoint xsi:type="dc:Point" x="2197.0" y="2406.0"/>
        <di:waypoint xsi:type="dc:Point" x="2198.0" y="2406.0"/>
        <di:waypoint xsi:type="dc:Point" x="2198.0" y="2464.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2195.0" y="2412.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_9" bpmnElement="EndEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="2180.0" y="2572.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="0.0" width="0.0" x="2198.0" y="2613.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ServiceTask_25" targetElement="_BPMNShape_EndEvent_9">
        <di:waypoint xsi:type="dc:Point" x="2198.0" y="2544.0"/>
        <di:waypoint xsi:type="dc:Point" x="2198.0" y="2572.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="2195.0" y="2563.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_StartEvent_5" targetElement="_BPMNShape_ServiceTask_24">
        <di:waypoint xsi:type="dc:Point" x="1104.0" y="1689.0"/>
        <di:waypoint xsi:type="dc:Point" x="1297.0" y="1689.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="6.0" width="6.0" x="1198.0" y="1689.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>