Newer
Older
casic-smartcity-dcms-cr / casic-web / src / main / resources / processes / dcms_case_process_test.bpmn
zhout on 13 Mar 2021 52 KB 1、自动派发流程修改;
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1615445733831" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
  <collaboration id="Collaboration" isClosed="false">
    <participant id="dcms_case_process" name="城管处理流程" processRef="process_pool1">
      <participantMultiplicity maximum="1" minimum="0"/>
    </participant>
  </collaboration>
  <process id="process_pool1" isClosed="false" isExecutable="true" name="process_pool1" processType="None">
    <laneSet id="laneSet_process_pool1">
      <lane id="lane1" name="监督部门">
        <flowNodeRef>usertask1</flowNodeRef>
        <flowNodeRef>usertask4</flowNodeRef>
        <flowNodeRef>usertask22</flowNodeRef>
        <flowNodeRef>inclusivegateway1</flowNodeRef>
      </lane>
      <lane id="lane2" name="受理部门">
        <flowNodeRef>usertask2</flowNodeRef>
        <flowNodeRef>usertask3</flowNodeRef>
        <flowNodeRef>usertask5</flowNodeRef>
        <flowNodeRef>usertask6</flowNodeRef>
        <flowNodeRef>usertask21</flowNodeRef>
        <flowNodeRef>usertask23</flowNodeRef>
        <flowNodeRef>exclusivegateway1</flowNodeRef>
        <flowNodeRef>usertask27</flowNodeRef>
      </lane>
      <lane id="lane3" name="派遣部门">
        <flowNodeRef>usertask7</flowNodeRef>
        <flowNodeRef>usertask8</flowNodeRef>
        <flowNodeRef>usertask9</flowNodeRef>
        <flowNodeRef>usertask10</flowNodeRef>
        <flowNodeRef>usertask11</flowNodeRef>
        <flowNodeRef>usertask20</flowNodeRef>
        <flowNodeRef>usertask26</flowNodeRef>
        <flowNodeRef>inclusivegateway3</flowNodeRef>
      </lane>
      <lane id="lane4" name="处置单位">
        <flowNodeRef>usertask12</flowNodeRef>
        <flowNodeRef>usertask14</flowNodeRef>
        <flowNodeRef>usertask15</flowNodeRef>
        <flowNodeRef>usertask16</flowNodeRef>
        <flowNodeRef>usertask18</flowNodeRef>
        <flowNodeRef>inclusivegateway2</flowNodeRef>
      </lane>
    </laneSet>
    <userTask activiti:candidateGroups="supervisor" activiti:exclusive="true" id="usertask1" name="城管通上报">
      <documentation id="usertask1_D_1"><![CDATA[信息报送]]></documentation>
    </userTask>
    <userTask activiti:candidateGroups="receiver" activiti:exclusive="true" id="usertask2" name="创建案件"/>
    <userTask activiti:candidateGroups="monitor" activiti:exclusive="true" id="usertask3" name="待结案"/>
    <startEvent id="startevent1" name="Start"/>
    <sequenceFlow id="flow1" name="app上报" sourceRef="startevent1" targetRef="usertask1">
      <documentation id="flow1_D_1"><![CDATA[城管通]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${source<10}]]></conditionExpression>
    </sequenceFlow>
    <userTask activiti:assignee="#{taskUserId}" activiti:candidateGroups="supervisor" activiti:exclusive="true" id="usertask4" name="待核实"/>
    <userTask activiti:candidateGroups="receiver" activiti:exclusive="true" id="usertask5" name="待立案"/>
    <userTask activiti:candidateGroups="monitor" activiti:exclusive="true" id="usertask6" name="预立案"/>
    <userTask activiti:candidateGroups="dispatcher" activiti:exclusive="true" id="usertask7" name="待派发"/>
    <userTask activiti:candidateGroups="commander" activiti:exclusive="true" id="usertask8" name="预派发"/>
    <userTask activiti:candidateGroups="commander" activiti:exclusive="true" id="usertask9" name="挂起"/>
    <userTask activiti:candidateGroups="commander" activiti:exclusive="true" id="usertask10" name="调整批示"/>
    <userTask activiti:candidateGroups="dispatcher" activiti:exclusive="true" id="usertask11" name="待调整"/>
    <userTask activiti:candidateGroups="#{groupId},twoLevel" activiti:exclusive="true" id="usertask12" name="处置单位"/>
    <userTask activiti:assignee="#{taskUserId}" activiti:candidateGroups="#{groupId},process" activiti:exclusive="true" id="usertask14" name="案件处理"/>
    <userTask activiti:candidateGroups="#{groupId},twoLevel" activiti:exclusive="true" id="usertask15" name="部门调整批示"/>
    <userTask activiti:candidateGroups="#{groupId},twoLevel" activiti:exclusive="true" id="usertask16" name="处理完成"/>
    <userTask activiti:candidateGroups="#{groupId},twoLevel" activiti:exclusive="true" id="usertask18" name="部门授权审核"/>
    <userTask activiti:candidateGroups="dispatcher" activiti:exclusive="true" id="usertask20" name="处理审核"/>
    <userTask activiti:candidateGroups="receiver" activiti:exclusive="true" id="usertask21" name="待安排核查"/>
    <userTask activiti:assignee="#{taskUserId}" activiti:candidateGroups="supervisor" activiti:exclusive="true" id="usertask22" name="待核查"/>
    <userTask activiti:candidateGroups="receiver" activiti:exclusive="true" id="usertask23" name="待回访"/>
    <sequenceFlow id="DLA" name="终端上报" sourceRef="usertask1" targetRef="usertask5">
      <documentation id="DLA_D_1"><![CDATA[XXBS]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==10}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="APHS" name="派发核实" sourceRef="usertask2" targetRef="usertask4">
      <documentation id="APHS_D_1"><![CDATA[APHS]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==0}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="HS" name="核实" sourceRef="usertask4" targetRef="usertask5">
      <documentation id="HS_D_1"><![CDATA[[{"code":"10","name":"核实有效","key":"HS"},{"code":"1","name":"核实无效","key":"HS"}]]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==10||caseState==1}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow6" name="待立案" sourceRef="usertask2" targetRef="usertask5">
      <documentation id="flow6_D_1"><![CDATA[DLA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==10}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow7" name="预立案" sourceRef="usertask5" targetRef="usertask6">
      <documentation id="flow7_D_1"><![CDATA[YLA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==11}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow8" name="立案" sourceRef="usertask6" targetRef="usertask7">
      <documentation id="flow8_D_1"><![CDATA[LA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow9" name="立案" sourceRef="usertask5" targetRef="usertask7">
      <documentation id="flow9_D_1"><![CDATA[LA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <inclusiveGateway gatewayDirection="Unspecified" id="inclusivegateway1" name="结案"/>
    <sequenceFlow id="flow10" name="不予立案" sourceRef="usertask5" targetRef="inclusivegateway1">
      <documentation id="flow10_D_1"><![CDATA[BLA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==76}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow11" name="作废" sourceRef="usertask6" targetRef="inclusivegateway1">
      <documentation id="flow11_D_1"><![CDATA[XA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==75||caseState==76}]]></conditionExpression>
    </sequenceFlow>
    <inclusiveGateway gatewayDirection="Unspecified" id="inclusivegateway2" name="处置单位"/>
    <sequenceFlow id="flow12" name="派发" sourceRef="usertask7" targetRef="inclusivegateway2">
      <documentation id="flow12_D_1"><![CDATA[PF]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow13" sourceRef="inclusivegateway2" targetRef="usertask12"/>
    <sequenceFlow id="flow14" name="预派发" sourceRef="usertask7" targetRef="usertask8">
      <documentation id="flow14_D_1"><![CDATA[YPF]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==23}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow15" name="挂起" sourceRef="usertask8" targetRef="usertask9">
      <documentation id="flow15_D_1"><![CDATA[GQ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==22}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow16" name="恢复" sourceRef="usertask9" targetRef="usertask8">
      <documentation id="flow16_D_1"><![CDATA[HF]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==23}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow17" name="派发" sourceRef="usertask8" targetRef="inclusivegateway2">
      <documentation id="flow17_D_1"><![CDATA[PF]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow18" name="申请调整" sourceRef="usertask12" targetRef="usertask10">
      <documentation id="flow18_D_1"><![CDATA[SQTZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==302}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow20" name="批准调整" sourceRef="usertask10" targetRef="usertask11">
      <documentation id="flow20_D_1"><![CDATA[PZTZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==40}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow21" name="不批准调整" sourceRef="usertask10" targetRef="inclusivegateway2">
      <documentation id="flow21_D_1"><![CDATA[BPZTZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow22" name="重新派遣" sourceRef="usertask11" targetRef="inclusivegateway2">
      <documentation id="flow22_D_1"><![CDATA[CXPQ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow23" name="处置通处置" sourceRef="usertask12" targetRef="usertask14">
      <documentation id="flow23_D_1"><![CDATA[CZTCZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow27" name="延期或缓办" sourceRef="usertask14" targetRef="usertask18">
      <documentation id="flow27_D_1"><![CDATA[[{"code":"45","name":"申请延期","key":"BMSQYQ"},{"code":"45","name":"申请缓办","key":"BMSQHB"}]]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==45}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow30" name="不同意" sourceRef="usertask15" targetRef="usertask14">
      <documentation id="flow30_D_1"><![CDATA[BTY]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow31" name="退回处理" sourceRef="usertask18" targetRef="usertask14">
      <documentation id="flow31_D_1"><![CDATA[BTYSQ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <userTask activiti:candidateGroups="commander" activiti:exclusive="true" id="usertask26" name="授权审核"/>
    <inclusiveGateway gatewayDirection="Unspecified" id="inclusivegateway3" name="授权审核"/>
    <sequenceFlow id="flow36" name="同意申请" sourceRef="usertask18" targetRef="inclusivegateway3">
      <documentation id="flow36_D_1"><![CDATA[TYSQ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==303||caseState==304}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow37" sourceRef="inclusivegateway3" targetRef="usertask26"/>
    <sequenceFlow id="flow38" name="批准申请" sourceRef="usertask26" targetRef="inclusivegateway2">
      <documentation id="flow38_D_1"><![CDATA[[{"code":"30","name":"不批准","key":"BPZ","approvalResult":"0"},{"code":"30","name":"批准","key":"PZ","approvalResult":"1"}]]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow39" name="申请调整" sourceRef="usertask15" targetRef="usertask10">
      <documentation id="flow39_D_1"><![CDATA[SQTZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==302}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow40" name="处理完成" sourceRef="usertask14" targetRef="usertask16">
      <documentation id="flow40_D_1"><![CDATA[CLWC]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==301}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow41" name="转处置人员" sourceRef="usertask16" targetRef="usertask14">
      <documentation id="flow41_D_1"><![CDATA[flow41]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow42" name="申请延期或者缓办" sourceRef="usertask12" targetRef="inclusivegateway3">
      <documentation id="flow42_D_1"><![CDATA[[{"code":"303","name":"申请延期","key":"SQYQ"},{"code":"304","name":"申请缓办","key":"SQHB"}]]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==303||caseState==304}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow43" name="处理审核" sourceRef="usertask16" targetRef="usertask20">
      <documentation id="flow43_D_1"><![CDATA[CLSH]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==46}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow44" name="审核通过" sourceRef="usertask20" targetRef="usertask21">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==50}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow45" name="待核查" sourceRef="usertask21" targetRef="usertask22">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==51}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow46" name="审核转结案" sourceRef="usertask20" targetRef="usertask3">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==63}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow47" name="审核不同意" sourceRef="usertask20" targetRef="inclusivegateway2">
      <documentation id="flow47_D_1"><![CDATA[SHBTY]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow48" name="核查完成" sourceRef="usertask22" targetRef="usertask3">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==60||caseState==61}]]></conditionExpression>
    </sequenceFlow>
    <exclusiveGateway gatewayDirection="Unspecified" id="exclusivegateway1" name="是否需要回访"/>
    <sequenceFlow id="flow49" sourceRef="inclusivegateway1" targetRef="exclusivegateway1"/>
    <sequenceFlow id="flow50" name="正常结案" sourceRef="usertask3" targetRef="exclusivegateway1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==70}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow51" name="需要回访" sourceRef="exclusivegateway1" targetRef="usertask23">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${isNeedRevisit==1}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow53" name="重新办理" sourceRef="usertask3" targetRef="usertask7">
      <documentation id="flow53_D_1"><![CDATA[CXBL]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <endEvent id="endevent1" name="End">
      <extensionElements>
        <activiti:executionListener class="com.casic.missiles.modular.flowable.handler.ProcessEndExecutionListener" event="end"/>
      </extensionElements>
    </endEvent>
    <sequenceFlow id="flow54" name="不需要回访" sourceRef="exclusivegateway1" targetRef="endevent1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${isNeedRevisit==0}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow55" name="正常结案" sourceRef="usertask23" targetRef="endevent1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==70||caseState==76||caseState==77}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow56" name="处理完成" sourceRef="usertask12" targetRef="usertask20">
      <documentation id="flow56_D_1"><![CDATA[CLWC]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==46}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow57" name="部门申请调整" sourceRef="usertask14" targetRef="usertask15">
      <documentation id="flow57_D_1"><![CDATA[BMSQTZ]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==37}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="THHS" name="退回核实" sourceRef="usertask5" targetRef="usertask4">
      <documentation id="THHS_D_1"><![CDATA[THHS]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==0}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow59" name="重新核查" sourceRef="usertask3" targetRef="usertask21">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==50}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow60" name="快捷上报" sourceRef="usertask1" targetRef="usertask3">
      <documentation id="flow60_D_1"><![CDATA[DJA]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==63}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow61" name="待派发核实" sourceRef="usertask2" targetRef="usertask27">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==3}]]></conditionExpression>
    </sequenceFlow>
    <userTask activiti:candidateGroups="receiver" activiti:exclusive="true" id="usertask27" name="待派发核实"/>
    <sequenceFlow id="flow62" name="派发核实" sourceRef="usertask27" targetRef="usertask4">
      <documentation id="flow62_D_1"><![CDATA[PFHS]]></documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==0}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow63" sourceRef="startevent1" targetRef="usertask2">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${source>=10}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow64" name="销案" sourceRef="usertask8" targetRef="inclusivegateway1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==77}]]></conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram documentation="background=#3C3F41;count=2;horizontalcount=2;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram">
    <bpmndi:BPMNPlane bpmnElement="Collaboration">
      <bpmndi:BPMNShape bpmnElement="dcms_case_process" id="Shape-dcms_case_process" isExpanded="true" isHorizontal="true">
        <omgdc:Bounds height="964.0" width="1251.0" x="180.0" y="58.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="964.0" width="1251.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="startevent1" id="Shape-startevent1">
        <omgdc:Bounds height="32.0" width="32.0" x="60.0" y="10.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="endevent1" id="Shape-endevent1">
        <omgdc:Bounds height="32.0" width="32.0" x="1445.0" y="333.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane1" id="Shape-lane1" isExpanded="true" isHorizontal="true">
        <omgdc:Bounds height="191.0" width="1226.0" x="206.0" y="58.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="191.0" width="1226.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane2" id="Shape-lane2" isExpanded="true" isHorizontal="true">
        <omgdc:Bounds height="230.0" width="1226.0" x="206.0" y="249.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="230.0" width="1226.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane3" id="Shape-lane3" isExpanded="true" isHorizontal="true">
        <omgdc:Bounds height="231.0" width="1226.0" x="206.0" y="479.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="231.0" width="1226.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane4" id="Shape-lane4" isExpanded="true" isHorizontal="true">
        <omgdc:Bounds height="311.0" width="1226.0" x="206.0" y="710.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="311.0" width="1226.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask1" id="Shape-usertask1">
        <omgdc:Bounds height="55.0" width="105.0" x="296.0" y="78.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask4" id="Shape-usertask4">
        <omgdc:Bounds height="55.0" width="105.0" x="400.0" y="160.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask22" id="Shape-usertask22">
        <omgdc:Bounds height="55.0" width="105.0" x="1106.0" y="179.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway1" id="Shape-inclusivegateway1">
        <omgdc:Bounds height="32.0" width="32.0" x="786.0" y="139.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask2" id="Shape-usertask2">
        <omgdc:Bounds height="55.0" width="105.0" x="336.0" y="300.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask3" id="Shape-usertask3">
        <omgdc:Bounds height="55.0" width="105.0" x="1326.0" y="400.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask5" id="Shape-usertask5">
        <omgdc:Bounds height="55.0" width="105.0" x="526.0" y="279.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask6" id="Shape-usertask6">
        <omgdc:Bounds height="55.0" width="105.0" x="526.0" y="390.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask21" id="Shape-usertask21">
        <omgdc:Bounds height="55.0" width="105.0" x="1026.0" y="300.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask23" id="Shape-usertask23">
        <omgdc:Bounds height="55.0" width="105.0" x="1326.0" y="250.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="Shape-exclusivegateway1" isMarkerVisible="false">
        <omgdc:Bounds height="32.0" width="32.0" x="1256.0" y="330.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask27" id="Shape-usertask27">
        <omgdc:Bounds height="55.0" width="105.0" x="212.0" y="250.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask7" id="Shape-usertask7">
        <omgdc:Bounds height="55.0" width="105.0" x="286.0" y="509.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask8" id="Shape-usertask8">
        <omgdc:Bounds height="55.0" width="105.0" x="456.0" y="593.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask9" id="Shape-usertask9">
        <omgdc:Bounds height="55.0" width="105.0" x="606.0" y="593.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask10" id="Shape-usertask10">
        <omgdc:Bounds height="55.0" width="105.0" x="806.0" y="640.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask11" id="Shape-usertask11">
        <omgdc:Bounds height="55.0" width="105.0" x="806.0" y="509.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask20" id="Shape-usertask20">
        <omgdc:Bounds height="55.0" width="105.0" x="1326.0" y="539.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask26" id="Shape-usertask26">
        <omgdc:Bounds height="55.0" width="105.0" x="944.0" y="509.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway3" id="Shape-inclusivegateway3">
        <omgdc:Bounds height="32.0" width="32.0" x="976.0" y="670.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask12" id="Shape-usertask12">
        <omgdc:Bounds height="55.0" width="105.0" x="296.0" y="730.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask14" id="Shape-usertask14">
        <omgdc:Bounds height="55.0" width="105.0" x="1096.0" y="900.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask15" id="Shape-usertask15">
        <omgdc:Bounds height="55.0" width="105.0" x="1222.0" y="820.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask16" id="Shape-usertask16">
        <omgdc:Bounds height="55.0" width="105.0" x="1276.0" y="730.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask18" id="Shape-usertask18">
        <omgdc:Bounds height="55.0" width="105.0" x="1096.0" y="730.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="55.0" width="105.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway2" id="Shape-inclusivegateway2">
        <omgdc:Bounds height="32.0" width="32.0" x="226.0" y="737.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="flow46" id="BPMNEdge_flow46" sourceElement="usertask20" targetElement="usertask3">
        <omgdi:waypoint x="1378.5" y="539.0"/>
        <omgdi:waypoint x="1378.5" y="455.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1364.0" y="454.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47" sourceElement="usertask20" targetElement="inclusivegateway2">
        <omgdi:waypoint x="1431.0" y="569.0"/>
        <omgdi:waypoint x="1447.0" y="569.0"/>
        <omgdi:waypoint x="1447.0" y="1032.0"/>
        <omgdi:waypoint x="841.0" y="1032.0"/>
        <omgdi:waypoint x="240.0" y="1032.0"/>
        <omgdi:waypoint x="258.0" y="753.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1417.0" y="612.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48" sourceElement="usertask22" targetElement="usertask3">
        <omgdi:waypoint x="1152.0" y="234.0"/>
        <omgdi:waypoint x="1152.0" y="493.0"/>
        <omgdi:waypoint x="1373.0" y="493.0"/>
        <omgdi:waypoint x="1378.5" y="455.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1147.0" y="296.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow49" id="BPMNEdge_flow49" sourceElement="inclusivegateway1" targetElement="exclusivegateway1">
        <omgdi:waypoint x="814.0" y="159.0"/>
        <omgdi:waypoint x="1236.0" y="159.0"/>
        <omgdi:waypoint x="1236.0" y="351.0"/>
        <omgdi:waypoint x="1256.0" y="346.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="-1.0" width="-1.0" x="-1.0" y="-1.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="HS" id="BPMNEdge_HS" sourceElement="usertask4" targetElement="usertask5">
        <omgdi:waypoint x="505.0" y="187.0"/>
        <omgdi:waypoint x="572.0" y="187.0"/>
        <omgdi:waypoint x="572.0" y="279.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="499.0" y="149.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1" sourceElement="startevent1" targetElement="usertask1">
        <omgdi:waypoint x="91.96871942267131" y="27.0"/>
        <omgdi:waypoint x="342.0" y="27.0"/>
        <omgdi:waypoint x="342.0" y="78.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="42.0" x="95.0" y="27.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6" sourceElement="usertask2" targetElement="usertask5">
        <omgdi:waypoint x="441.0" y="327.5"/>
        <omgdi:waypoint x="526.0" y="306.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="464.0" y="304.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow42" id="BPMNEdge_flow42" sourceElement="usertask12" targetElement="inclusivegateway3">
        <omgdi:waypoint x="342.0" y="785.0"/>
        <omgdi:waypoint x="342.0" y="851.0"/>
        <omgdi:waypoint x="989.0" y="851.0"/>
        <omgdi:waypoint x="992.0" y="702.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="96.0" x="423.0" y="823.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7" sourceElement="usertask5" targetElement="usertask6">
        <omgdi:waypoint x="578.5" y="334.0"/>
        <omgdi:waypoint x="578.5" y="390.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="565.0" y="344.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43" sourceElement="usertask16" targetElement="usertask20">
        <omgdi:waypoint x="1372.0" y="730.0"/>
        <omgdi:waypoint x="1372.0" y="729.0"/>
        <omgdi:waypoint x="1372.0" y="594.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1393.0" y="802.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8" sourceElement="usertask6" targetElement="usertask7">
        <omgdi:waypoint x="526.0" y="417.0"/>
        <omgdi:waypoint x="332.0" y="417.0"/>
        <omgdi:waypoint x="332.0" y="509.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="520.0" y="418.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow44" id="BPMNEdge_flow44" sourceElement="usertask20" targetElement="usertask21">
        <omgdi:waypoint x="1371.0" y="539.0"/>
        <omgdi:waypoint x="1371.0" y="521.0"/>
        <omgdi:waypoint x="1072.0" y="521.0"/>
        <omgdi:waypoint x="1131.0" y="327.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1156.0" y="525.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9" sourceElement="usertask5" targetElement="usertask7">
        <omgdi:waypoint x="572.0" y="334.0"/>
        <omgdi:waypoint x="572.0" y="361.0"/>
        <omgdi:waypoint x="442.0" y="361.0"/>
        <omgdi:waypoint x="332.0" y="361.0"/>
        <omgdi:waypoint x="391.0" y="536.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="412.0" y="350.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45" sourceElement="usertask21" targetElement="usertask22">
        <omgdi:waypoint x="1072.0" y="300.0"/>
        <omgdi:waypoint x="1072.0" y="205.0"/>
        <omgdi:waypoint x="1106.0" y="205.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="1027.0" y="218.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40" sourceElement="usertask14" targetElement="usertask16">
        <omgdi:waypoint x="1148.0" y="955.0"/>
        <omgdi:waypoint x="1148.0" y="989.0"/>
        <omgdi:waypoint x="1328.0" y="989.0"/>
        <omgdi:waypoint x="1328.5" y="785.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1142.0" y="955.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow41" id="BPMNEdge_flow41" sourceElement="usertask16" targetElement="usertask14">
        <omgdi:waypoint x="1381.0" y="758.0"/>
        <omgdi:waypoint x="1390.0" y="758.0"/>
        <omgdi:waypoint x="1390.0" y="994.0"/>
        <omgdi:waypoint x="1282.0" y="994.0"/>
        <omgdi:waypoint x="1078.0" y="994.0"/>
        <omgdi:waypoint x="1078.0" y="932.0"/>
        <omgdi:waypoint x="1201.0" y="927.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1373.0" y="846.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow39" id="BPMNEdge_flow39" sourceElement="usertask15" targetElement="usertask10">
        <omgdi:waypoint x="1268.0" y="820.0"/>
        <omgdi:waypoint x="1268.0" y="667.0"/>
        <omgdi:waypoint x="911.0" y="667.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1178.0" y="733.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow36" id="BPMNEdge_flow36" sourceElement="usertask18" targetElement="inclusivegateway3">
        <omgdi:waypoint x="1142.0" y="730.0"/>
        <omgdi:waypoint x="1142.0" y="689.0"/>
        <omgdi:waypoint x="1005.0" y="689.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1001.0" y="682.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow37" id="BPMNEdge_flow37" sourceElement="inclusivegateway3" targetElement="usertask26">
        <omgdi:waypoint x="992.0" y="670.0"/>
        <omgdi:waypoint x="992.0" y="564.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="-1.0" width="-1.0" x="-1.0" y="-1.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow38" id="BPMNEdge_flow38" sourceElement="usertask26" targetElement="inclusivegateway2">
        <omgdi:waypoint x="990.0" y="509.0"/>
        <omgdi:waypoint x="990.0" y="478.0"/>
        <omgdi:waypoint x="239.0" y="478.0"/>
        <omgdi:waypoint x="242.0" y="737.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="846.0" y="405.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31" sourceElement="usertask18" targetElement="usertask14">
        <omgdi:waypoint x="1096.0" y="756.0"/>
        <omgdi:waypoint x="1071.0" y="756.0"/>
        <omgdi:waypoint x="1071.0" y="921.0"/>
        <omgdi:waypoint x="1096.0" y="927.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1013.0" y="769.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="DLA" id="BPMNEdge_DLA" sourceElement="usertask1" targetElement="usertask5">
        <omgdi:waypoint x="401.0" y="105.0"/>
        <omgdi:waypoint x="572.0" y="105.0"/>
        <omgdi:waypoint x="572.0" y="279.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="395.0" y="67.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30" sourceElement="usertask15" targetElement="usertask14">
        <omgdi:waypoint x="1274.0" y="875.0"/>
        <omgdi:waypoint x="1274.0" y="927.0"/>
        <omgdi:waypoint x="1201.0" y="927.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="1203.0" y="910.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27" sourceElement="usertask14" targetElement="usertask18">
        <omgdi:waypoint x="1148.5" y="900.0"/>
        <omgdi:waypoint x="1148.5" y="785.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1090.0" y="765.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20" sourceElement="usertask10" targetElement="usertask11">
        <omgdi:waypoint x="858.5" y="640.0"/>
        <omgdi:waypoint x="858.5" y="564.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="826.0" y="556.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="THHS" id="BPMNEdge_THHS" sourceElement="usertask5" targetElement="usertask4">
        <omgdi:waypoint x="534.0" y="279.0"/>
        <omgdi:waypoint x="534.0" y="278.0"/>
        <omgdi:waypoint x="446.0" y="278.0"/>
        <omgdi:waypoint x="505.0" y="187.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="453.0" y="232.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow64" id="BPMNEdge_flow64" sourceElement="usertask8" targetElement="inclusivegateway1">
        <omgdi:waypoint x="502.0" y="593.0"/>
        <omgdi:waypoint x="502.0" y="476.0"/>
        <omgdi:waypoint x="800.0" y="476.0"/>
        <omgdi:waypoint x="800.0" y="141.0"/>
        <omgdi:waypoint x="786.0" y="155.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="493.0" y="454.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21" sourceElement="usertask10" targetElement="inclusivegateway2">
        <omgdi:waypoint x="806.0" y="667.0"/>
        <omgdi:waypoint x="239.0" y="667.0"/>
        <omgdi:waypoint x="239.0" y="740.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="533.0" y="645.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22" sourceElement="usertask11" targetElement="inclusivegateway2">
        <omgdi:waypoint x="853.0" y="509.0"/>
        <omgdi:waypoint x="853.0" y="494.0"/>
        <omgdi:waypoint x="239.0" y="494.0"/>
        <omgdi:waypoint x="242.0" y="737.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="599.0" y="465.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23" sourceElement="usertask12" targetElement="usertask14">
        <omgdi:waypoint x="348.0" y="785.0"/>
        <omgdi:waypoint x="348.0" y="993.0"/>
        <omgdi:waypoint x="982.0" y="993.0"/>
        <omgdi:waypoint x="1051.0" y="993.0"/>
        <omgdi:waypoint x="1051.0" y="928.0"/>
        <omgdi:waypoint x="1072.0" y="928.0"/>
        <omgdi:waypoint x="1148.5" y="955.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="354.0" y="980.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow60" id="BPMNEdge_flow60" sourceElement="usertask1" targetElement="usertask3">
        <omgdi:waypoint x="401.0" y="105.0"/>
        <omgdi:waypoint x="853.0" y="105.0"/>
        <omgdi:waypoint x="853.0" y="378.0"/>
        <omgdi:waypoint x="1374.0" y="378.0"/>
        <omgdi:waypoint x="1326.0" y="427.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="395.0" y="105.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow61" id="BPMNEdge_flow61" sourceElement="usertask2" targetElement="usertask27">
        <omgdi:waypoint x="387.0" y="300.0"/>
        <omgdi:waypoint x="387.0" y="277.0"/>
        <omgdi:waypoint x="317.0" y="277.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="382.0" y="300.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow62" id="BPMNEdge_flow62" sourceElement="usertask27" targetElement="usertask4">
        <omgdi:waypoint x="258.0" y="250.0"/>
        <omgdi:waypoint x="258.0" y="187.0"/>
        <omgdi:waypoint x="400.0" y="187.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="235.0" y="111.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow63" id="BPMNEdge_flow63" sourceElement="startevent1" targetElement="usertask2">
        <omgdi:waypoint x="77.0" y="41.96871942267131"/>
        <omgdi:waypoint x="77.0" y="327.0"/>
        <omgdi:waypoint x="336.0" y="327.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="-1.0" width="-1.0" x="-1.0" y="-1.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17" sourceElement="usertask8" targetElement="inclusivegateway2">
        <omgdi:waypoint x="456.0" y="620.0"/>
        <omgdi:waypoint x="240.0" y="620.0"/>
        <omgdi:waypoint x="240.0" y="739.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="257.0" y="623.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18" sourceElement="usertask12" targetElement="usertask10">
        <omgdi:waypoint x="401.0" y="757.0"/>
        <omgdi:waypoint x="852.0" y="757.0"/>
        <omgdi:waypoint x="852.0" y="695.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="495.0" y="722.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13" sourceElement="inclusivegateway2" targetElement="usertask12">
        <omgdi:waypoint x="258.0" y="753.0"/>
        <omgdi:waypoint x="296.0" y="757.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="-1.0" width="-1.0" x="-1.0" y="-1.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow57" id="BPMNEdge_flow57" sourceElement="usertask14" targetElement="usertask15">
        <omgdi:waypoint x="1148.0" y="900.0"/>
        <omgdi:waypoint x="1148.0" y="847.0"/>
        <omgdi:waypoint x="1222.0" y="847.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="72.0" x="1131.0" y="806.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="APHS" id="BPMNEdge_APHS" sourceElement="usertask2" targetElement="usertask4">
        <omgdi:waypoint x="379.0" y="300.0"/>
        <omgdi:waypoint x="379.0" y="187.0"/>
        <omgdi:waypoint x="400.0" y="187.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="330.0" y="206.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14" sourceElement="usertask7" targetElement="usertask8">
        <omgdi:waypoint x="391.0" y="564.0"/>
        <omgdi:waypoint x="391.0" y="564.0"/>
        <omgdi:waypoint x="507.0" y="564.0"/>
        <omgdi:waypoint x="456.0" y="620.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="395.0" y="553.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow59" id="BPMNEdge_flow59" sourceElement="usertask3" targetElement="usertask21">
        <omgdi:waypoint x="1326.0" y="427.0"/>
        <omgdi:waypoint x="1078.0" y="427.0"/>
        <omgdi:waypoint x="1078.0" y="355.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1320.0" y="427.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15" sourceElement="usertask8" targetElement="usertask9">
        <omgdi:waypoint x="561.0" y="620.5"/>
        <omgdi:waypoint x="606.0" y="620.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="555.0" y="620.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16" sourceElement="usertask9" targetElement="usertask8">
        <omgdi:waypoint x="658.0" y="593.0"/>
        <omgdi:waypoint x="658.0" y="560.0"/>
        <omgdi:waypoint x="508.0" y="560.0"/>
        <omgdi:waypoint x="508.5" y="593.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="652.0" y="593.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow53" id="BPMNEdge_flow53" sourceElement="usertask3" targetElement="usertask7">
        <omgdi:waypoint x="1338.0" y="455.0"/>
        <omgdi:waypoint x="1338.0" y="458.0"/>
        <omgdi:waypoint x="331.0" y="458.0"/>
        <omgdi:waypoint x="391.0" y="536.5"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1425.0" y="427.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10" sourceElement="usertask5" targetElement="inclusivegateway1">
        <omgdi:waypoint x="631.0" y="305.0"/>
        <omgdi:waypoint x="664.0" y="305.0"/>
        <omgdi:waypoint x="664.0" y="158.0"/>
        <omgdi:waypoint x="786.0" y="155.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="660.0" y="293.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow54" id="BPMNEdge_flow54" sourceElement="exclusivegateway1" targetElement="endevent1">
        <omgdi:waypoint x="1288.0" y="346.0"/>
        <omgdi:waypoint x="1445.0" y="349.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1323.0" y="341.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11" sourceElement="usertask6" targetElement="inclusivegateway1">
        <omgdi:waypoint x="631.0" y="417.0"/>
        <omgdi:waypoint x="800.0" y="417.0"/>
        <omgdi:waypoint x="800.0" y="176.0"/>
        <omgdi:waypoint x="800.0" y="208.0"/>
        <omgdi:waypoint x="800.0" y="169.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="665.0" y="404.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow55" id="BPMNEdge_flow55" sourceElement="usertask23" targetElement="endevent1">
        <omgdi:waypoint x="1431.0" y="278.0"/>
        <omgdi:waypoint x="1462.0" y="278.0"/>
        <omgdi:waypoint x="1462.0" y="333.0312805773287"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1425.0" y="277.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12" sourceElement="usertask7" targetElement="inclusivegateway2">
        <omgdi:waypoint x="286.0" y="536.0"/>
        <omgdi:waypoint x="240.0" y="536.0"/>
        <omgdi:waypoint x="240.0" y="739.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="182.0" y="557.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow56" id="BPMNEdge_flow56" sourceElement="usertask12" targetElement="usertask20">
        <omgdi:waypoint x="342.0" y="785.0"/>
        <omgdi:waypoint x="342.0" y="1009.0"/>
        <omgdi:waypoint x="1411.0" y="1009.0"/>
        <omgdi:waypoint x="1411.0" y="685.0"/>
        <omgdi:waypoint x="1372.0" y="685.0"/>
        <omgdi:waypoint x="1378.5" y="594.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="337.0" y="790.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow50" id="BPMNEdge_flow50" sourceElement="usertask3" targetElement="exclusivegateway1">
        <omgdi:waypoint x="1326.0" y="426.0"/>
        <omgdi:waypoint x="1276.0" y="426.0"/>
        <omgdi:waypoint x="1276.0" y="358.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1167.0" y="403.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow51" id="BPMNEdge_flow51" sourceElement="exclusivegateway1" targetElement="usertask23">
        <omgdi:waypoint x="1275.0" y="333.0"/>
        <omgdi:waypoint x="1275.0" y="156.0"/>
        <omgdi:waypoint x="1378.0" y="156.0"/>
        <omgdi:waypoint x="1378.5" y="250.0"/>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1260.0" y="155.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>