<?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="FUL-T2C-GAMING-ADD" name="FUL-T2C-GAMING-ADD" isExecutable="true">
    <documentation>Remove Gaming Add-on from subscriber (revert to standard service)</documentation>
    <startEvent id="startEvent1" flowable:formKey="test" flowable:formFieldValidation="true">
      <extensionElements>
        <flowable:formProperty id="fOLT" name="fOLT" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fSubno" name="fSubno" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fSubscr_Type" name="fSubscr_Type" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fWOID" name="fWOID" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fUsage_Type" name="fUsage_Type" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fOrder_Type" name="fOrder_Type" type="string" required="true"></flowable:formProperty>
        <flowable:formProperty id="fUserID" name="fUserID" type="string" required="true"></flowable:formProperty>
      </extensionElements>
    </startEvent>
    <subProcess id="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35" name="WO Creation">
      <serviceTask id="sid-6CE3E002-9141-437F-AEE4-4295544701BE" name="Check Pending Order" 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[hasPendingOrders]]></flowable:string>
          </flowable:field>
          <flowable:field name="subscriberNo">
            <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <exclusiveGateway id="sid-B218BF1D-8039-4603-AD8E-05055A9320A3"></exclusiveGateway>
      <sequenceFlow id="sid-16DD5D52-0E0E-42B1-ADEC-CC2D107CACB2" sourceRef="sid-6CE3E002-9141-437F-AEE4-4295544701BE" targetRef="sid-B218BF1D-8039-4603-AD8E-05055A9320A3"></sequenceFlow>
      <endEvent id="sid-63ADF99C-89FA-4878-B711-CFB0BF1A90FA">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <serviceTask id="sid-BB13DDAC-84EE-472D-971F-36308F6579B8" 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[${fSubno}]]></flowable:expression>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <exclusiveGateway id="sid-0AE62467-8A10-4759-ABDB-05CD3BB59994"></exclusiveGateway>
      <sequenceFlow id="sid-983C8C65-53F3-4DFD-8319-88ACF40CD584" sourceRef="sid-BB13DDAC-84EE-472D-971F-36308F6579B8" targetRef="sid-0AE62467-8A10-4759-ABDB-05CD3BB59994"></sequenceFlow>
      <serviceTask id="sid-252E100C-7A33-45BA-8ADA-5EB3E271E2C3" name="check subscriber Status" 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[checkSubscriberStatus]]></flowable:string>
          </flowable:field>
          <flowable:field name="subscriberNo">
            <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="subscriberStatus">
            <flowable:string><![CDATA[Active]]></flowable:string>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <exclusiveGateway id="sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD"></exclusiveGateway>
      <sequenceFlow id="sid-A26EDCDC-AE64-4263-A43E-404FB24EB463" sourceRef="sid-252E100C-7A33-45BA-8ADA-5EB3E271E2C3" targetRef="sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD"></sequenceFlow>
      <serviceTask id="sid-06044AD9-701D-406D-B853-036315F3E8CC" name="create WO" 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[createWorkOrder]]></flowable:string>
          </flowable:field>
          <flowable:field name="subscriberNo">
            <flowable:expression><![CDATA[${fSubno}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="woNo">
            <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="woOperation">
            <flowable:string><![CDATA[termination]]></flowable:string>
          </flowable:field>
          <flowable:field name="autoCreateTasks">
            <flowable:string><![CDATA[false]]></flowable:string>
          </flowable:field>
          <flowable:field name="appType">
            <flowable:expression><![CDATA[${AppType}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="equipementId">
            <flowable:expression><![CDATA[${equipmentId}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="exchange1">
            <flowable:expression><![CDATA[${fOLT}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="orderTypeName">
            <flowable:expression><![CDATA[${fOrder_Type}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="arborOrderId">
            <flowable:expression><![CDATA[${arborOrderId}]]></flowable:expression>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <endEvent id="sid-7E08B155-5BAF-42A3-A299-DEFCA9A29BF8">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <exclusiveGateway id="sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6"></exclusiveGateway>
      <sequenceFlow id="sid-BF19C945-34EA-4FC9-BFAA-4584316F0C5D" sourceRef="sid-CDFC5A81-EAD3-4BA5-BD1E-358216DB06A8" targetRef="sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6"></sequenceFlow>
      <startEvent id="sid-0F7AC369-038E-422E-80BE-91364F58E092" flowable:formFieldValidation="true"></startEvent>
      <endEvent id="sid-B1636949-431F-425F-8984-900527AE3562">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <sequenceFlow id="sid-B42A4B45-7E86-4B22-B3A9-9E799DA0022E" name="unique" sourceRef="sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6" targetRef="sid-6CE3E002-9141-437F-AEE4-4295544701BE">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${orderNoExistsResponse == false}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-A2B2C35B-3D38-43B4-8A04-F58B84E863B0" name="duplicated" sourceRef="sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6" targetRef="sid-53AA3FFD-F6D6-4688-9888-2D87971C25AE">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${orderNoExistsResponse == true}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-AA7D7D5F-13AD-427A-9EC4-91C0DD539B2D" name="exists" sourceRef="sid-0AE62467-8A10-4759-ABDB-05CD3BB59994" targetRef="sid-252E100C-7A33-45BA-8ADA-5EB3E271E2C3">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${subscriberExistsResponse== true}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-EA54DFB9-A071-4940-8247-EF1893EFB5CB" name="not exist" sourceRef="sid-0AE62467-8A10-4759-ABDB-05CD3BB59994" targetRef="sid-302C366C-0E53-4091-BC25-A97615E342A6">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${subscriberExistsResponse== false}]]></conditionExpression>
      </sequenceFlow>
      <serviceTask id="sid-4C40E392-1F4A-4694-9CE1-9DF986A9751C" name="Create Gaming Termination Task" 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[createWOTask]]></flowable:string>
          </flowable:field>
          <flowable:field name="woNo">
            <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
          </flowable:field>
          <flowable:field name="taskName">
            <flowable:string><![CDATA[Gaming Termination]]></flowable:string>
          </flowable:field>
          <flowable:field name="taskType">
            <flowable:string><![CDATA[S]]></flowable:string>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <endEvent id="sid-86978217-28C0-4C30-BCE8-661B5C7ECADF">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <sequenceFlow id="sid-51CB0DA1-D92F-409D-9BC7-8FD43E5E6260" sourceRef="sid-06044AD9-701D-406D-B853-036315F3E8CC" targetRef="sid-4C40E392-1F4A-4694-9CE1-9DF986A9751C"></sequenceFlow>
      <sequenceFlow id="sid-43D87146-AB8D-494C-8389-DC6F86BEFE0B" name="active" sourceRef="sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD" targetRef="sid-CDFC5A81-EAD3-4BA5-BD1E-358216DB06A8">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${checkSubscriberStatusResponse==true}]]></conditionExpression>
      </sequenceFlow>
      <scriptTask id="sid-53AA3FFD-F6D6-4688-9888-2D87971C25AE" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("system", "NEP");
execution.setVariable("error_code",execution.getVariable("orderNoDuplicatedStatus"));

execution.setVariable("final_error_msg" ,"Order already exists with status: " +execution.getVariable("orderNoDuplicatedStatus"));]]></script>
      </scriptTask>
      <sequenceFlow id="sid-2C4E1342-05D6-417B-BA61-7C6B72E7CD5A" sourceRef="sid-53AA3FFD-F6D6-4688-9888-2D87971C25AE" targetRef="sid-B1636949-431F-425F-8984-900527AE3562"></sequenceFlow>
      <scriptTask id="sid-3F53FC11-AF1C-4F0E-BC4B-92A7B4A0F0EB" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("system", "NEP");
execution.setVariable("error_code", "hasPendingOrder");

execution.setVariable("final_error_msg", "Subscriber has pending order(s)");]]></script>
      </scriptTask>
      <scriptTask id="sid-9A7EC696-A971-44FC-AECA-CF9D9223288D" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("system", "NEP");
execution.setVariable("error_code", "subscriberStatusNotMatch");

execution.setVariable("final_error_msg", "Subscriber Status does not match");]]></script>
      </scriptTask>
      <sequenceFlow id="sid-48A5DA82-40F1-4BE2-AAFE-0F59F0D04B89" sourceRef="sid-9A7EC696-A971-44FC-AECA-CF9D9223288D" targetRef="sid-7E08B155-5BAF-42A3-A299-DEFCA9A29BF8"></sequenceFlow>
      <scriptTask id="sid-302C366C-0E53-4091-BC25-A97615E342A6" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("system", "NEP");
execution.setVariable("error_code", "subscriberDoesNotExist");

execution.setVariable("final_error_msg", "Subscriber does not exists");]]></script>
      </scriptTask>
      <sequenceFlow id="sid-87677E0C-93F7-40B2-B0F8-555995FB7662" sourceRef="sid-302C366C-0E53-4091-BC25-A97615E342A6" targetRef="sid-86978217-28C0-4C30-BCE8-661B5C7ECADF"></sequenceFlow>
      <sequenceFlow id="sid-9A46AFC2-D902-4F74-BA07-33D69A651239" sourceRef="sid-0F7AC369-038E-422E-80BE-91364F58E092" targetRef="sid-BB13DDAC-84EE-472D-971F-36308F6579B8"></sequenceFlow>
      <callActivity id="sid-69B2639C-6995-4003-8149-E05A58CC576C" name="getEquipementID" calledElement="getEquipementID" flowable:calledElementType="key" flowable:processInstanceName="getEquipementID" flowable:businessKey="getEquipementID" flowable:fallbackToDefaultTenant="false">
        <extensionElements>
          <flowable:in sourceExpression="${fSubno}" target="fSubno"></flowable:in>
          <flowable:in sourceExpression="${fSubscr_Type}" target="fSubscr_Type"></flowable:in>
          <flowable:out sourceExpression="${equipmentId}" target="equipmentId"></flowable:out>
        </extensionElements>
      </callActivity>
      <sequenceFlow id="sid-660D7E41-82CF-48BE-9FBE-7FDAE13A3CA8" sourceRef="sid-69B2639C-6995-4003-8149-E05A58CC576C" targetRef="sid-3EC78D05-A713-4346-A3D8-F4FB60224682"></sequenceFlow>
      <boundaryEvent id="sid-42A41F06-A3D4-4D2B-8533-9B428723EA85" attachedToRef="sid-69B2639C-6995-4003-8149-E05A58CC576C">
        <errorEventDefinition></errorEventDefinition>
      </boundaryEvent>
      <endEvent id="sid-C93184E3-38B3-41D7-B848-57F1C90395FA">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <sequenceFlow id="sid-9BDBBB4B-41FF-4FE6-A619-7F7533CDD7F2" sourceRef="sid-42A41F06-A3D4-4D2B-8533-9B428723EA85" targetRef="sid-C93184E3-38B3-41D7-B848-57F1C90395FA"></sequenceFlow>
      <callActivity id="sid-CDFC5A81-EAD3-4BA5-BD1E-358216DB06A8" name="check Order No Duplication" calledElement="OrderNoDuplication" flowable:calledElementType="key" flowable:processInstanceName="OrderNoDuplication" flowable:fallbackToDefaultTenant="false">
        <extensionElements>
          <flowable:in sourceExpression="${fWOID}" target="fWOID"></flowable:in>
          <flowable:out sourceExpression="${orderNoExists}" target="orderNoExistsResponse"></flowable:out>
          <flowable:out sourceExpression="${orderNoDuplicatedStatus}" target="orderNoDuplicatedStatus"></flowable:out>
        </extensionElements>
      </callActivity>
      <sequenceFlow id="sid-0B344061-B105-40F0-AC76-5DC6D1759B2D" sourceRef="sid-3F53FC11-AF1C-4F0E-BC4B-92A7B4A0F0EB" targetRef="sid-63ADF99C-89FA-4878-B711-CFB0BF1A90FA"></sequenceFlow>
      <sequenceFlow id="sid-47E8A8FB-0ED9-49A5-8604-31A72A32E0B7" name="notActive" sourceRef="sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD" targetRef="sid-9A7EC696-A971-44FC-AECA-CF9D9223288D">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${checkSubscriberStatusResponse==false}]]></conditionExpression>
      </sequenceFlow>
      <endEvent id="sid-B6E96BA3-1C31-419D-BAF2-92D6046015CF"></endEvent>
      <callActivity id="sid-3EC78D05-A713-4346-A3D8-F4FB60224682" name="update plan details" calledElement="update_plan" flowable:calledElementType="key" flowable:processInstanceName="getEquipementID" flowable:businessKey="getEquipementID" flowable:fallbackToDefaultTenant="false">
        <extensionElements>
          <flowable:in sourceExpression="${fSubno}" target="fSubno"></flowable:in>
          <flowable:in sourceExpression="${fWOID}" target="fWOID"></flowable:in>
          <flowable:in sourceExpression="${fOLT}" target="fExc"></flowable:in>
          <flowable:in sourceExpression="${fUsage_Type}" target="fUsage_Type"></flowable:in>
          <flowable:in sourceExpression="${arborOrderId}" target="arbor_Order_Id"></flowable:in>
        </extensionElements>
      </callActivity>
      <sequenceFlow id="sid-496B29DA-46B0-4D79-8C52-12957040DE74" sourceRef="sid-3EC78D05-A713-4346-A3D8-F4FB60224682" targetRef="sid-8EDBE8E7-9E27-4B1D-B5C2-FBB0EAF63462"></sequenceFlow>
      <sequenceFlow id="sid-0D2D3DBF-9775-4A7A-B89D-B57582ECAD66" sourceRef="sid-4C40E392-1F4A-4694-9CE1-9DF986A9751C" targetRef="sid-B6E96BA3-1C31-419D-BAF2-92D6046015CF"></sequenceFlow>
      <exclusiveGateway id="sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74"></exclusiveGateway>
      <scriptTask id="sid-6F1441A0-79E5-4EC1-BAD8-4905ADB6D494" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("system", "NEP");
