<?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:flowable="http://flowable.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.flowable.org/processdef">
  <process id="Switching_Voice_Release_Resources" name="Switching Voice Release Resources" isExecutable="true">
    <documentation>Delate voice resource</documentation>
    <startEvent id="sid-7FD5FEBC-DAFF-42AD-9B5C-7E24556142ED" flowable:formFieldValidation="true"></startEvent>
    <serviceTask id="sid-F13D515B-4720-4030-A05D-247EA156368F" name="VOICE SWITCHING Task" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[InstantLinkWebServices]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[delete]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestHeader.neType">
          <flowable:string><![CDATA[MSAN]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestHeader.orderNo">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.arborId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestHeader.ReqUser">
          <flowable:string><![CDATA[NEP]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[0].name">
          <flowable:string><![CDATA[REQ_OBJ]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[0].value">
          <flowable:string><![CDATA[1]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[1].name">
          <flowable:string><![CDATA[NE_TYPE]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[1].value">
          <flowable:string><![CDATA[MSAN]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[2].name">
          <flowable:string><![CDATA[SUBS_NUM1]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[2].value">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[3].name">
          <flowable:string><![CDATA[PORT_VAL]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[3].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.activeVNodePort}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[4].name">
          <flowable:string><![CDATA[DEVICE_ID]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[4].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.activeVNodeName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[5].name">
          <flowable:string><![CDATA[ORDER_NO]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[5].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.arborId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[6].name">
          <flowable:string><![CDATA[DEVICE_TYPE]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[6].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.deviceType}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[7].name">
          <flowable:string><![CDATA[NE_ID]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[7].value">
          <flowable:string><![CDATA[PSTNIMGR]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <endEvent id="sid-2851C70F-C6C2-430C-B896-C929DF402F19"></endEvent>
    <boundaryEvent id="sid-FEA0B01F-38E5-4104-AC12-91E4B47ECD0C" attachedToRef="sid-F13D515B-4720-4030-A05D-247EA156368F">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <sequenceFlow id="sid-E58C51F3-3E17-48E6-9CA2-B9A92BC50082" sourceRef="sid-FEA0B01F-38E5-4104-AC12-91E4B47ECD0C" targetRef="sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39"></sequenceFlow>
    <scriptTask id="sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85" name="check ilink output" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[if(execution.getVariable("response").getResponseHeader().getStatus().equals(9))
execution.setVariable("iLinkResponse","completeTask");
else 
execution.setVariable("iLinkResponse","Failed");
execution.setVariable("iLinkStatusMessage",execution.getVariable("response").getResponseHeader().getStatusMessage());]]></script>
    </scriptTask>
    <exclusiveGateway id="sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C"></exclusiveGateway>
    <sequenceFlow id="sid-321EFF66-F1E3-4C56-B1AA-EBAFB0E43060" sourceRef="sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85" targetRef="sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C"></sequenceFlow>
    <scriptTask id="sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39" name="Set Error" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("error_msg","Connection Failed with iLink");]]></script>
    </scriptTask>
    <scriptTask id="sid-F3852B21-1B3A-462A-81EC-030B05A8B519" name="Set Error" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("error_msg",iLinkStatusMessage);]]></script>
    </scriptTask>
    <endEvent id="sid-80D13E00-A397-4BA4-AD78-351A727D4797"></endEvent>
    <sequenceFlow id="sid-E14D7A51-3CCD-4FFC-B37B-610597A3A0A6" sourceRef="sid-F13D515B-4720-4030-A05D-247EA156368F" targetRef="sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85"></sequenceFlow>
    <sequenceFlow id="sid-2409431B-621D-4A21-BDD2-F9916D091B14" sourceRef="sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39" targetRef="sid-80D13E00-A397-4BA4-AD78-351A727D4797"></sequenceFlow>
    <sequenceFlow id="sid-6536C978-CA2A-476D-9D79-0758D47D59CC" name="Complete" sourceRef="sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C" targetRef="sid-2851C70F-C6C2-430C-B896-C929DF402F19">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${iLinkResponse=='completeTask'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-87A93BF3-E86A-4054-BAF4-31B28619B46A" name="Failure" sourceRef="sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C" targetRef="sid-F3852B21-1B3A-462A-81EC-030B05A8B519">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${iLinkResponse=='Failed'}]]></conditionExpression>
    </sequenceFlow>
    <serviceTask id="sid-E866EA80-B930-4486-AE07-FF5FF9B28AB5" name="preparing Switching Data" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[FnService]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[getActiveNEAttributes]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="isShifting">
          <flowable:string><![CDATA[false]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-C7DDAE82-F2A0-4E0C-A048-75A6A6F86630" sourceRef="sid-7FD5FEBC-DAFF-42AD-9B5C-7E24556142ED" targetRef="sid-D90BF747-360E-426C-9FE3-E564AC0ADAAB"></sequenceFlow>
    <serviceTask id="sid-6300F6A5-7503-4051-A128-2E9B0BD9DAA2" name="check subscriber serviceTechno" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[FnService]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[isFiberSubscriber]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-86AC6E7D-D7A9-4C6F-8043-A351822B023E" sourceRef="sid-E866EA80-B930-4486-AE07-FF5FF9B28AB5" targetRef="sid-6300F6A5-7503-4051-A128-2E9B0BD9DAA2"></sequenceFlow>
    <exclusiveGateway id="sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F" default="sid-43013DCB-0C75-4D52-87F1-0319F13B9F8D"></exclusiveGateway>
    <sequenceFlow id="sid-BE5DE826-4978-4818-9CAA-F8F0AB7976BF" sourceRef="sid-6300F6A5-7503-4051-A128-2E9B0BD9DAA2" targetRef="sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F"></sequenceFlow>
    <serviceTask id="sid-D8D6506C-18FF-4A17-8284-160864028F2D" name="GPON SWITCHING Task" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[InstantLinkWebServices]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[delete]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestHeader.neType">
          <flowable:string><![CDATA[MSAN]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestHeader.orderNo">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.arborId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestHeader.ReqUser">
          <flowable:string><![CDATA[NEP]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[0].name">
          <flowable:string><![CDATA[REQ_OBJ]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[0].value">
          <flowable:string><![CDATA[5]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[1].name">
          <flowable:string><![CDATA[SERIAL_NO]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[1].value">
          <flowable:expression><![CDATA[${modemSerialNumber}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[2].name">
          <flowable:string><![CDATA[SUBS_NUM1]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[2].value">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[3].name">
          <flowable:string><![CDATA[PORT_VAL]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[3].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.activeVNodePort}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[4].name">
          <flowable:string><![CDATA[DEVICE_ID]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[4].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.activeVNodeName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[5].name">
          <flowable:string><![CDATA[DEVICE_TYPE]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[5].value">
          <flowable:expression><![CDATA[${getActiveNEAttributesResponse.deviceType}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[6].name">
          <flowable:string><![CDATA[NE_ID]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestParameters.parameter[6].value">
          <flowable:string><![CDATA[HMSANEX2]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-43013DCB-0C75-4D52-87F1-0319F13B9F8D" sourceRef="sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F" targetRef="sid-F13D515B-4720-4030-A05D-247EA156368F"></sequenceFlow>
    <boundaryEvent id="sid-853BBE57-D454-44A5-851E-2F49F672FF8E" attachedToRef="sid-D8D6506C-18FF-4A17-8284-160864028F2D">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <serviceTask id="sid-66397D1F-972D-490A-8CD6-0E107740642C" name="get devices by SubscNo" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[FnService]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[getDevicesBySubscNo]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNumber">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <scriptTask id="sid-17224524-DEBA-4FFD-B7DA-DB664ED6346E" name="Get serial number" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def modemSerialNumber = ""

if (getDevicesBySubscNoResponse != null) {
    for (def device : getDevicesBySubscNoResponse) {
        if (device != null
                && device.deviceType != null
                && device.deviceType.equalsIgnoreCase("MODEM")) {

            modemSerialNumber = device.serialNumber
            break
        }
    }
}

execution.setVariable("modemSerialNumber", modemSerialNumber)]]></script>
    </scriptTask>
    <sequenceFlow id="sid-3991E74D-7A67-4FD9-8BA7-A71CA743FC81" sourceRef="sid-66397D1F-972D-490A-8CD6-0E107740642C" targetRef="sid-17224524-DEBA-4FFD-B7DA-DB664ED6346E"></sequenceFlow>
    <sequenceFlow id="sid-866245AC-0E51-4ACA-8F93-A5A76D5A9BA6" sourceRef="sid-17224524-DEBA-4FFD-B7DA-DB664ED6346E" targetRef="sid-D8D6506C-18FF-4A17-8284-160864028F2D"></sequenceFlow>
    <sequenceFlow id="sid-DFEEDD6A-84B7-4755-8006-5BEFEE41E240" sourceRef="sid-853BBE57-D454-44A5-851E-2F49F672FF8E" targetRef="sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39"></sequenceFlow>
    <sequenceFlow id="sid-EB59B68E-1039-4D03-900A-E468BDB3920A" sourceRef="sid-F3852B21-1B3A-462A-81EC-030B05A8B519" targetRef="sid-2851C70F-C6C2-430C-B896-C929DF402F19"></sequenceFlow>
    <sequenceFlow id="sid-8D6E70CF-EADE-4C94-8E1D-E382F9D25EBD" sourceRef="sid-D8D6506C-18FF-4A17-8284-160864028F2D" targetRef="sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85"></sequenceFlow>
    <sequenceFlow id="sid-17AB344A-5638-4C9A-ACA6-FD6D2AB22DAB" name="Fiber" sourceRef="sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F" targetRef="sid-66397D1F-972D-490A-8CD6-0E107740642C">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${isFiberSubscriberResponse}]]></conditionExpression>
    </sequenceFlow>
    <serviceTask id="sid-D90BF747-360E-426C-9FE3-E564AC0ADAAB" name="check Subscriber" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[FnService]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[subscriberExists]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${subscriberNo}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <exclusiveGateway id="sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55" default="sid-074F0AD8-D330-4871-9632-B01327BDDC6C"></exclusiveGateway>
    <sequenceFlow id="sid-89A081A6-0152-4F5A-A05B-6FEC79FD21BF" sourceRef="sid-D90BF747-360E-426C-9FE3-E564AC0ADAAB" targetRef="sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55"></sequenceFlow>
    <scriptTask id="sid-DD36414C-A259-44D9-ABB4-7AAEF9EE6897" name="Set Error" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("error_msg","Subscriber does not exists");]]></script>
    </scriptTask>
    <endEvent id="sid-6E5EE3CD-36A8-4F9D-ABCE-9D063C31C2DC"></endEvent>
    <sequenceFlow id="sid-0AABC659-9207-49D6-9AA7-EAF2B2DE9DBE" sourceRef="sid-DD36414C-A259-44D9-ABB4-7AAEF9EE6897" targetRef="sid-6E5EE3CD-36A8-4F9D-ABCE-9D063C31C2DC"></sequenceFlow>
    <sequenceFlow id="sid-074F0AD8-D330-4871-9632-B01327BDDC6C" sourceRef="sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55" targetRef="sid-DD36414C-A259-44D9-ABB4-7AAEF9EE6897"></sequenceFlow>
    <sequenceFlow id="sid-BE7D322B-12E4-43BA-A533-BE3D885B1F84" sourceRef="sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55" targetRef="sid-E866EA80-B930-4486-AE07-FF5FF9B28AB5">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${subscriberExistsResponse== true}]]></conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_Switching_Voice_Release_Resources">
    <bpmndi:BPMNPlane bpmnElement="Switching_Voice_Release_Resources" id="BPMNPlane_Switching_Voice_Release_Resources">
      <bpmndi:BPMNShape bpmnElement="sid-7FD5FEBC-DAFF-42AD-9B5C-7E24556142ED" id="BPMNShape_sid-7FD5FEBC-DAFF-42AD-9B5C-7E24556142ED">
        <omgdc:Bounds height="30.0" width="30.0" x="123.91833468440495" y="194.72881164692208"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F13D515B-4720-4030-A05D-247EA156368F" id="BPMNShape_sid-F13D515B-4720-4030-A05D-247EA156368F">
        <omgdc:Bounds height="80.0" width="100.0" x="965.0" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-2851C70F-C6C2-430C-B896-C929DF402F19" id="BPMNShape_sid-2851C70F-C6C2-430C-B896-C929DF402F19">
        <omgdc:Bounds height="28.0" width="28.0" x="1520.0" y="191.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-FEA0B01F-38E5-4104-AC12-91E4B47ECD0C" id="BPMNShape_sid-FEA0B01F-38E5-4104-AC12-91E4B47ECD0C">
        <omgdc:Bounds height="30.00000000000003" width="30.0" x="1001.0249921911602" y="230.9996876464081"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85" id="BPMNShape_sid-BAE2C0FC-4183-4B7D-811F-7B7531DD8F85">
        <omgdc:Bounds height="80.0" width="100.0" x="1115.0" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C" id="BPMNShape_sid-6F07BBF7-D130-4F08-B8FA-5C71C326316C">
        <omgdc:Bounds height="40.0" width="40.0" x="1265.0" y="185.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39" id="BPMNShape_sid-664526BA-1770-48FB-9DB4-1EB5AD9C8B39">
        <omgdc:Bounds height="80.0" width="100.0" x="965.0" y="330.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F3852B21-1B3A-462A-81EC-030B05A8B519" id="BPMNShape_sid-F3852B21-1B3A-462A-81EC-030B05A8B519">
        <omgdc:Bounds height="80.0" width="100.0" x="1235.0" y="330.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-80D13E00-A397-4BA4-AD78-351A727D4797" id="BPMNShape_sid-80D13E00-A397-4BA4-AD78-351A727D4797">
        <omgdc:Bounds height="28.0" width="28.0" x="1088.3394273607353" y="356.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-E866EA80-B930-4486-AE07-FF5FF9B28AB5" id="BPMNShape_sid-E866EA80-B930-4486-AE07-FF5FF9B28AB5">
        <omgdc:Bounds height="80.0" width="100.0" x="435.0" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6300F6A5-7503-4051-A128-2E9B0BD9DAA2" id="BPMNShape_sid-6300F6A5-7503-4051-A128-2E9B0BD9DAA2">
        <omgdc:Bounds height="80.0" width="100.0" x="690.0" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F" id="BPMNShape_sid-1E24115A-4BDD-4D26-8F10-EBE1B5D4147F">
        <omgdc:Bounds height="40.0" width="40.0" x="835.0" y="185.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D8D6506C-18FF-4A17-8284-160864028F2D" id="BPMNShape_sid-D8D6506C-18FF-4A17-8284-160864028F2D">
        <omgdc:Bounds height="80.00000000000011" width="100.0" x="805.0" y="574.0740723843219"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-853BBE57-D454-44A5-851E-2F49F672FF8E" id="BPMNShape_sid-853BBE57-D454-44A5-851E-2F49F672FF8E">
        <omgdc:Bounds height="30.0" width="30.0" x="890.8340760649731" y="592.5811632690957"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-66397D1F-972D-490A-8CD6-0E107740642C" id="BPMNShape_sid-66397D1F-972D-490A-8CD6-0E107740642C">
        <omgdc:Bounds height="80.0" width="100.0" x="805.0" y="296.29629542416615"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-17224524-DEBA-4FFD-B7DA-DB664ED6346E" id="BPMNShape_sid-17224524-DEBA-4FFD-B7DA-DB664ED6346E">
        <omgdc:Bounds height="80.0" width="100.0" x="805.0" y="425.92592467223886"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D90BF747-360E-426C-9FE3-E564AC0ADAAB" id="BPMNShape_sid-D90BF747-360E-426C-9FE3-E564AC0ADAAB">
        <omgdc:Bounds height="80.0" width="100.0" x="212.43143088755136" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55" id="BPMNShape_sid-66B7A6D8-6BE2-4B52-971E-7F98C9D37B55">
        <omgdc:Bounds height="40.0" width="40.0" x="354.0523848125856" y="185.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-DD36414C-A259-44D9-ABB4-7AAEF9EE6897" id="BPMNShape_sid-DD36414C-A259-44D9-ABB4-7AAEF9EE6897">
        <omgdc:Bounds height="80.0" width="100.0" x="324.0523848125856" y="300.94452709069776"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6E5EE3CD-36A8-4F9D-ABCE-9D063C31C2DC" id="BPMNShape_sid-6E5EE3CD-36A8-4F9D-ABCE-9D063C31C2DC">
        <omgdc:Bounds height="28.0" width="28.0" x="360.0523848125856" y="451.92592467223886"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-DFEEDD6A-84B7-4755-8006-5BEFEE41E240" id="BPMNEdge_sid-DFEEDD6A-84B7-4755-8006-5BEFEE41E240">
        <omgdi:waypoint x="920.7840745317786" y="607.5811632690957"></omgdi:waypoint>
        <omgdi:waypoint x="1015.0" y="607.5811632690957"></omgdi:waypoint>
        <omgdi:waypoint x="1015.0" y="409.95000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2409431B-621D-4A21-BDD2-F9916D091B14" id="BPMNEdge_sid-2409431B-621D-4A21-BDD2-F9916D091B14">
        <omgdi:waypoint x="1064.9499999999343" y="370.0"></omgdi:waypoint>
        <omgdi:waypoint x="1088.3394273607353" y="370.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BE7D322B-12E4-43BA-A533-BE3D885B1F84" id="BPMNEdge_sid-BE7D322B-12E4-43BA-A533-BE3D885B1F84">
        <omgdi:waypoint x="393.6420708588598" y="205.34412843766262"></omgdi:waypoint>
        <omgdi:waypoint x="434.99999999999983" y="205.00773016167594"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-EB59B68E-1039-4D03-900A-E468BDB3920A" id="BPMNEdge_sid-EB59B68E-1039-4D03-900A-E468BDB3920A">
        <omgdi:waypoint x="1334.95" y="370.0"></omgdi:waypoint>
        <omgdi:waypoint x="1534.0" y="370.0"></omgdi:waypoint>
        <omgdi:waypoint x="1534.0" y="218.94992645360188"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-87A93BF3-E86A-4054-BAF4-31B28619B46A" id="BPMNEdge_sid-87A93BF3-E86A-4054-BAF4-31B28619B46A">
        <omgdi:waypoint x="1285.0" y="224.94395820714718"></omgdi:waypoint>
        <omgdi:waypoint x="1285.0" y="330.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-89A081A6-0152-4F5A-A05B-6FEC79FD21BF" id="BPMNEdge_sid-89A081A6-0152-4F5A-A05B-6FEC79FD21BF">
        <omgdi:waypoint x="312.3814308875513" y="205.22275051295674"></omgdi:waypoint>
        <omgdi:waypoint x="354.46279589896005" y="205.4104110863744"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-866245AC-0E51-4ACA-8F93-A5A76D5A9BA6" id="BPMNEdge_sid-866245AC-0E51-4ACA-8F93-A5A76D5A9BA6">
        <omgdi:waypoint x="855.0" y="505.87592467223885"></omgdi:waypoint>
        <omgdi:waypoint x="855.0" y="574.0740723843219"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-321EFF66-F1E3-4C56-B1AA-EBAFB0E43060" id="BPMNEdge_sid-321EFF66-F1E3-4C56-B1AA-EBAFB0E43060">
        <omgdi:waypoint x="1214.9499999999755" y="205.0"></omgdi:waypoint>
        <omgdi:waypoint x="1265.0" y="205.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-6536C978-CA2A-476D-9D79-0758D47D59CC" id="BPMNEdge_sid-6536C978-CA2A-476D-9D79-0758D47D59CC">
        <omgdi:waypoint x="1304.9459955841028" y="205.0"></omgdi:waypoint>
        <omgdi:waypoint x="1520.0" y="205.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-17AB344A-5638-4C9A-ACA6-FD6D2AB22DAB" id="BPMNEdge_sid-17AB344A-5638-4C9A-ACA6-FD6D2AB22DAB">
        <omgdi:waypoint x="855.5" y="224.4435604556072"></omgdi:waypoint>
        <omgdi:waypoint x="855.5" y="296.29629542416615"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E14D7A51-3CCD-4FFC-B37B-610597A3A0A6" id="BPMNEdge_sid-E14D7A51-3CCD-4FFC-B37B-610597A3A0A6">
        <omgdi:waypoint x="1064.95" y="205.0"></omgdi:waypoint>
        <omgdi:waypoint x="1115.0" y="205.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BE5DE826-4978-4818-9CAA-F8F0AB7976BF" id="BPMNEdge_sid-BE5DE826-4978-4818-9CAA-F8F0AB7976BF">
        <omgdi:waypoint x="789.9499999999978" y="205.21623376623376"></omgdi:waypoint>
        <omgdi:waypoint x="835.4130434782609" y="205.41304347826087"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-86AC6E7D-D7A9-4C6F-8043-A351822B023E" id="BPMNEdge_sid-86AC6E7D-D7A9-4C6F-8043-A351822B023E">
        <omgdi:waypoint x="534.9499999999563" y="205.0"></omgdi:waypoint>
        <omgdi:waypoint x="690.0" y="205.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-8D6E70CF-EADE-4C94-8E1D-E382F9D25EBD" id="BPMNEdge_sid-8D6E70CF-EADE-4C94-8E1D-E382F9D25EBD">
        <omgdi:waypoint x="904.9499999999999" y="641.7751711889978"></omgdi:waypoint>
        <omgdi:waypoint x="1165.0" y="641.7751711889978"></omgdi:waypoint>
        <omgdi:waypoint x="1165.0" y="244.95000000000002"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-3991E74D-7A67-4FD9-8BA7-A71CA743FC81" id="BPMNEdge_sid-3991E74D-7A67-4FD9-8BA7-A71CA743FC81">
        <omgdi:waypoint x="855.0" y="376.2462954241662"></omgdi:waypoint>
        <omgdi:waypoint x="855.0" y="425.92592467223886"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E58C51F3-3E17-48E6-9CA2-B9A92BC50082" id="BPMNEdge_sid-E58C51F3-3E17-48E6-9CA2-B9A92BC50082">
        <omgdi:waypoint x="1015.9010056600732" y="260.9491875736263"></omgdi:waypoint>
        <omgdi:waypoint x="1015.3302285071677" y="330.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-0AABC659-9207-49D6-9AA7-EAF2B2DE9DBE" id="BPMNEdge_sid-0AABC659-9207-49D6-9AA7-EAF2B2DE9DBE">
        <omgdi:waypoint x="374.0523848125856" y="380.8945270906978"></omgdi:waypoint>
        <omgdi:waypoint x="374.0523848125856" y="451.92592467223886"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-C7DDAE82-F2A0-4E0C-A048-75A6A6F86630" id="BPMNEdge_sid-C7DDAE82-F2A0-4E0C-A048-75A6A6F86630">
        <omgdi:waypoint x="153.86833242074528" y="209.72881164692208"></omgdi:waypoint>
        <omgdi:waypoint x="212.43143088753342" y="209.72881164692208"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-43013DCB-0C75-4D52-87F1-0319F13B9F8D" id="BPMNEdge_sid-43013DCB-0C75-4D52-87F1-0319F13B9F8D">
        <omgdi:waypoint x="874.5035983657947" y="205.44025157232707"></omgdi:waypoint>
        <omgdi:waypoint x="964.9999999999948" y="205.15658307210035"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-074F0AD8-D330-4871-9632-B01327BDDC6C" id="BPMNEdge_sid-074F0AD8-D330-4871-9632-B01327BDDC6C">
        <omgdi:waypoint x="374.4819855144087" y="224.5131458392555"></omgdi:waypoint>
        <omgdi:waypoint x="374.1998621631221" y="300.94452709069776"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>