Newer
Older
casic-callcenter-xz / casic-web / target / test-classes / dcms_case_process_test.bpmn
liwenhao on 2 Mar 2023 46 KB 徐州呼叫中心代码提交
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
  <collaboration id="Collaboration">
    <participant id="dcms_case_process" name="城管处理流程" processRef="process_pool1"></participant>
  </collaboration>
  <process id="process_pool1" name="process_pool1" isExecutable="true">
    <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 id="usertask1" name="城管通上报" activiti:candidateGroups="supervisor">
      <documentation>信息报送</documentation>
    </userTask>
    <userTask id="usertask2" name="创建案件" activiti:candidateGroups="receiver"></userTask>
    <userTask id="usertask3" name="待结案" activiti:candidateGroups="monitor"></userTask>
    <startEvent id="startevent1" name="Start"></startEvent>
    <sequenceFlow id="flow1" name="app上报" sourceRef="startevent1" targetRef="usertask1">
      <documentation>城管通</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${source<10}]]></conditionExpression>
    </sequenceFlow>
    <userTask id="usertask4" name="待核实" activiti:assignee="#{taskUserId}" activiti:candidateGroups="supervisor"></userTask>
    <userTask id="usertask5" name="待立案" activiti:candidateGroups="receiver"></userTask>
    <userTask id="usertask6" name="预立案" activiti:candidateGroups="monitor"></userTask>
    <userTask id="usertask7" name="待派发" activiti:candidateGroups="dispatcher"></userTask>
    <userTask id="usertask8" name="预派发" activiti:candidateGroups="commander"></userTask>
    <userTask id="usertask9" name="挂起" activiti:candidateGroups="commander"></userTask>
    <userTask id="usertask10" name="调整批示" activiti:candidateGroups="commander"></userTask>
    <userTask id="usertask11" name="待调整" activiti:candidateGroups="dispatcher"></userTask>
    <userTask id="usertask12" name="处置单位" activiti:candidateGroups="#{groupId},twoLevel"></userTask>
    <userTask id="usertask14" name="案件处理" activiti:assignee="#{taskUserId}" activiti:candidateGroups="#{groupId},process"></userTask>
    <userTask id="usertask15" name="部门调整批示" activiti:candidateGroups="#{groupId},twoLevel"></userTask>
    <userTask id="usertask16" name="处理完成" activiti:candidateGroups="#{groupId},twoLevel"></userTask>
    <userTask id="usertask18" name="部门授权审核" activiti:candidateGroups="#{groupId},twoLevel"></userTask>
    <userTask id="usertask20" name="处理审核" activiti:candidateGroups="dispatcher"></userTask>
    <userTask id="usertask21" name="待安排核查" activiti:candidateGroups="receiver"></userTask>
    <userTask id="usertask22" name="待核查" activiti:assignee="#{taskUserId}" activiti:candidateGroups="supervisor"></userTask>
    <userTask id="usertask23" name="待回访" activiti:candidateGroups="receiver"></userTask>
    <sequenceFlow id="DLA" name="终端上报" sourceRef="usertask1" targetRef="usertask5">
      <documentation>XXBS</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==10}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="APHS" name="派发核实" sourceRef="usertask2" targetRef="usertask4">
      <documentation>APHS</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==0}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="HS" name="核实" sourceRef="usertask4" targetRef="usertask5">
      <documentation>[{"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>DLA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==10}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow7" name="预立案" sourceRef="usertask5" targetRef="usertask6">
      <documentation>YLA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==11}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow8" name="立案" sourceRef="usertask6" targetRef="usertask7">
      <documentation>LA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow9" name="立案" sourceRef="usertask5" targetRef="usertask7">
      <documentation>LA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <inclusiveGateway id="inclusivegateway1" name="结案"></inclusiveGateway>
    <sequenceFlow id="flow10" name="不予立案" sourceRef="usertask5" targetRef="inclusivegateway1">
      <documentation>BLA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==76}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow11" name="作废" sourceRef="usertask6" targetRef="inclusivegateway1">
      <documentation>XA</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==75||caseState==76}]]></conditionExpression>
    </sequenceFlow>
    <inclusiveGateway id="inclusivegateway2" name="处置单位"></inclusiveGateway>
    <sequenceFlow id="flow12" name="派发" sourceRef="usertask7" targetRef="inclusivegateway2">
      <documentation>PF</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow13" sourceRef="inclusivegateway2" targetRef="usertask12"></sequenceFlow>
    <sequenceFlow id="flow14" name="预派发" sourceRef="usertask7" targetRef="usertask8">
      <documentation>YPF</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==23}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow15" name="挂起" sourceRef="usertask8" targetRef="usertask9">
      <documentation>GQ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==22}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow16" name="恢复" sourceRef="usertask9" targetRef="usertask8">
      <documentation>HF</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==23}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow17" name="派发" sourceRef="usertask8" targetRef="inclusivegateway2">
      <documentation>PF</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow18" name="申请调整" sourceRef="usertask12" targetRef="usertask10">
      <documentation>SQTZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==302}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow20" name="批准调整" sourceRef="usertask10" targetRef="usertask11">
      <documentation>PZTZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==40}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow21" name="不批准调整" sourceRef="usertask10" targetRef="inclusivegateway2">
      <documentation>BPZTZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow22" name="重新派遣" sourceRef="usertask11" targetRef="inclusivegateway2">
      <documentation>CXPQ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==30}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow23" name="处置通处置" sourceRef="usertask12" targetRef="usertask14">
      <documentation>CZTCZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow27" name="延期或缓办" sourceRef="usertask14" targetRef="usertask18">
      <documentation>[{"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>BTY</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow31" name="退回处理" sourceRef="usertask18" targetRef="usertask14">
      <documentation>BTYSQ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <userTask id="usertask26" name="授权审核" activiti:candidateGroups="commander"></userTask>
    <inclusiveGateway id="inclusivegateway3" name="授权审核"></inclusiveGateway>
    <sequenceFlow id="flow36" name="同意申请" sourceRef="usertask18" targetRef="inclusivegateway3">
      <documentation>TYSQ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==303||caseState==304}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow37" sourceRef="inclusivegateway3" targetRef="usertask26"></sequenceFlow>
    <sequenceFlow id="flow38" name="批准申请" sourceRef="usertask26" targetRef="inclusivegateway2">
      <documentation>[{"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>SQTZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==302}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow40" name="处理完成" sourceRef="usertask14" targetRef="usertask16">
      <documentation>CLWC</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==301}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow41" name="转处置人员" sourceRef="usertask16" targetRef="usertask14">
      <documentation>flow41</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==39}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow42" name="申请延期或者缓办" sourceRef="usertask12" targetRef="inclusivegateway3">
      <documentation>[{"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>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>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 id="exclusivegateway1" name="是否需要回访"></exclusiveGateway>
    <sequenceFlow id="flow49" sourceRef="inclusivegateway1" targetRef="exclusivegateway1"></sequenceFlow>
    <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>CXBL</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==20}]]></conditionExpression>
    </sequenceFlow>
    <endEvent id="endevent1" name="End">
      <extensionElements>
        <activiti:executionListener event="end" class="com.casic.missiles.modular.flowable.handler.ProcessEndExecutionListener"></activiti:executionListener>
      </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>CLWC</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==46}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="flow57" name="部门申请调整" sourceRef="usertask14" targetRef="usertask15">
      <documentation>BMSQTZ</documentation>
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${caseState==37}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="THHS" name="退回核实" sourceRef="usertask5" targetRef="usertask4">
      <documentation>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>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 id="usertask27" name="待派发核实" activiti:candidateGroups="receiver"></userTask>
    <sequenceFlow id="flow62" name="派发核实" sourceRef="usertask27" targetRef="usertask4">
      <documentation>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 id="BPMNDiagram_Collaboration">
    <bpmndi:BPMNPlane bpmnElement="Collaboration" id="BPMNPlane_Collaboration">
      <bpmndi:BPMNShape bpmnElement="dcms_case_process" id="BPMNShape_dcms_case_process">
        <omgdc:Bounds height="964.0" width="1251.0" x="180.0" y="58.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane1" id="BPMNShape_lane1">
        <omgdc:Bounds height="191.0" width="1231.0" x="200.0" y="58.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane2" id="BPMNShape_lane2">
        <omgdc:Bounds height="230.0" width="1231.0" x="200.0" y="249.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane3" id="BPMNShape_lane3">
        <omgdc:Bounds height="231.0" width="1231.0" x="200.0" y="479.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="lane4" id="BPMNShape_lane4">
        <omgdc:Bounds height="311.0" width="1231.0" x="200.0" y="710.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
        <omgdc:Bounds height="55.0" width="105.0" x="290.0" y="78.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask2" id="BPMNShape_usertask2">
        <omgdc:Bounds height="55.0" width="105.0" x="330.0" y="300.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask3" id="BPMNShape_usertask3">
        <omgdc:Bounds height="55.0" width="105.0" x="1320.0" y="400.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
        <omgdc:Bounds height="35.0" width="35.0" x="60.0" y="10.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask4" id="BPMNShape_usertask4">
        <omgdc:Bounds height="55.0" width="105.0" x="394.0" y="160.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask5" id="BPMNShape_usertask5">
        <omgdc:Bounds height="55.0" width="105.0" x="520.0" y="279.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask6" id="BPMNShape_usertask6">
        <omgdc:Bounds height="55.0" width="105.0" x="520.0" y="390.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask7" id="BPMNShape_usertask7">
        <omgdc:Bounds height="55.0" width="105.0" x="280.0" y="509.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask8" id="BPMNShape_usertask8">
        <omgdc:Bounds height="55.0" width="105.0" x="450.0" y="593.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask9" id="BPMNShape_usertask9">
        <omgdc:Bounds height="55.0" width="105.0" x="600.0" y="593.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask10" id="BPMNShape_usertask10">
        <omgdc:Bounds height="55.0" width="105.0" x="800.0" y="640.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask11" id="BPMNShape_usertask11">
        <omgdc:Bounds height="55.0" width="105.0" x="800.0" y="509.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask12" id="BPMNShape_usertask12">
        <omgdc:Bounds height="55.0" width="105.0" x="290.0" y="730.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask14" id="BPMNShape_usertask14">
        <omgdc:Bounds height="55.0" width="105.0" x="1090.0" y="900.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask15" id="BPMNShape_usertask15">
        <omgdc:Bounds height="55.0" width="105.0" x="1216.0" y="820.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask16" id="BPMNShape_usertask16">
        <omgdc:Bounds height="55.0" width="105.0" x="1270.0" y="730.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask18" id="BPMNShape_usertask18">
        <omgdc:Bounds height="55.0" width="105.0" x="1090.0" y="730.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask20" id="BPMNShape_usertask20">
        <omgdc:Bounds height="55.0" width="105.0" x="1320.0" y="539.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask21" id="BPMNShape_usertask21">
        <omgdc:Bounds height="55.0" width="105.0" x="1020.0" y="300.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask22" id="BPMNShape_usertask22">
        <omgdc:Bounds height="55.0" width="105.0" x="1100.0" y="179.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask23" id="BPMNShape_usertask23">
        <omgdc:Bounds height="55.0" width="105.0" x="1320.0" y="250.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway1" id="BPMNShape_inclusivegateway1">
        <omgdc:Bounds height="40.0" width="40.0" x="780.0" y="139.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway2" id="BPMNShape_inclusivegateway2">
        <omgdc:Bounds height="40.0" width="40.0" x="220.0" y="737.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask26" id="BPMNShape_usertask26">
        <omgdc:Bounds height="55.0" width="105.0" x="938.0" y="509.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="inclusivegateway3" id="BPMNShape_inclusivegateway3">
        <omgdc:Bounds height="40.0" width="40.0" x="970.0" y="670.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
        <omgdc:Bounds height="40.0" width="40.0" x="1250.0" y="330.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
        <omgdc:Bounds height="35.0" width="35.0" x="1445.0" y="333.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="usertask27" id="BPMNShape_usertask27">
        <omgdc:Bounds height="55.0" width="105.0" x="206.0" y="250.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
        <omgdi:waypoint x="95.0" y="27.0"></omgdi:waypoint>
        <omgdi:waypoint x="342.0" y="27.0"></omgdi:waypoint>
        <omgdi:waypoint x="342.0" y="78.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="42.0" x="95.0" y="27.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="DLA" id="BPMNEdge_DLA">
        <omgdi:waypoint x="395.0" y="105.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="105.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="279.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="395.0" y="67.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="APHS" id="BPMNEdge_APHS">
        <omgdi:waypoint x="382.0" y="300.0"></omgdi:waypoint>
        <omgdi:waypoint x="379.0" y="187.0"></omgdi:waypoint>
        <omgdi:waypoint x="394.0" y="187.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="330.0" y="206.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="HS" id="BPMNEdge_HS">
        <omgdi:waypoint x="499.0" y="187.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="187.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="279.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="499.0" y="149.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
        <omgdi:waypoint x="435.0" y="327.0"></omgdi:waypoint>
        <omgdi:waypoint x="520.0" y="306.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="464.0" y="304.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
        <omgdi:waypoint x="572.0" y="334.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="390.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="565.0" y="344.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
        <omgdi:waypoint x="520.0" y="417.0"></omgdi:waypoint>
        <omgdi:waypoint x="332.0" y="417.0"></omgdi:waypoint>
        <omgdi:waypoint x="332.0" y="509.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="520.0" y="418.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
        <omgdi:waypoint x="572.0" y="334.0"></omgdi:waypoint>
        <omgdi:waypoint x="572.0" y="361.0"></omgdi:waypoint>
        <omgdi:waypoint x="442.0" y="361.0"></omgdi:waypoint>
        <omgdi:waypoint x="332.0" y="361.0"></omgdi:waypoint>
        <omgdi:waypoint x="332.0" y="509.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="412.0" y="350.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
        <omgdi:waypoint x="625.0" y="306.0"></omgdi:waypoint>
        <omgdi:waypoint x="664.0" y="305.0"></omgdi:waypoint>
        <omgdi:waypoint x="664.0" y="158.0"></omgdi:waypoint>
        <omgdi:waypoint x="780.0" y="159.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="660.0" y="293.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
        <omgdi:waypoint x="625.0" y="417.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="417.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="176.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="208.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="179.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="100.0" x="665.0" y="404.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
        <omgdi:waypoint x="280.0" y="536.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="536.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="737.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="182.0" y="557.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
        <omgdi:waypoint x="260.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="290.0" y="757.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
        <omgdi:waypoint x="385.0" y="536.0"></omgdi:waypoint>
        <omgdi:waypoint x="385.0" y="564.0"></omgdi:waypoint>
        <omgdi:waypoint x="501.0" y="564.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="593.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="395.0" y="553.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
        <omgdi:waypoint x="555.0" y="620.0"></omgdi:waypoint>
        <omgdi:waypoint x="600.0" y="620.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="555.0" y="620.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
        <omgdi:waypoint x="652.0" y="593.0"></omgdi:waypoint>
        <omgdi:waypoint x="652.0" y="560.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="560.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="593.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="652.0" y="593.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">
        <omgdi:waypoint x="450.0" y="620.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="620.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="737.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="24.0" x="257.0" y="623.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
        <omgdi:waypoint x="395.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="852.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="852.0" y="695.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="495.0" y="722.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
        <omgdi:waypoint x="852.0" y="640.0"></omgdi:waypoint>
        <omgdi:waypoint x="852.0" y="564.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="826.0" y="556.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
        <omgdi:waypoint x="800.0" y="667.0"></omgdi:waypoint>
        <omgdi:waypoint x="239.0" y="667.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="737.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="533.0" y="645.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
        <omgdi:waypoint x="852.0" y="509.0"></omgdi:waypoint>
        <omgdi:waypoint x="853.0" y="494.0"></omgdi:waypoint>
        <omgdi:waypoint x="239.0" y="494.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="737.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="599.0" y="465.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
        <omgdi:waypoint x="342.0" y="785.0"></omgdi:waypoint>
        <omgdi:waypoint x="342.0" y="993.0"></omgdi:waypoint>
        <omgdi:waypoint x="976.0" y="993.0"></omgdi:waypoint>
        <omgdi:waypoint x="1045.0" y="993.0"></omgdi:waypoint>
        <omgdi:waypoint x="1045.0" y="928.0"></omgdi:waypoint>
        <omgdi:waypoint x="1066.0" y="928.0"></omgdi:waypoint>
        <omgdi:waypoint x="1090.0" y="927.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="354.0" y="980.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
        <omgdi:waypoint x="1142.0" y="900.0"></omgdi:waypoint>
        <omgdi:waypoint x="1142.0" y="785.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1090.0" y="765.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow30" id="BPMNEdge_flow30">
        <omgdi:waypoint x="1268.0" y="875.0"></omgdi:waypoint>
        <omgdi:waypoint x="1268.0" y="927.0"></omgdi:waypoint>
        <omgdi:waypoint x="1195.0" y="927.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="1203.0" y="910.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
        <omgdi:waypoint x="1090.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="1065.0" y="756.0"></omgdi:waypoint>
        <omgdi:waypoint x="1065.0" y="921.0"></omgdi:waypoint>
        <omgdi:waypoint x="1090.0" y="927.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1013.0" y="769.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow36" id="BPMNEdge_flow36">
        <omgdi:waypoint x="1142.0" y="730.0"></omgdi:waypoint>
        <omgdi:waypoint x="1142.0" y="689.0"></omgdi:waypoint>
        <omgdi:waypoint x="1010.0" y="690.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1001.0" y="682.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow37" id="BPMNEdge_flow37">
        <omgdi:waypoint x="990.0" y="670.0"></omgdi:waypoint>
        <omgdi:waypoint x="990.0" y="564.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow38" id="BPMNEdge_flow38">
        <omgdi:waypoint x="990.0" y="509.0"></omgdi:waypoint>
        <omgdi:waypoint x="990.0" y="478.0"></omgdi:waypoint>
        <omgdi:waypoint x="239.0" y="478.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="737.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="846.0" y="405.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow39" id="BPMNEdge_flow39">
        <omgdi:waypoint x="1268.0" y="820.0"></omgdi:waypoint>
        <omgdi:waypoint x="1268.0" y="667.0"></omgdi:waypoint>
        <omgdi:waypoint x="905.0" y="667.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1178.0" y="733.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow40" id="BPMNEdge_flow40">
        <omgdi:waypoint x="1142.0" y="955.0"></omgdi:waypoint>
        <omgdi:waypoint x="1142.0" y="989.0"></omgdi:waypoint>
        <omgdi:waypoint x="1322.0" y="989.0"></omgdi:waypoint>
        <omgdi:waypoint x="1322.0" y="785.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1142.0" y="955.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow41" id="BPMNEdge_flow41">
        <omgdi:waypoint x="1375.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="1384.0" y="758.0"></omgdi:waypoint>
        <omgdi:waypoint x="1384.0" y="994.0"></omgdi:waypoint>
        <omgdi:waypoint x="1276.0" y="994.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="994.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="932.0"></omgdi:waypoint>
        <omgdi:waypoint x="1090.0" y="927.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1373.0" y="846.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow42" id="BPMNEdge_flow42">
        <omgdi:waypoint x="342.0" y="785.0"></omgdi:waypoint>
        <omgdi:waypoint x="342.0" y="851.0"></omgdi:waypoint>
        <omgdi:waypoint x="989.0" y="851.0"></omgdi:waypoint>
        <omgdi:waypoint x="990.0" y="710.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="96.0" x="423.0" y="823.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow43" id="BPMNEdge_flow43">
        <omgdi:waypoint x="1375.0" y="757.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="729.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="594.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1393.0" y="802.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow44" id="BPMNEdge_flow44">
        <omgdi:waypoint x="1372.0" y="539.0"></omgdi:waypoint>
        <omgdi:waypoint x="1371.0" y="521.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="521.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="355.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1156.0" y="525.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45">
        <omgdi:waypoint x="1072.0" y="300.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="205.0"></omgdi:waypoint>
        <omgdi:waypoint x="1100.0" y="206.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="36.0" x="1027.0" y="218.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow46" id="BPMNEdge_flow46">
        <omgdi:waypoint x="1372.0" y="539.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="455.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1364.0" y="454.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47">
        <omgdi:waypoint x="1425.0" y="566.0"></omgdi:waypoint>
        <omgdi:waypoint x="1447.0" y="569.0"></omgdi:waypoint>
        <omgdi:waypoint x="1447.0" y="1032.0"></omgdi:waypoint>
        <omgdi:waypoint x="841.0" y="1032.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="1032.0"></omgdi:waypoint>
        <omgdi:waypoint x="240.0" y="777.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1417.0" y="612.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48">
        <omgdi:waypoint x="1152.0" y="234.0"></omgdi:waypoint>
        <omgdi:waypoint x="1152.0" y="493.0"></omgdi:waypoint>
        <omgdi:waypoint x="1373.0" y="493.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="455.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1147.0" y="296.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow49" id="BPMNEdge_flow49">
        <omgdi:waypoint x="820.0" y="159.0"></omgdi:waypoint>
        <omgdi:waypoint x="1236.0" y="159.0"></omgdi:waypoint>
        <omgdi:waypoint x="1236.0" y="351.0"></omgdi:waypoint>
        <omgdi:waypoint x="1250.0" y="350.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow50" id="BPMNEdge_flow50">
        <omgdi:waypoint x="1320.0" y="427.0"></omgdi:waypoint>
        <omgdi:waypoint x="1270.0" y="426.0"></omgdi:waypoint>
        <omgdi:waypoint x="1270.0" y="370.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1167.0" y="403.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow51" id="BPMNEdge_flow51">
        <omgdi:waypoint x="1270.0" y="330.0"></omgdi:waypoint>
        <omgdi:waypoint x="1269.0" y="156.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="156.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="250.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1260.0" y="155.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow53" id="BPMNEdge_flow53">
        <omgdi:waypoint x="1425.0" y="427.0"></omgdi:waypoint>
        <omgdi:waypoint x="1338.0" y="458.0"></omgdi:waypoint>
        <omgdi:waypoint x="331.0" y="458.0"></omgdi:waypoint>
        <omgdi:waypoint x="332.0" y="509.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1425.0" y="427.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow54" id="BPMNEdge_flow54">
        <omgdi:waypoint x="1290.0" y="350.0"></omgdi:waypoint>
        <omgdi:waypoint x="1445.0" y="350.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="1323.0" y="341.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow55" id="BPMNEdge_flow55">
        <omgdi:waypoint x="1425.0" y="277.0"></omgdi:waypoint>
        <omgdi:waypoint x="1462.0" y="278.0"></omgdi:waypoint>
        <omgdi:waypoint x="1462.0" y="333.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1425.0" y="277.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow56" id="BPMNEdge_flow56">
        <omgdi:waypoint x="342.0" y="785.0"></omgdi:waypoint>
        <omgdi:waypoint x="342.0" y="1009.0"></omgdi:waypoint>
        <omgdi:waypoint x="1411.0" y="1009.0"></omgdi:waypoint>
        <omgdi:waypoint x="1411.0" y="685.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="685.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="594.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="337.0" y="790.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow57" id="BPMNEdge_flow57">
        <omgdi:waypoint x="1142.0" y="900.0"></omgdi:waypoint>
        <omgdi:waypoint x="1142.0" y="847.0"></omgdi:waypoint>
        <omgdi:waypoint x="1216.0" y="847.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="72.0" x="1131.0" y="806.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="THHS" id="BPMNEdge_THHS">
        <omgdi:waypoint x="625.0" y="306.0"></omgdi:waypoint>
        <omgdi:waypoint x="534.0" y="278.0"></omgdi:waypoint>
        <omgdi:waypoint x="446.0" y="278.0"></omgdi:waypoint>
        <omgdi:waypoint x="446.0" y="215.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="453.0" y="232.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow59" id="BPMNEdge_flow59">
        <omgdi:waypoint x="1320.0" y="427.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="427.0"></omgdi:waypoint>
        <omgdi:waypoint x="1072.0" y="355.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="1320.0" y="427.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow60" id="BPMNEdge_flow60">
        <omgdi:waypoint x="395.0" y="105.0"></omgdi:waypoint>
        <omgdi:waypoint x="853.0" y="105.0"></omgdi:waypoint>
        <omgdi:waypoint x="853.0" y="378.0"></omgdi:waypoint>
        <omgdi:waypoint x="1374.0" y="378.0"></omgdi:waypoint>
        <omgdi:waypoint x="1372.0" y="400.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="395.0" y="105.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow61" id="BPMNEdge_flow61">
        <omgdi:waypoint x="382.0" y="300.0"></omgdi:waypoint>
        <omgdi:waypoint x="381.0" y="277.0"></omgdi:waypoint>
        <omgdi:waypoint x="311.0" y="277.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="60.0" x="382.0" y="300.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow62" id="BPMNEdge_flow62">
        <omgdi:waypoint x="258.0" y="250.0"></omgdi:waypoint>
        <omgdi:waypoint x="258.0" y="187.0"></omgdi:waypoint>
        <omgdi:waypoint x="394.0" y="187.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="48.0" x="235.0" y="111.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow63" id="BPMNEdge_flow63">
        <omgdi:waypoint x="77.0" y="45.0"></omgdi:waypoint>
        <omgdi:waypoint x="77.0" y="327.0"></omgdi:waypoint>
        <omgdi:waypoint x="330.0" y="327.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow64" id="BPMNEdge_flow64">
        <omgdi:waypoint x="502.0" y="593.0"></omgdi:waypoint>
        <omgdi:waypoint x="502.0" y="476.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="476.0"></omgdi:waypoint>
        <omgdi:waypoint x="800.0" y="141.0"></omgdi:waypoint>
        <omgdi:waypoint x="820.0" y="159.0"></omgdi:waypoint>
        <bpmndi:BPMNLabel>
          <omgdc:Bounds height="14.0" width="100.0" x="493.0" y="454.0"></omgdc:Bounds>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>