execution.setVariable("error_code", "73");

execution.setVariable("final_error_msg", "The subscriber does not have Fiber V+D as a service");]]></script>
      </scriptTask>
      <endEvent id="sid-E19330DE-01F2-440A-A7B9-F97061A02362">
        <errorEventDefinition></errorEventDefinition>
      </endEvent>
      <sequenceFlow id="sid-F4A58FFD-AAD6-4DAD-9081-2F866425FA62" name="Yes" sourceRef="sid-B218BF1D-8039-4603-AD8E-05055A9320A3" targetRef="sid-3F53FC11-AF1C-4F0E-BC4B-92A7B4A0F0EB">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${hasPendingOrdersResponse == true}]]></conditionExpression>
      </sequenceFlow>
      <serviceTask id="sid-CE20D41B-1B6F-4CB4-ACA9-311B97661B22" 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[${fSubno}]]></flowable:expression>
          </flowable:field>
        </extensionElements>
      </serviceTask>
      <sequenceFlow id="sid-A6571EC2-84AE-4743-BFCD-B69A054A768B" name="No" sourceRef="sid-B218BF1D-8039-4603-AD8E-05055A9320A3" targetRef="sid-CE20D41B-1B6F-4CB4-ACA9-311B97661B22">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${hasPendingOrdersResponse == false}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-020645F2-F6B2-4091-891D-1DF530805F65" sourceRef="sid-CE20D41B-1B6F-4CB4-ACA9-311B97661B22" targetRef="sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74"></sequenceFlow>
      <sequenceFlow id="sid-7B8B88D0-C348-4FE6-A568-449854B69FCD" name="Fiber" sourceRef="sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74" targetRef="sid-69B2639C-6995-4003-8149-E05A58CC576C">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${isFiberSubscriberResponse}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-E0B4FCAD-0F6B-4B5B-8BD6-284D0CEBE7E4" sourceRef="sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74" targetRef="sid-6F1441A0-79E5-4EC1-BAD8-4905ADB6D494">
        <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!isFiberSubscriberResponse}]]></conditionExpression>
      </sequenceFlow>
      <sequenceFlow id="sid-8796E12C-F4E1-4C62-8B39-E9B3A34B6016" sourceRef="sid-6F1441A0-79E5-4EC1-BAD8-4905ADB6D494" targetRef="sid-E19330DE-01F2-440A-A7B9-F97061A02362"></sequenceFlow>
      <scriptTask id="sid-8EDBE8E7-9E27-4B1D-B5C2-FBB0EAF63462" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
        <script><![CDATA[execution.setVariable("AppType", "");]]></script>
      </scriptTask>
      <sequenceFlow id="sid-4063DA2C-043E-4829-BE59-808A0791F045" sourceRef="sid-8EDBE8E7-9E27-4B1D-B5C2-FBB0EAF63462" targetRef="sid-06044AD9-701D-406D-B853-036315F3E8CC"></sequenceFlow>
    </subProcess>
    <sequenceFlow id="sid-4B6D2780-B58E-4F57-8235-9F2B9C10DC2F" sourceRef="startEvent1" targetRef="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35"></sequenceFlow>
    <endEvent id="sid-966A78AA-250F-4EBA-833B-5AA7C6BB4BDE"></endEvent>
    <sequenceFlow id="sid-EC080B70-2811-487F-8434-6053A2C1006C" sourceRef="sid-8D94C8E1-056D-431C-86E6-29158C3832B0" targetRef="sid-966A78AA-250F-4EBA-833B-5AA7C6BB4BDE"></sequenceFlow>
    <serviceTask id="sid-2BCB1475-D332-4520-8F8E-16758C8F51C2" name="Set Final Error code" flowable:type="dmn">
      <extensionElements>
        <flowable:field name="decisionTableReferenceKey">
          <flowable:string><![CDATA[error_code_mapping]]></flowable:string>
        </flowable:field>
        <flowable:field name="decisionTaskThrowErrorOnNoHits">
          <flowable:string><![CDATA[false]]></flowable:string>
        </flowable:field>
        <flowable:field name="fallbackToDefaultTenant">
          <flowable:string><![CDATA[false]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-9E40C130-AC61-413B-AB65-CEE821080216" sourceRef="sid-3A13B5D3-445F-4E46-9E5C-B240FADB3D66" targetRef="sid-84B2AB82-CF24-4024-8460-0BA26C3CF8D0"></sequenceFlow>
    <callActivity id="sid-5B79EF25-FA11-48A6-9B2C-FE807418B45A" name="Add on termination" calledElement="HBBGaming-AddOnTermination" flowable:calledElementType="key" flowable:processInstanceName="GponADSLSwitch-SpeedChange" flowable:businessKey="GponADSLSwitch-SpeedChange" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${fWOID}" target="fWOID"></flowable:in>
        <flowable:in sourceExpression="${fSubno}" target="fSubno"></flowable:in>
        <flowable:in sourceExpression="${fSubscr_Type}" target="fSubscr_Type"></flowable:in>
        <flowable:in sourceExpression="${fUserID}" target="fUserID"></flowable:in>
        <flowable:in sourceExpression="${arborOrderId}" target="sWOID"></flowable:in>
        <flowable:in sourceExpression="1" target="slno"></flowable:in>
        <flowable:in sourceExpression="Not Yet Started" target="status"></flowable:in>
        <flowable:in sourceExpression="${arborOrderId}" target="arbor_Order_Id"></flowable:in>
      </extensionElements>
    </callActivity>
    <serviceTask id="sid-F5996F51-93D5-4626-AA30-760A74520EFB" name="Update WO status to in progress" 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[updateWorkOrderStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="woNo">
          <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[In Progress]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <callActivity id="sid-C8F0AF5C-7531-4A1E-A276-651F315FCAC7" name="arbor order completion" calledElement="ArborSyncTask" flowable:calledElementType="key" flowable:processInstanceName="ArborSyncTask" flowable:businessKey="ArborSyncTask" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${fWOID}" target="fWOID"></flowable:in>
        <flowable:in sourceExpression="${fSubno}" target="fSubno"></flowable:in>
        <flowable:in sourceExpression="${fSubscr_Type}" target="fSubscr_Type"></flowable:in>
        <flowable:in sourceExpression="${arborOrderId}" target="arbor_Order_Id"></flowable:in>
      </extensionElements>
    </callActivity>
    <serviceTask id="sid-8D94C8E1-056D-431C-86E6-29158C3832B0" name="Update WO status to Completed" 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[updateWorkOrderStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="woNo">
          <flowable:expression><![CDATA[${fWOID}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="status">
          <flowable:string><![CDATA[Completed]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-15153DD0-394F-429B-A00A-698B0421B845" sourceRef="sid-C8F0AF5C-7531-4A1E-A276-651F315FCAC7" targetRef="sid-8D94C8E1-056D-431C-86E6-29158C3832B0"></sequenceFlow>
    <boundaryEvent id="sid-3A13B5D3-445F-4E46-9E5C-B240FADB3D66" attachedToRef="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35">
      <errorEventDefinition></errorEventDefinition>
    </boundaryEvent>
    <scriptTask id="sid-84B2AB82-CF24-4024-8460-0BA26C3CF8D0" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[if(execution.getVariable("error_code")==null || execution.getVariable("error_code").isEmpty()){
execution.setVariable("system", "NEP");
execution.setVariable("error_code","1");
}]]></script>
    </scriptTask>
    <sequenceFlow id="sid-156039B0-F5BD-4C91-AA76-F04D90E2C9DC" sourceRef="sid-84B2AB82-CF24-4024-8460-0BA26C3CF8D0" targetRef="sid-2BCB1475-D332-4520-8F8E-16758C8F51C2"></sequenceFlow>
    <scriptTask id="sid-8C6015D5-AC5C-4390-9A4C-F42A7D96C9AB" name="Fill Variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[if(execution.getVariable("final_error_code")==null || execution.getVariable("final_error_code").isEmpty()){
execution.setVariable("system", "NEP");
execution.setVariable("final_error_code","1");
}]]></script>
    </scriptTask>
    <sequenceFlow id="sid-68A28319-75E1-4B68-BE45-D12D328D3B2C" sourceRef="sid-2BCB1475-D332-4520-8F8E-16758C8F51C2" targetRef="sid-8C6015D5-AC5C-4390-9A4C-F42A7D96C9AB"></sequenceFlow>
    <endEvent id="sid-33A5C677-2AC0-4FD2-83C9-968AF945F4E5"></endEvent>
    <sequenceFlow id="sid-EB963245-FF36-43D5-B71E-2B5AA4743159" sourceRef="sid-8C6015D5-AC5C-4390-9A4C-F42A7D96C9AB" targetRef="sid-33A5C677-2AC0-4FD2-83C9-968AF945F4E5"></sequenceFlow>
    <sequenceFlow id="sid-2D3096C2-D877-4E34-BEB9-57F114F19965" sourceRef="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35" targetRef="sid-F5996F51-93D5-4626-AA30-760A74520EFB"></sequenceFlow>
    <sequenceFlow id="sid-D1E15E3F-61FB-4853-95C3-C29D07A8219A" sourceRef="sid-F5996F51-93D5-4626-AA30-760A74520EFB" targetRef="sid-5B79EF25-FA11-48A6-9B2C-FE807418B45A"></sequenceFlow>
    <sequenceFlow id="sid-425653E6-4AFA-4920-AD4B-B1C4B2F8783C" sourceRef="sid-5B79EF25-FA11-48A6-9B2C-FE807418B45A" targetRef="sid-C8F0AF5C-7531-4A1E-A276-651F315FCAC7"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_FUL-T2C-GAMING-ADD">
    <bpmndi:BPMNPlane bpmnElement="FUL-T2C-GAMING-ADD" id="BPMNPlane_FUL-T2C-GAMING-ADD">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="15.0" y="115.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35" id="BPMNShape_sid-5E0DED5E-2667-4CD1-863F-F6014D230B35" isExpanded="false">
        <omgdc:Bounds height="80.0" width="100.0" x="75.0" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-966A78AA-250F-4EBA-833B-5AA7C6BB4BDE" id="BPMNShape_sid-966A78AA-250F-4EBA-833B-5AA7C6BB4BDE">
        <omgdc:Bounds height="28.0" width="28.0" x="1095.0" y="116.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-2BCB1475-D332-4520-8F8E-16758C8F51C2" id="BPMNShape_sid-2BCB1475-D332-4520-8F8E-16758C8F51C2">
        <omgdc:Bounds height="80.0" width="100.0" x="120.0" y="330.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5B79EF25-FA11-48A6-9B2C-FE807418B45A" id="BPMNShape_sid-5B79EF25-FA11-48A6-9B2C-FE807418B45A">
        <omgdc:Bounds height="80.0" width="100.0" x="480.0" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F5996F51-93D5-4626-AA30-760A74520EFB" id="BPMNShape_sid-F5996F51-93D5-4626-AA30-760A74520EFB">
        <omgdc:Bounds height="80.0" width="100.0" x="255.0" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C8F0AF5C-7531-4A1E-A276-651F315FCAC7" id="BPMNShape_sid-C8F0AF5C-7531-4A1E-A276-651F315FCAC7">
        <omgdc:Bounds height="80.0" width="100.0" x="708.7333872842704" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8D94C8E1-056D-431C-86E6-29158C3832B0" id="BPMNShape_sid-8D94C8E1-056D-431C-86E6-29158C3832B0">
        <omgdc:Bounds height="80.0" width="100.0" x="891.6323259382757" y="90.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-3A13B5D3-445F-4E46-9E5C-B240FADB3D66" id="BPMNShape_sid-3A13B5D3-445F-4E46-9E5C-B240FADB3D66">
        <omgdc:Bounds height="30.0" width="30.0" x="161.0" y="150.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-84B2AB82-CF24-4024-8460-0BA26C3CF8D0" id="BPMNShape_sid-84B2AB82-CF24-4024-8460-0BA26C3CF8D0">
        <omgdc:Bounds height="80.0" width="100.0" x="120.0" y="225.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8C6015D5-AC5C-4390-9A4C-F42A7D96C9AB" id="BPMNShape_sid-8C6015D5-AC5C-4390-9A4C-F42A7D96C9AB">
        <omgdc:Bounds height="79.99999999999994" width="99.99999999999999" x="125.33205029433783" y="450.00000000000006"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-33A5C677-2AC0-4FD2-83C9-968AF945F4E5" id="BPMNShape_sid-33A5C677-2AC0-4FD2-83C9-968AF945F4E5">
        <omgdc:Bounds height="28.0" width="27.99999999999997" x="255.00000000000003" y="480.00000000000006"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-EB963245-FF36-43D5-B71E-2B5AA4743159" id="BPMNEdge_sid-EB963245-FF36-43D5-B71E-2B5AA4743159">
        <omgdi:waypoint x="225.2820502943378" y="492.13306686681887"></omgdi:waypoint>
        <omgdi:waypoint x="255.01086580419894" y="493.4026777642364"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D1E15E3F-61FB-4853-95C3-C29D07A8219A" id="BPMNEdge_sid-D1E15E3F-61FB-4853-95C3-C29D07A8219A">
        <omgdi:waypoint x="354.94999999983776" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="480.0" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-425653E6-4AFA-4920-AD4B-B1C4B2F8783C" id="BPMNEdge_sid-425653E6-4AFA-4920-AD4B-B1C4B2F8783C">
        <omgdi:waypoint x="579.9499999998819" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="708.7333872842704" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-9E40C130-AC61-413B-AB65-CEE821080216" id="BPMNEdge_sid-9E40C130-AC61-413B-AB65-CEE821080216">
        <omgdi:waypoint x="175.1015876547715" y="179.92362729018805"></omgdi:waypoint>
        <omgdi:waypoint x="172.397" y="225.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-68A28319-75E1-4B68-BE45-D12D328D3B2C" id="BPMNEdge_sid-68A28319-75E1-4B68-BE45-D12D328D3B2C">
        <omgdi:waypoint x="171.77512841048997" y="409.95000000000005"></omgdi:waypoint>
        <omgdi:waypoint x="173.5547001962252" y="450.00000000000006"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-15153DD0-394F-429B-A00A-698B0421B845" id="BPMNEdge_sid-15153DD0-394F-429B-A00A-698B0421B845">
        <omgdi:waypoint x="808.6833872842002" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="891.632325938263" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-4B6D2780-B58E-4F57-8235-9F2B9C10DC2F" id="BPMNEdge_sid-4B6D2780-B58E-4F57-8235-9F2B9C10DC2F">
        <omgdi:waypoint x="44.94999797575196" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="74.99999999999278" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-EC080B70-2811-487F-8434-6053A2C1006C" id="BPMNEdge_sid-EC080B70-2811-487F-8434-6053A2C1006C">
        <omgdi:waypoint x="991.5823259382756" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="1095.0" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-156039B0-F5BD-4C91-AA76-F04D90E2C9DC" id="BPMNEdge_sid-156039B0-F5BD-4C91-AA76-F04D90E2C9DC">
        <omgdi:waypoint x="170.0" y="304.95000000000005"></omgdi:waypoint>
        <omgdi:waypoint x="170.0" y="330.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2D3096C2-D877-4E34-BEB9-57F114F19965" id="BPMNEdge_sid-2D3096C2-D877-4E34-BEB9-57F114F19965">
        <omgdi:waypoint x="174.95" y="130.0"></omgdi:waypoint>
        <omgdi:waypoint x="254.99999999997226" y="130.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
  <bpmndi:BPMNDiagram id="BPMNDiagram_sid-5E0DED5E-2667-4CD1-863F-F6014D230B35">
    <bpmndi:BPMNPlane bpmnElement="sid-5E0DED5E-2667-4CD1-863F-F6014D230B35" id="BPMNPlane_sid-5E0DED5E-2667-4CD1-863F-F6014D230B35">
      <bpmndi:BPMNShape bpmnElement="sid-6CE3E002-9141-437F-AEE4-4295544701BE" id="BPMNShape_sid-6CE3E002-9141-437F-AEE4-4295544701BE">
        <omgdc:Bounds height="80.0" width="100.0" x="786.6345766126115" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-B218BF1D-8039-4603-AD8E-05055A9320A3" id="BPMNShape_sid-B218BF1D-8039-4603-AD8E-05055A9320A3">
        <omgdc:Bounds height="40.0" width="40.0" x="932.3076463556877" y="370.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-16DD5D52-0E0E-42B1-ADEC-CC2D107CACB2" id="BPMNEdge_sid-16DD5D52-0E0E-42B1-ADEC-CC2D107CACB2">
        <omgdi:waypoint x="886.5845766126114" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="932.3076463556877" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-63ADF99C-89FA-4878-B711-CFB0BF1A90FA" id="BPMNShape_sid-63ADF99C-89FA-4878-B711-CFB0BF1A90FA">
        <omgdc:Bounds height="28.0" width="28.0" x="938.3076463556877" y="116.53845579446096"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-BB13DDAC-84EE-472D-971F-36308F6579B8" id="BPMNShape_sid-BB13DDAC-84EE-472D-971F-36308F6579B8">
        <omgdc:Bounds height="80.0" width="100.0" x="300.0" y="167.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-0AE62467-8A10-4759-ABDB-05CD3BB59994" id="BPMNShape_sid-0AE62467-8A10-4759-ABDB-05CD3BB59994">
        <omgdc:Bounds height="40.0" width="40.0" x="445.0" y="187.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-983C8C65-53F3-4DFD-8319-88ACF40CD584" id="BPMNEdge_sid-983C8C65-53F3-4DFD-8319-88ACF40CD584">
        <omgdi:waypoint x="399.95000000000005" y="207.5"></omgdi:waypoint>
        <omgdi:waypoint x="445.0" y="207.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-252E100C-7A33-45BA-8ADA-5EB3E271E2C3" id="BPMNShape_sid-252E100C-7A33-45BA-8ADA-5EB3E271E2C3">
        <omgdc:Bounds height="80.0" width="100.0" x="415.0" y="255.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD" id="BPMNShape_sid-DA346F4E-04B1-44F7-8324-C2A4B102D8AD">
        <omgdc:Bounds height="40.0" width="40.0" x="445.0" y="370.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-A26EDCDC-AE64-4263-A43E-404FB24EB463" id="BPMNEdge_sid-A26EDCDC-AE64-4263-A43E-404FB24EB463">
        <omgdi:waypoint x="465.0" y="334.95000000000005"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="370.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-06044AD9-701D-406D-B853-036315F3E8CC" id="BPMNShape_sid-06044AD9-701D-406D-B853-036315F3E8CC">
        <omgdc:Bounds height="80.0" width="100.0" x="1695.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-7E08B155-5BAF-42A3-A299-DEFCA9A29BF8" id="BPMNShape_sid-7E08B155-5BAF-42A3-A299-DEFCA9A29BF8">
        <omgdc:Bounds height="28.0" width="28.0" x="120.0" y="376.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6" id="BPMNShape_sid-2A2D6F02-33F7-4F0A-B05E-4CEF7E1D33A6">
        <omgdc:Bounds height="40.0" width="40.0" x="670.0961208181506" y="370.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-BF19C945-34EA-4FC9-BFAA-4584316F0C5D" id="BPMNEdge_sid-BF19C945-34EA-4FC9-BFAA-4584316F0C5D">
        <omgdi:waypoint x="639.9499999999891" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="670.0961208181506" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-0F7AC369-038E-422E-80BE-91364F58E092" id="BPMNShape_sid-0F7AC369-038E-422E-80BE-91364F58E092">
        <omgdc:Bounds height="30.0" width="30.0" x="225.0" y="192.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-B1636949-431F-425F-8984-900527AE3562" id="BPMNShape_sid-B1636949-431F-425F-8984-900527AE3562">
        <omgdc:Bounds height="28.0" width="28.0" x="676.0961208181506" y="116.53845579446096"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-B42A4B45-7E86-4B22-B3A9-9E799DA0022E" id="BPMNEdge_sid-B42A4B45-7E86-4B22-B3A9-9E799DA0022E">
        <omgdi:waypoint x="710.0393183732508" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="786.6345766126115" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A2B2C35B-3D38-43B4-8A04-F58B84E863B0" id="BPMNEdge_sid-A2B2C35B-3D38-43B4-8A04-F58B84E863B0">
        <omgdi:waypoint x="690.0961208181506" y="370.5"></omgdi:waypoint>
        <omgdi:waypoint x="690.0961208181506" y="296.45000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-AA7D7D5F-13AD-427A-9EC4-91C0DD539B2D" id="BPMNEdge_sid-AA7D7D5F-13AD-427A-9EC4-91C0DD539B2D">
        <omgdi:waypoint x="465.0" y="227.43861301369867"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="255.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-EA54DFB9-A071-4940-8247-EF1893EFB5CB" id="BPMNEdge_sid-EA54DFB9-A071-4940-8247-EF1893EFB5CB">
        <omgdi:waypoint x="465.0" y="187.5"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="124.95"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-4C40E392-1F4A-4694-9CE1-9DF986A9751C" id="BPMNShape_sid-4C40E392-1F4A-4694-9CE1-9DF986A9751C">
        <omgdc:Bounds height="80.0" width="100.0" x="1875.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-86978217-28C0-4C30-BCE8-661B5C7ECADF" id="BPMNShape_sid-86978217-28C0-4C30-BCE8-661B5C7ECADF">
        <omgdc:Bounds height="28.0" width="28.0" x="451.0" y="0.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-51CB0DA1-D92F-409D-9BC7-8FD43E5E6260" id="BPMNEdge_sid-51CB0DA1-D92F-409D-9BC7-8FD43E5E6260">
        <omgdi:waypoint x="1794.949999999943" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1874.99999999987" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-43D87146-AB8D-494C-8389-DC6F86BEFE0B" id="BPMNEdge_sid-43D87146-AB8D-494C-8389-DC6F86BEFE0B">
        <omgdi:waypoint x="484.9420263787893" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="539.9999999998867" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-53AA3FFD-F6D6-4688-9888-2D87971C25AE" id="BPMNShape_sid-53AA3FFD-F6D6-4688-9888-2D87971C25AE">
        <omgdc:Bounds height="80.0" width="100.0" x="640.0961208181506" y="216.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-2C4E1342-05D6-417B-BA61-7C6B72E7CD5A" id="BPMNEdge_sid-2C4E1342-05D6-417B-BA61-7C6B72E7CD5A">
        <omgdi:waypoint x="690.0961208181506" y="216.5"></omgdi:waypoint>
        <omgdi:waypoint x="690.0961208181506" y="144.48838638516023"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-3F53FC11-AF1C-4F0E-BC4B-92A7B4A0F0EB" id="BPMNShape_sid-3F53FC11-AF1C-4F0E-BC4B-92A7B4A0F0EB">
        <omgdc:Bounds height="80.0" width="100.0" x="902.3076463556877" y="216.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-9A7EC696-A971-44FC-AECA-CF9D9223288D" id="BPMNShape_sid-9A7EC696-A971-44FC-AECA-CF9D9223288D">
        <omgdc:Bounds height="80.0" width="100.0" x="225.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-48A5DA82-40F1-4BE2-AAFE-0F59F0D04B89" id="BPMNEdge_sid-48A5DA82-40F1-4BE2-AAFE-0F59F0D04B89">
        <omgdi:waypoint x="225.0" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="147.94992772783905" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-302C366C-0E53-4091-BC25-A97615E342A6" id="BPMNShape_sid-302C366C-0E53-4091-BC25-A97615E342A6">
        <omgdc:Bounds height="80.0" width="100.0" x="415.0" y="45.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-87677E0C-93F7-40B2-B0F8-555995FB7662" id="BPMNEdge_sid-87677E0C-93F7-40B2-B0F8-555995FB7662">
        <omgdi:waypoint x="465.0" y="45.0"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="27.94994329513273"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-9A46AFC2-D902-4F74-BA07-33D69A651239" id="BPMNEdge_sid-9A46AFC2-D902-4F74-BA07-33D69A651239">
        <omgdi:waypoint x="254.94999848995764" y="207.5"></omgdi:waypoint>
        <omgdi:waypoint x="300.0" y="207.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-69B2639C-6995-4003-8149-E05A58CC576C" id="BPMNShape_sid-69B2639C-6995-4003-8149-E05A58CC576C">
        <omgdc:Bounds height="80.0" width="100.0" x="1281.9230137390705" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-660D7E41-82CF-48BE-9FBE-7FDAE13A3CA8" id="BPMNEdge_sid-660D7E41-82CF-48BE-9FBE-7FDAE13A3CA8">
        <omgdi:waypoint x="1381.8730137390705" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1427.5960834821467" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-42A41F06-A3D4-4D2B-8533-9B428723EA85" id="BPMNShape_sid-42A41F06-A3D4-4D2B-8533-9B428723EA85">
        <omgdc:Bounds height="30.0" width="30.0" x="1341.9230137390705" y="416.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C93184E3-38B3-41D7-B848-57F1C90395FA" id="BPMNShape_sid-C93184E3-38B3-41D7-B848-57F1C90395FA">
        <omgdc:Bounds height="27.999999999999943" width="28.0" x="1342.9230137390705" y="495.2884371264591"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-9BDBBB4B-41FF-4FE6-A619-7F7533CDD7F2" id="BPMNEdge_sid-9BDBBB4B-41FF-4FE6-A619-7F7533CDD7F2">
        <omgdi:waypoint x="1356.9230137390705" y="446.4499969817456"></omgdi:waypoint>
        <omgdi:waypoint x="1356.9230137390705" y="495.2884371264591"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-CDFC5A81-EAD3-4BA5-BD1E-358216DB06A8" id="BPMNShape_sid-CDFC5A81-EAD3-4BA5-BD1E-358216DB06A8">
        <omgdc:Bounds height="80.0" width="100.0" x="540.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-0B344061-B105-40F0-AC76-5DC6D1759B2D" id="BPMNEdge_sid-0B344061-B105-40F0-AC76-5DC6D1759B2D">
        <omgdi:waypoint x="952.3076463556877" y="216.5"></omgdi:waypoint>
        <omgdi:waypoint x="952.3076463556877" y="144.48838638524205"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-47E8A8FB-0ED9-49A5-8604-31A72A32E0B7" id="BPMNEdge_sid-47E8A8FB-0ED9-49A5-8604-31A72A32E0B7">
        <omgdi:waypoint x="445.0" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="324.95000000000005" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-B6E96BA3-1C31-419D-BAF2-92D6046015CF" id="BPMNShape_sid-B6E96BA3-1C31-419D-BAF2-92D6046015CF">
        <omgdc:Bounds height="28.0" width="28.0" x="2055.0" y="376.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-3EC78D05-A713-4346-A3D8-F4FB60224682" id="BPMNShape_sid-3EC78D05-A713-4346-A3D8-F4FB60224682">
        <omgdc:Bounds height="80.0" width="100.0" x="1427.5960834821467" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-496B29DA-46B0-4D79-8C52-12957040DE74" id="BPMNEdge_sid-496B29DA-46B0-4D79-8C52-12957040DE74">
        <omgdi:waypoint x="1527.5460834821467" y="389.09223169482965"></omgdi:waypoint>
        <omgdi:waypoint x="1560.0" y="388.1784797937801"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-0D2D3DBF-9775-4A7A-B89D-B57582ECAD66" id="BPMNEdge_sid-0D2D3DBF-9775-4A7A-B89D-B57582ECAD66">
        <omgdi:waypoint x="1974.95" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="2055.0" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74" id="BPMNShape_sid-43B62FC9-A59B-47DF-826F-CF7323F3DE74">
        <omgdc:Bounds height="40.0" width="40.0" x="1164.7114882015335" y="370.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6F1441A0-79E5-4EC1-BAD8-4905ADB6D494" id="BPMNShape_sid-6F1441A0-79E5-4EC1-BAD8-4905ADB6D494">
        <omgdc:Bounds height="80.0" width="100.0" x="1134.7114882015335" y="216.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-E19330DE-01F2-440A-A7B9-F97061A02362" id="BPMNShape_sid-E19330DE-01F2-440A-A7B9-F97061A02362">
        <omgdc:Bounds height="28.0" width="28.0" x="1170.7114882015335" y="116.53845579446096"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-F4A58FFD-AAD6-4DAD-9081-2F866425FA62" id="BPMNEdge_sid-F4A58FFD-AAD6-4DAD-9081-2F866425FA62">
        <omgdi:waypoint x="952.3076463556877" y="370.5"></omgdi:waypoint>
        <omgdi:waypoint x="952.3076463556877" y="296.45000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-CE20D41B-1B6F-4CB4-ACA9-311B97661B22" id="BPMNShape_sid-CE20D41B-1B6F-4CB4-ACA9-311B97661B22">
        <omgdc:Bounds height="80.0" width="100.0" x="1020.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-A6571EC2-84AE-4743-BFCD-B69A054A768B" id="BPMNEdge_sid-A6571EC2-84AE-4743-BFCD-B69A054A768B">
        <omgdi:waypoint x="972.2491780640335" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1019.9999999999607" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-020645F2-F6B2-4091-891D-1DF530805F65" id="BPMNEdge_sid-020645F2-F6B2-4091-891D-1DF530805F65">
        <omgdi:waypoint x="1119.95" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1164.7114882015335" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7B8B88D0-C348-4FE6-A568-449854B69FCD" id="BPMNEdge_sid-7B8B88D0-C348-4FE6-A568-449854B69FCD">
        <omgdi:waypoint x="1204.6547168371624" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1281.923013738983" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E0B4FCAD-0F6B-4B5B-8BD6-284D0CEBE7E4" id="BPMNEdge_sid-E0B4FCAD-0F6B-4B5B-8BD6-284D0CEBE7E4">
        <omgdi:waypoint x="1184.7114882015335" y="370.5"></omgdi:waypoint>
        <omgdi:waypoint x="1184.7114882015335" y="296.45000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-8796E12C-F4E1-4C62-8B39-E9B3A34B6016" id="BPMNEdge_sid-8796E12C-F4E1-4C62-8B39-E9B3A34B6016">
        <omgdi:waypoint x="1184.7114882015335" y="216.5"></omgdi:waypoint>
        <omgdi:waypoint x="1184.7114882015335" y="144.4883863853146"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape bpmnElement="sid-8EDBE8E7-9E27-4B1D-B5C2-FBB0EAF63462" id="BPMNShape_sid-8EDBE8E7-9E27-4B1D-B5C2-FBB0EAF63462">
        <omgdc:Bounds height="80.0" width="100.0" x="1560.0" y="350.5"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-4063DA2C-043E-4829-BE59-808A0791F045" id="BPMNEdge_sid-4063DA2C-043E-4829-BE59-808A0791F045">
        <omgdi:waypoint x="1659.95" y="390.5"></omgdi:waypoint>
        <omgdi:waypoint x="1694.9999999998186" y="390.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>