<?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="cancel-resources" name="Cancel resources" isExecutable="true">
    <startEvent id="startEvent1" flowable:formFieldValidation="true"></startEvent>
    <exclusiveGateway id="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" default="sid-7013BB98-69E2-4583-99CB-E966003405CE"></exclusiveGateway>
    <sequenceFlow id="sid-3660B7BD-C492-4119-AFCF-F337CAFF6C03" sourceRef="startEvent1" targetRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F"></sequenceFlow>
    <endEvent id="sid-4ACB95F7-9A5F-49A9-BEC7-D757ED308E67"></endEvent>
    <serviceTask id="sid-FD862D02-0058-43A7-9687-0ED42A674FF2" name="Release Resources and update pair status to spare" 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[releaseResourcesAndUpdateStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Spare pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <serviceTask id="sid-9ABE8A32-F970-4E97-94C5-169440EEBFBF" name="Update Subscriber Status to Terminated" 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[updateSubscriberStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Terminated]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <endEvent id="sid-F866C1A5-CA8E-42D3-A462-F218882C78AF"></endEvent>
    <sequenceFlow id="sid-6EB5C912-0C64-4991-A4D7-70318B5C0593" sourceRef="sid-9ABE8A32-F970-4E97-94C5-169440EEBFBF" targetRef="sid-F866C1A5-CA8E-42D3-A462-F218882C78AF"></sequenceFlow>
    <serviceTask id="sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2" name="Restore old resources" 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[restoreOldResources]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-9ADAF499-63E5-490E-A502-5E5203A86F6B" sourceRef="sid-FD862D02-0058-43A7-9687-0ED42A674FF2" targetRef="sid-9ABE8A32-F970-4E97-94C5-169440EEBFBF"></sequenceFlow>
    <sequenceFlow id="sid-E43F2ED4-532C-4DB9-AED4-883AB139210E" sourceRef="sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2" targetRef="sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2"></sequenceFlow>
    <serviceTask id="sid-314B1E25-D881-4D3C-8537-D15812201505" name="Restore old resources" 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[restoreOldResources]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <serviceTask id="sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA" name="Update Current Pair Status to Working" 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[updateCurrentPairsStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Working pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-70137F47-3F65-4295-A0A1-4B2C0D8016F4" sourceRef="sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2" targetRef="sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA"></sequenceFlow>
    <endEvent id="sid-25B50F75-0544-4F02-901F-7AC547D34E54"></endEvent>
    <serviceTask id="sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD" name="Update Current Pair Status to Working" 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[updateCurrentPairsStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Working pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-A4347D79-E684-44BC-AB08-62D3184FF1C2" sourceRef="sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD" targetRef="sid-1158B5E9-A8D1-4BC1-A82C-B106FEA214CF"></sequenceFlow>
    <serviceTask id="sid-1158B5E9-A8D1-4BC1-A82C-B106FEA214CF" name="Update Subscriber Status to Active" 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[updateSubscriberStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Active]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <endEvent id="sid-5207261F-E370-460F-A304-AA79A5E50BE2"></endEvent>
    <sequenceFlow id="sid-37239BAB-F752-4739-88A0-02BA88AB3C58" sourceRef="sid-1158B5E9-A8D1-4BC1-A82C-B106FEA214CF" targetRef="sid-5207261F-E370-460F-A304-AA79A5E50BE2"></sequenceFlow>
    <endEvent id="sid-56878FEB-9156-41D9-9A04-436B758D3DB7"></endEvent>
    <serviceTask id="sid-D17E51D1-CAE9-4999-9B10-342473F20212" name="Restore old resources" 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[restoreOldResources]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fOSubno}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <serviceTask id="sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126" name="Update Current Pair Status to Working" 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[updateCurrentPairsStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fOSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Working pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <endEvent id="sid-9924367D-B7FE-450A-B379-9F3C92BEB060"></endEvent>
    <endEvent id="sid-453847A7-4162-45B3-8DDA-8B613B184271"></endEvent>
    <endEvent id="sid-A524F497-B1AD-41F7-BA2F-DAAF21814651"></endEvent>
    <serviceTask id="sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2" name="Release Resources and update pair status to spare" 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[releaseResourcesAndUpdateStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Spare pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <serviceTask id="sid-CFF99861-41D9-464E-8AA2-BFC9D88748E1" name="Release Resources and update pair status to spare" 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[releaseResourcesAndUpdateStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Spare pair]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <serviceTask id="sid-F5E12449-1FCE-448A-8493-418C6AB975A9" name="Delete New Subscriber Ips" 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[removeNewSubsriberIps]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNumber">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="oldSubsriberIps">
          <flowable:expression><![CDATA[${getProcessVariableValueResponse}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-1F1211F2-F82F-4A42-AC17-F3F1FA78496F" sourceRef="sid-CFF99861-41D9-464E-8AA2-BFC9D88748E1" targetRef="sid-D17E51D1-CAE9-4999-9B10-342473F20212"></sequenceFlow>
    <sequenceFlow id="sid-39BE7812-D75F-4800-8C43-7DDE7B428510" sourceRef="sid-F5E12449-1FCE-448A-8493-418C6AB975A9" targetRef="sid-453847A7-4162-45B3-8DDA-8B613B184271"></sequenceFlow>
    <sequenceFlow id="sid-ED7859E7-A7CE-4DA6-9B69-AB70488A64BE" sourceRef="sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126" targetRef="sid-13A17B2B-F4FB-4442-8711-5EF80AFA037B"></sequenceFlow>
    <serviceTask id="sid-13A17B2B-F4FB-4442-8711-5EF80AFA037B" name="Update Subscriber Status to terminated" 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[updateSubscriberStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Terminated]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-70ED7E75-7476-4EA1-AF90-191B74023AD7" sourceRef="sid-FAD65ABA-FEC7-4804-A9E6-6F8CB1A5AC5B" targetRef="sid-42D2C10A-A2B7-4BE1-AE64-17DA655924DE"></sequenceFlow>
    <scriptTask id="sid-42D2C10A-A2B7-4BE1-AE64-17DA655924DE" name="print error log" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "Failed to Restore Old Resources for subscriber: " +fSubno;]]></script>
    </scriptTask>
    <sequenceFlow id="sid-2F2E94EE-840A-4A1D-A1A6-A3BCB39E3FF1" sourceRef="sid-42D2C10A-A2B7-4BE1-AE64-17DA655924DE" targetRef="sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA"></sequenceFlow>
    <sequenceFlow id="sid-AC9789B6-35A4-4346-A842-0E76480572A3" name="Speed Change" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-4ACB95F7-9A5F-49A9-BEC7-D757ED308E67">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Speed Change'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-303A939E-BDD4-4A0F-92AF-5DBCC12C71A6" name="change number" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-A524F497-B1AD-41F7-BA2F-DAAF21814651">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Number Change'}]]></conditionExpression>
    </sequenceFlow>
    <boundaryEvent id="sid-FAD65ABA-FEC7-4804-A9E6-6F8CB1A5AC5B" attachedToRef="sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <scriptTask id="sid-4BC5C59A-A3D8-4565-8151-9321A2454209" name="print error log" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "Failed to Restore Old Resources for subscriber: " +fSubno;]]></script>
    </scriptTask>
    <sequenceFlow id="sid-84465589-C470-49EA-B075-0F433FFEC113" sourceRef="sid-D558D32A-779B-407A-9069-1F32F07ED94F" targetRef="sid-4BC5C59A-A3D8-4565-8151-9321A2454209"></sequenceFlow>
    <sequenceFlow id="sid-D1779514-4725-4245-A2EC-2525E7821528" sourceRef="sid-4BC5C59A-A3D8-4565-8151-9321A2454209" targetRef="sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD"></sequenceFlow>
    <boundaryEvent id="sid-D558D32A-779B-407A-9069-1F32F07ED94F" attachedToRef="sid-314B1E25-D881-4D3C-8537-D15812201505">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <scriptTask id="sid-BDF71AEB-FD5C-44E4-8C9D-FF2A126143C9" name="print error log" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "Failed to Restore Old Resources for subscriber: " +fOSubno;]]></script>
    </scriptTask>
    <sequenceFlow id="sid-D4E5C3C3-0EF0-45CA-A842-289D6D59306C" sourceRef="sid-CEE684E2-FBCC-4D09-B7C8-2F2C7A212221" targetRef="sid-BDF71AEB-FD5C-44E4-8C9D-FF2A126143C9"></sequenceFlow>
    <sequenceFlow id="sid-26D5022A-868F-4F28-965E-CA80589A097D" sourceRef="sid-BDF71AEB-FD5C-44E4-8C9D-FF2A126143C9" targetRef="sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126"></sequenceFlow>
    <boundaryEvent id="sid-CEE684E2-FBCC-4D09-B7C8-2F2C7A212221" attachedToRef="sid-D17E51D1-CAE9-4999-9B10-342473F20212">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <sequenceFlow id="sid-1EDFD53F-7D91-47AB-9B64-44B708C45B25" name="Shifting Termination" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-56878FEB-9156-41D9-9A04-436B758D3DB7">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Shifting Termination'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-D8DF01C8-D587-46C8-9302-FFB55D88C95B" name="Add Service" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Add Service'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-7C9160C1-1997-49A0-B6EB-FD9A5C98FCA3" name="External Shifting Installation" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-CFF99861-41D9-464E-8AA2-BFC9D88748E1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='External Shifting Installation'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-424B1ED9-837E-4715-B7AA-1609DF772A06" name="Activation" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-FD862D02-0058-43A7-9687-0ED42A674FF2">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='New Activation'}]]></conditionExpression>
    </sequenceFlow>
    <serviceTask id="sid-5DD75344-C716-465C-9328-4817A384EF27" name="Update Subscriber Status to Active" 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[updateSubscriberStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Active]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-2A38DC60-49C3-49DB-AEF6-7298F38338E3" sourceRef="sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA" targetRef="sid-5DD75344-C716-465C-9328-4817A384EF27"></sequenceFlow>
    <serviceTask id="sid-F3796284-B482-482B-8920-8D4C575D7476" name="Update Subscriber Status to Active" 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[updateSubscriberStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fOSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Active]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-7330B59C-5644-46D3-8078-0BF0186669F9" sourceRef="sid-13A17B2B-F4FB-4442-8711-5EF80AFA037B" targetRef="sid-F3796284-B482-482B-8920-8D4C575D7476"></sequenceFlow>
    <exclusiveGateway id="sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C" default="sid-0FD5AA20-1ECE-4071-9D61-DD3D68D7FCF2"></exclusiveGateway>
    <serviceTask id="sid-370E0958-E8E4-420D-8420-13618055801F" name="Assign Service Type" 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[assignServiceToSubscriber]]></flowable:string>
        </flowable:field>
        <flowable:field name="subscriberNo">
          <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceTypeName">
          <flowable:expression><![CDATA[${getVariableValueResponse}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-0FD5AA20-1ECE-4071-9D61-DD3D68D7FCF2" sourceRef="sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C" targetRef="sid-25B50F75-0544-4F02-901F-7AC547D34E54"></sequenceFlow>
    <sequenceFlow id="sid-D3308763-6D95-4C2B-8499-439060FE91BA" sourceRef="sid-F3796284-B482-482B-8920-8D4C575D7476" targetRef="sid-9924367D-B7FE-450A-B379-9F3C92BEB060"></sequenceFlow>
    <sequenceFlow id="sid-8DC3FB86-5619-4672-9201-2D041CCB2FB4" sourceRef="sid-D17E51D1-CAE9-4999-9B10-342473F20212" targetRef="sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126"></sequenceFlow>
    <sequenceFlow id="sid-660F7B82-D5DC-4729-9069-2D0D67480062" sourceRef="sid-314B1E25-D881-4D3C-8537-D15812201505" targetRef="sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD"></sequenceFlow>
    <sequenceFlow id="sid-641888C3-92AA-498E-BD4A-E90C7B98041E" name="Termination" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-314B1E25-D881-4D3C-8537-D15812201505">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Termination'}]]></conditionExpression>
    </sequenceFlow>
    <endEvent id="sid-A9C667FB-6563-4A26-A35E-64CD3DB61801"></endEvent>
    <sequenceFlow id="sid-7013BB98-69E2-4583-99CB-E966003405CE" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-A9C667FB-6563-4A26-A35E-64CD3DB61801"></sequenceFlow>
    <sequenceFlow id="sid-DB02E66E-BEDE-4AFB-A846-823033756E90" name="Shifting Installation" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='Shifting Installation'}]]></conditionExpression>
    </sequenceFlow>
    <serviceTask id="sid-72F0BE7C-5B59-4984-AAE0-10E006E719E9" name="get oldServiceType" 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[getVariableValue]]></flowable:string>
        </flowable:field>
        <flowable:field name="woNo">
          <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="variableName">
          <flowable:string><![CDATA[oldServiceType]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-351B081D-FD3C-4ABD-9506-DC4F55B92C7D" sourceRef="sid-5DD75344-C716-465C-9328-4817A384EF27" targetRef="sid-72F0BE7C-5B59-4984-AAE0-10E006E719E9"></sequenceFlow>
    <sequenceFlow id="sid-C0686821-24BB-42CA-8D56-043BF9D83F25" sourceRef="sid-72F0BE7C-5B59-4984-AAE0-10E006E719E9" targetRef="sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C"></sequenceFlow>
    <sequenceFlow id="sid-B7A0C9DA-EF71-43E3-94F4-088DFB3D9284" sourceRef="sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C" targetRef="sid-370E0958-E8E4-420D-8420-13618055801F">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${execution.getVariable("getVariableValueResponse")!=null && !execution.getVariable("getVariableValueResponse").isEmpty()}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-2F581F9E-9FEB-4436-8201-D82459534F46" sourceRef="sid-370E0958-E8E4-420D-8420-13618055801F" targetRef="sid-25B50F75-0544-4F02-901F-7AC547D34E54"></sequenceFlow>
    <serviceTask id="sid-EAE1D386-C58F-4F2F-88CE-DF93AE31E8E6" name="get oldSubscriberIps" 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[getProcessVariableValue]]></flowable:string>
        </flowable:field>
        <flowable:field name="woNo">
          <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="variableName">
          <flowable:string><![CDATA[oldSubscriberIps]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-024A9E81-6E8E-4CA2-BF77-9875DB9E5BC5" name="IP Management" sourceRef="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" targetRef="sid-EAE1D386-C58F-4F2F-88CE-DF93AE31E8E6">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='IP Management'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-DBEAFF30-AF2C-4B05-B94B-5D4CC2F30AD3" sourceRef="sid-EAE1D386-C58F-4F2F-88CE-DF93AE31E8E6" targetRef="sid-F5E12449-1FCE-448A-8493-418C6AB975A9"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_cancel-resources">
    <bpmndi:BPMNPlane bpmnElement="cancel-resources" id="BPMNPlane_cancel-resources">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="100.0" y="235.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F" id="BPMNShape_sid-8A13EC56-25D6-4303-BD31-8F9A425A2D8F">
        <omgdc:Bounds height="40.0" width="40.0" x="210.0" y="230.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-4ACB95F7-9A5F-49A9-BEC7-D757ED308E67" id="BPMNShape_sid-4ACB95F7-9A5F-49A9-BEC7-D757ED308E67">
        <omgdc:Bounds height="28.0" width="28.0" x="1005.0" y="165.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-FD862D02-0058-43A7-9687-0ED42A674FF2" id="BPMNShape_sid-FD862D02-0058-43A7-9687-0ED42A674FF2">
        <omgdc:Bounds height="80.0" width="100.0" x="415.0" y="0.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-9ABE8A32-F970-4E97-94C5-169440EEBFBF" id="BPMNShape_sid-9ABE8A32-F970-4E97-94C5-169440EEBFBF">
        <omgdc:Bounds height="80.0" width="100.0" x="549.5" y="0.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F866C1A5-CA8E-42D3-A462-F218882C78AF" id="BPMNShape_sid-F866C1A5-CA8E-42D3-A462-F218882C78AF">
        <omgdc:Bounds height="28.0" width="28.0" x="1005.0" y="26.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2" id="BPMNShape_sid-6A9C35B9-7F26-4102-80EE-FD1791128DF2">
        <omgdc:Bounds height="80.0" width="100.0" x="549.5" y="210.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-314B1E25-D881-4D3C-8537-D15812201505" id="BPMNShape_sid-314B1E25-D881-4D3C-8537-D15812201505">
        <omgdc:Bounds height="80.0" width="100.0" x="465.0" y="375.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA" id="BPMNShape_sid-99E2FC06-D0EE-4EF1-9879-C70D9C5E20AA">
        <omgdc:Bounds height="80.0" width="100.0" x="840.0" y="210.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-25B50F75-0544-4F02-901F-7AC547D34E54" id="BPMNShape_sid-25B50F75-0544-4F02-901F-7AC547D34E54">
        <omgdc:Bounds height="28.00000000000003" width="28.0" x="1486.0538765637928" y="235.99999109904056"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD" id="BPMNShape_sid-4BA72B9D-BA48-40A3-ABFA-D4D0B73565DD">
        <omgdc:Bounds height="80.0" width="100.0" x="700.0" y="375.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1158B5E9-A8D1-4BC1-A82C-B106FEA214CF" id="BPMNShape_sid-1158B5E9-A8D1-4BC1-A82C-B106FEA214CF">
        <omgdc:Bounds height="80.0" width="100.0" x="852.0" y="375.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5207261F-E370-460F-A304-AA79A5E50BE2" id="BPMNShape_sid-5207261F-E370-460F-A304-AA79A5E50BE2">
        <omgdc:Bounds height="28.0" width="28.0" x="1005.0" y="401.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-56878FEB-9156-41D9-9A04-436B758D3DB7" id="BPMNShape_sid-56878FEB-9156-41D9-9A04-436B758D3DB7">
        <omgdc:Bounds height="28.0" width="28.0" x="1005.0" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D17E51D1-CAE9-4999-9B10-342473F20212" id="BPMNShape_sid-D17E51D1-CAE9-4999-9B10-342473F20212">
        <omgdc:Bounds height="80.0" width="100.0" x="525.0" y="565.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126" id="BPMNShape_sid-504966DE-4BBD-4EB7-BFC1-CF827CDAE126">
        <omgdc:Bounds height="80.0" width="100.0" x="705.0" y="565.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-9924367D-B7FE-450A-B379-9F3C92BEB060" id="BPMNShape_sid-9924367D-B7FE-450A-B379-9F3C92BEB060">
        <omgdc:Bounds height="28.0" width="28.0" x="1139.9999275207595" y="589.3333182299597"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-453847A7-4162-45B3-8DDA-8B613B184271" id="BPMNShape_sid-453847A7-4162-45B3-8DDA-8B613B184271">
        <omgdc:Bounds height="28.0" width="28.0" x="1005.0" y="810.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-A524F497-B1AD-41F7-BA2F-DAAF21814651" id="BPMNShape_sid-A524F497-B1AD-41F7-BA2F-DAAF21814651">
        <omgdc:Bounds height="28.0" width="28.0" x="135.0" y="315.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2" id="BPMNShape_sid-1F06D78B-5A0E-4FFD-8188-C549B0BD85D2">
        <omgdc:Bounds height="80.00000000000003" width="100.00000000000006" x="419.9999910990404" y="209.9999955495202"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-CFF99861-41D9-464E-8AA2-BFC9D88748E1" id="BPMNShape_sid-CFF99861-41D9-464E-8AA2-BFC9D88748E1">
        <omgdc:Bounds height="80.0" width="100.0" x="389.99999173482325" y="554.9999882380177"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F5E12449-1FCE-448A-8493-418C6AB975A9" id="BPMNShape_sid-F5E12449-1FCE-448A-8493-418C6AB975A9">
        <omgdc:Bounds height="80.0" width="100.0" x="480.0" y="784.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-13A17B2B-F4FB-4442-8711-5EF80AFA037B" id="BPMNShape_sid-13A17B2B-F4FB-4442-8711-5EF80AFA037B">
        <omgdc:Bounds height="80.0" width="100.0" x="851.9999819437677" y="564.9999880260901"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-42D2C10A-A2B7-4BE1-AE64-17DA655924DE" id="BPMNShape_sid-42D2C10A-A2B7-4BE1-AE64-17DA655924DE">
        <omgdc:Bounds height="80.0" width="100.0" x="660.0" y="289.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-FAD65ABA-FEC7-4804-A9E6-6F8CB1A5AC5B" id="BPMNShape_sid-FAD65ABA-FEC7-4804-A9E6-6F8CB1A5AC5B">
        <omgdc:Bounds height="30.0" width="30.0" x="588.6630640217486" y="275.5898742120485"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-4BC5C59A-A3D8-4565-8151-9321A2454209" id="BPMNShape_sid-4BC5C59A-A3D8-4565-8151-9321A2454209">
        <omgdc:Bounds height="80.0" width="100.0" x="585.0" y="465.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D558D32A-779B-407A-9069-1F32F07ED94F" id="BPMNShape_sid-D558D32A-779B-407A-9069-1F32F07ED94F">
        <omgdc:Bounds height="30.0" width="30.0" x="500.6534560362808" y="440.51427424940715"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-BDF71AEB-FD5C-44E4-8C9D-FF2A126143C9" id="BPMNShape_sid-BDF71AEB-FD5C-44E4-8C9D-FF2A126143C9">
        <omgdc:Bounds height="80.0" width="100.0" x="615.0" y="675.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-CEE684E2-FBCC-4D09-B7C8-2F2C7A212221" id="BPMNShape_sid-CEE684E2-FBCC-4D09-B7C8-2F2C7A212221">
        <omgdc:Bounds height="30.0" width="30.0" x="573.3752469803973" y="630.762657464068"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5DD75344-C716-465C-9328-4817A384EF27" id="BPMNShape_sid-5DD75344-C716-465C-9328-4817A384EF27">
        <omgdc:Bounds height="80.00000000000003" width="99.99999999999989" x="974.9999793370581" y="209.99999109904056"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F3796284-B482-482B-8920-8D4C575D7476" id="BPMNShape_sid-F3796284-B482-482B-8920-8D4C575D7476">
        <omgdc:Bounds height="80.0" width="100.0" x="988.6666344819266" y="563.3333307195601"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C" id="BPMNShape_sid-61D78553-7BE8-4F3B-8FC0-A6FB91C63D1C">
        <omgdc:Bounds height="40.00000000000003" width="40.0" x="1303.1549379097876" y="229.99999109904056"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-370E0958-E8E4-420D-8420-13618055801F" id="BPMNShape_sid-370E0958-E8E4-420D-8420-13618055801F">
        <omgdc:Bounds height="80.0" width="100.0" x="1273.1549379097876" y="342.9355099762599"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-A9C667FB-6563-4A26-A35E-64CD3DB61801" id="BPMNShape_sid-A9C667FB-6563-4A26-A35E-64CD3DB61801">
        <omgdc:Bounds height="28.0" width="28.0" x="146.66665170590127" y="173.99999439716356"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-72F0BE7C-5B59-4984-AAE0-10E006E719E9" id="BPMNShape_sid-72F0BE7C-5B59-4984-AAE0-10E006E719E9">
        <omgdc:Bounds height="80.00000000000006" width="99.99999999999977" x="1120.2559992557822" y="210.00000000000006"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-EAE1D386-C58F-4F2F-88CE-DF93AE31E8E6" id="BPMNShape_sid-EAE1D386-C58F-4F2F-88CE-DF93AE31E8E6">
        <omgdc:Bounds height="80.00000000000011" width="99.99999999999977" x="297.2107753127586" y="784.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-351B081D-FD3C-4ABD-9506-DC4F55B92C7D" id="BPMNEdge_sid-351B081D-FD3C-4ABD-9506-DC4F55B92C7D">
        <omgdi:waypoint x="1074.9499793018242" y="249.99999415986332"></omgdi:waypoint>
        <omgdi:waypoint x="1120.2559987933407" y="249.99999693611346"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A4347D79-E684-44BC-AB08-62D3184FF1C2" id="BPMNEdge_sid-A4347D79-E684-44BC-AB08-62D3184FF1C2">
        <omgdi:waypoint x="799.949999999803" y="415.0"></omgdi:waypoint>
        <omgdi:waypoint x="852.0" y="415.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-424B1ED9-837E-4715-B7AA-1609DF772A06" id="BPMNEdge_sid-424B1ED9-837E-4715-B7AA-1609DF772A06">
        <omgdi:waypoint x="230.0" y="230.0"></omgdi:waypoint>
        <omgdi:waypoint x="230.0" y="40.0"></omgdi:waypoint>
        <omgdi:waypoint x="415.0" y="40.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7013BB98-69E2-4583-99CB-E966003405CE" id="BPMNEdge_sid-7013BB98-69E2-4583-99CB-E966003405CE">
        <omgdi:waypoint x="219.41769533942036" y="240.5818646319372"></omgdi:waypoint>
        <omgdi:waypoint x="171.05934554990816" y="197.3033203608086"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-70ED7E75-7476-4EA1-AF90-191B74023AD7" id="BPMNEdge_sid-70ED7E75-7476-4EA1-AF90-191B74023AD7">
        <omgdi:waypoint x="617.048890897222" y="297.25232790925924"></omgdi:waypoint>
        <omgdi:waypoint x="660.0" y="318.62762001163173"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-AC9789B6-35A4-4346-A842-0E76480572A3" id="BPMNEdge_sid-AC9789B6-35A4-4346-A842-0E76480572A3">
        <omgdi:waypoint x="241.736085147006" y="241.7654988942416"></omgdi:waypoint>
        <omgdi:waypoint x="327.0" y="182.11111450195312"></omgdi:waypoint>
        <omgdi:waypoint x="1005.0001361047545" y="179.06271622951607"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7C9160C1-1997-49A0-B6EB-FD9A5C98FCA3" id="BPMNEdge_sid-7C9160C1-1997-49A0-B6EB-FD9A5C98FCA3">
        <omgdi:waypoint x="235.61093763749113" y="264.3381533722007"></omgdi:waypoint>
        <omgdi:waypoint x="365.0" y="594.9999882380177"></omgdi:waypoint>
        <omgdi:waypoint x="389.99999173482036" y="594.9999882380177"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E43F2ED4-532C-4DB9-AED4-883AB139210E" id="BPMNEdge_sid-E43F2ED4-532C-4DB9-AED4-883AB139210E">
        <omgdi:waypoint x="519.9499910990405" y="249.9999972661338"></omgdi:waypoint>
        <omgdi:waypoint x="549.5" y="249.99999828166818"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D3308763-6D95-4C2B-8499-439060FE91BA" id="BPMNEdge_sid-D3308763-6D95-4C2B-8499-439060FE91BA">
        <omgdi:waypoint x="1088.6166344819267" y="603.3333253049916"></omgdi:waypoint>
        <omgdi:waypoint x="1139.999927102198" y="603.3333197406243"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-B7A0C9DA-EF71-43E3-94F4-088DFB3D9284" id="BPMNEdge_sid-B7A0C9DA-EF71-43E3-94F4-088DFB3D9284">
        <omgdi:waypoint x="1323.582933038917" y="269.5145759931093"></omgdi:waypoint>
        <omgdi:waypoint x="1323.3057660272696" y="342.9355099762599"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-9ADAF499-63E5-490E-A502-5E5203A86F6B" id="BPMNEdge_sid-9ADAF499-63E5-490E-A502-5E5203A86F6B">
        <omgdi:waypoint x="514.95" y="40.0"></omgdi:waypoint>
        <omgdi:waypoint x="549.5" y="40.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-26D5022A-868F-4F28-965E-CA80589A097D" id="BPMNEdge_sid-26D5022A-868F-4F28-965E-CA80589A097D">
        <omgdi:waypoint x="697.6863636363637" y="675.0"></omgdi:waypoint>
        <omgdi:waypoint x="722.2727272727273" y="644.9499999999999"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2F2E94EE-840A-4A1D-A1A6-A3BCB39E3FF1" id="BPMNEdge_sid-2F2E94EE-840A-4A1D-A1A6-A3BCB39E3FF1">
        <omgdi:waypoint x="759.9499999999999" y="307.0555555555556"></omgdi:waypoint>
        <omgdi:waypoint x="839.9999999999999" y="271.9225"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-84465589-C470-49EA-B075-0F433FFEC113" id="BPMNEdge_sid-84465589-C470-49EA-B075-0F433FFEC113">
        <omgdi:waypoint x="528.8388063085682" y="462.56477885607796"></omgdi:waypoint>
        <omgdi:waypoint x="585.0" y="492.5925488580565"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-8DC3FB86-5619-4672-9201-2D041CCB2FB4" id="BPMNEdge_sid-8DC3FB86-5619-4672-9201-2D041CCB2FB4">
        <omgdi:waypoint x="624.9499999999998" y="605.0"></omgdi:waypoint>
        <omgdi:waypoint x="705.0" y="605.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2A38DC60-49C3-49DB-AEF6-7298F38338E3" id="BPMNEdge_sid-2A38DC60-49C3-49DB-AEF6-7298F38338E3">
        <omgdi:waypoint x="939.9499999999778" y="249.99999670334785"></omgdi:waypoint>
        <omgdi:waypoint x="974.9999793370581" y="249.99999439239608"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-024A9E81-6E8E-4CA2-BF77-9875DB9E5BC5" id="BPMNEdge_sid-024A9E81-6E8E-4CA2-BF77-9875DB9E5BC5">
        <omgdi:waypoint x="230.0" y="269.94826249782267"></omgdi:waypoint>
        <omgdi:waypoint x="230.0" y="824.0"></omgdi:waypoint>
        <omgdi:waypoint x="297.2107753127586" y="824.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D1779514-4725-4245-A2EC-2525E7821528" id="BPMNEdge_sid-D1779514-4725-4245-A2EC-2525E7821528">
        <omgdi:waypoint x="684.9499999999998" y="474.1367061160389"></omgdi:waypoint>
        <omgdi:waypoint x="716.0023716003687" y="454.95000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D8DF01C8-D587-46C8-9302-FFB55D88C95B" id="BPMNEdge_sid-D8DF01C8-D587-46C8-9302-FFB55D88C95B">
        <omgdi:waypoint x="245.00782656223728" y="254.9405957491412"></omgdi:waypoint>
        <omgdi:waypoint x="469.99999109904047" y="329.0"></omgdi:waypoint>
        <omgdi:waypoint x="469.99999109904047" y="289.9499955495203"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-DBEAFF30-AF2C-4B05-B94B-5D4CC2F30AD3" id="BPMNEdge_sid-DBEAFF30-AF2C-4B05-B94B-5D4CC2F30AD3">
        <omgdi:waypoint x="397.16077531243764" y="824.0"></omgdi:waypoint>
        <omgdi:waypoint x="479.9999999995969" y="824.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-70137F47-3F65-4295-A0A1-4B2C0D8016F4" id="BPMNEdge_sid-70137F47-3F65-4295-A0A1-4B2C0D8016F4">
        <omgdi:waypoint x="649.4499999999999" y="250.0"></omgdi:waypoint>
        <omgdi:waypoint x="840.0" y="250.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7330B59C-5644-46D3-8078-0BF0186669F9" id="BPMNEdge_sid-7330B59C-5644-46D3-8078-0BF0186669F9">
        <omgdi:waypoint x="951.9499819437676" y="604.3902352899336"></omgdi:waypoint>
        <omgdi:waypoint x="988.6666344819266" y="603.9424737029804"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-39BE7812-D75F-4800-8C43-7DDE7B428510" id="BPMNEdge_sid-39BE7812-D75F-4800-8C43-7DDE7B428510">
        <omgdi:waypoint x="579.95" y="824.0"></omgdi:waypoint>
        <omgdi:waypoint x="1005.0" y="824.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-0FD5AA20-1ECE-4071-9D61-DD3D68D7FCF2" id="BPMNEdge_sid-0FD5AA20-1ECE-4071-9D61-DD3D68D7FCF2">
        <omgdi:waypoint x="1342.6533899064978" y="250.44598281409756"></omgdi:waypoint>
        <omgdi:waypoint x="1486.0539295400076" y="250.03953208360448"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-3660B7BD-C492-4119-AFCF-F337CAFF6C03" id="BPMNEdge_sid-3660B7BD-C492-4119-AFCF-F337CAFF6C03">
        <omgdi:waypoint x="129.9499986183554" y="250.0"></omgdi:waypoint>
        <omgdi:waypoint x="210.0" y="250.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-303A939E-BDD4-4A0F-92AF-5DBCC12C71A6" id="BPMNEdge_sid-303A939E-BDD4-4A0F-92AF-5DBCC12C71A6">
        <omgdi:waypoint x="216.8292682926829" y="256.8121951219512"></omgdi:waypoint>
        <omgdi:waypoint x="149.0" y="292.0"></omgdi:waypoint>
        <omgdi:waypoint x="149.0" y="315.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-1EDFD53F-7D91-47AB-9B64-44B708C45B25" id="BPMNEdge_sid-1EDFD53F-7D91-47AB-9B64-44B708C45B25">
        <omgdi:waypoint x="238.10975609756096" y="238.13008130081306"></omgdi:waypoint>
        <omgdi:waypoint x="330.0" y="104.0"></omgdi:waypoint>
        <omgdi:waypoint x="1005.0" y="104.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-C0686821-24BB-42CA-8D56-043BF9D83F25" id="BPMNEdge_sid-C0686821-24BB-42CA-8D56-043BF9D83F25">
        <omgdi:waypoint x="1220.2059992557515" y="249.9999970892671"></omgdi:waypoint>
        <omgdi:waypoint x="1303.1549388809897" y="249.99999226042297"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-660F7B82-D5DC-4729-9069-2D0D67480062" id="BPMNEdge_sid-660F7B82-D5DC-4729-9069-2D0D67480062">
        <omgdi:waypoint x="564.95" y="415.0"></omgdi:waypoint>
        <omgdi:waypoint x="700.0" y="415.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-DB02E66E-BEDE-4AFB-A846-823033756E90" id="BPMNEdge_sid-DB02E66E-BEDE-4AFB-A846-823033756E90">
        <omgdi:waypoint x="249.94584585061062" y="249.99999962912668"></omgdi:waypoint>
        <omgdi:waypoint x="419.9999910990404" y="249.99999647577636"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-ED7859E7-A7CE-4DA6-9B69-AB70488A64BE" id="BPMNEdge_sid-ED7859E7-A7CE-4DA6-9B69-AB70488A64BE">
        <omgdi:waypoint x="804.9499982154412" y="604.9999959272411"></omgdi:waypoint>
        <omgdi:waypoint x="851.9999814486565" y="604.9999920947765"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D4E5C3C3-0EF0-45CA-A842-289D6D59306C" id="BPMNEdge_sid-D4E5C3C3-0EF0-45CA-A842-289D6D59306C">
        <omgdi:waypoint x="598.6521569235189" y="656.6201444346084"></omgdi:waypoint>
        <omgdi:waypoint x="616.0487674445815" y="675.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-6EB5C912-0C64-4991-A4D7-70318B5C0593" id="BPMNEdge_sid-6EB5C912-0C64-4991-A4D7-70318B5C0593">
        <omgdi:waypoint x="649.4499999999999" y="40.0"></omgdi:waypoint>
        <omgdi:waypoint x="1005.0" y="40.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-1F1211F2-F82F-4A42-AC17-F3F1FA78496F" id="BPMNEdge_sid-1F1211F2-F82F-4A42-AC17-F3F1FA78496F">
        <omgdi:waypoint x="489.94999173482245" y="598.6999923634238"></omgdi:waypoint>
        <omgdi:waypoint x="524.9999999999984" y="601.2962921667606"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-641888C3-92AA-498E-BD4A-E90C7B98041E" id="BPMNEdge_sid-641888C3-92AA-498E-BD4A-E90C7B98041E">
        <omgdi:waypoint x="240.36691647264257" y="259.58296943231437"></omgdi:waypoint>
        <omgdi:waypoint x="408.5" y="415.0"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="415.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-37239BAB-F752-4739-88A0-02BA88AB3C58" id="BPMNEdge_sid-37239BAB-F752-4739-88A0-02BA88AB3C58">
        <omgdi:waypoint x="951.9499999999226" y="415.0"></omgdi:waypoint>
        <omgdi:waypoint x="1005.0" y="415.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2F581F9E-9FEB-4436-8201-D82459534F46" id="BPMNEdge_sid-2F581F9E-9FEB-4436-8201-D82459534F46">
        <omgdi:waypoint x="1373.1049379097876" y="382.9355099762599"></omgdi:waypoint>
        <omgdi:waypoint x="1500.0538765637928" y="382.9355099762599"></omgdi:waypoint>
        <omgdi:waypoint x="1500.0538765637928" y="263.9499207828722"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>