<?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="SRD_MW_GE_DESIGN" name="SRD_MW_GE_DESIGN" isExecutable="true">
    <documentation>Update design for MW solution</documentation>
    <startEvent id="startEvent1" flowable:formFieldValidation="true"></startEvent>
    <scriptTask id="sid-7237C5AD-4B00-489D-9CCF-1B65E6202CFF" name="Initialize variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isThereASolution = false;
execution.setVariable("isThereASolution", isThereASolution);

execution.setVariable("coverage", "");
execution.setVariable("vendor", "Huawei");
execution.setVariable("excDistance", 100000);
execution.setVariable("description", "");


execution.setVariable("mwSites","");
execution.setVariable("fiberSites","");

println "the selected design is: " + mwOrGe;

println "*****************Process name is SRD_MW_GE_DESIGN *****************" 
for (key in execution.getVariables().keySet()) {
    println "the key is " + key + " the value is " + execution.getVariable(key)
}]]></script>
    </scriptTask>
    <scriptTask id="sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9" name="Set return" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isThereASolution = true;
execution.setVariable("isThereASolution", isThereASolution);]]></script>
    </scriptTask>
    <endEvent id="sid-29E12168-124A-4EB4-9879-799E5418EC63"></endEvent>
    <serviceTask id="sid-17CF6788-A656-45B3-8528-2A61A83E1A06" name="update service status" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[updateSrdServiceStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceName">
          <flowable:expression><![CDATA[${serviceName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceStatus">
          <flowable:string><![CDATA[AVAILABLE]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-7B160E01-D5DA-49CB-AF3E-15C3B42555F6" sourceRef="sid-17CF6788-A656-45B3-8528-2A61A83E1A06" targetRef="sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9"></sequenceFlow>
    <callActivity id="sid-CA3B6DAF-309E-49A4-99F7-D8B1A08BE0F9" name="add CE" calledElement="SRD_ADD_CUSTOMER_EQUIPMENT" flowable:calledElementType="key" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${requestId}" target="requestId"></flowable:in>
        <flowable:in sourceExpression="${serviceName}" target="serviceName"></flowable:in>
        <flowable:in sourceExpression="${serviceNetwork}" target="serviceNetwork"></flowable:in>
        <flowable:in sourceExpression="${networkType}" target="networkType"></flowable:in>
        <flowable:in sourceExpression="${vendor}" target="vendor"></flowable:in>
        <flowable:in sourceExpression="${excDistance}" target="excDistance"></flowable:in>
        <flowable:in sourceExpression="${coverage}" target="coverage"></flowable:in>
      </extensionElements>
    </callActivity>
    <exclusiveGateway id="sid-6008772C-AE84-41A3-B915-AFE83C49BB41" default="sid-99081553-6CD6-478C-AFD1-34B7637C384F"></exclusiveGateway>
    <scriptTask id="sid-917111C5-AB93-42C3-B1DD-9766F7B3D1AB" name="set networkType" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("networkType", "Fiber GE");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-3DFD8FC4-A6FF-4504-BB06-702320E43F8A" sourceRef="sid-917111C5-AB93-42C3-B1DD-9766F7B3D1AB" targetRef="sid-DCD534E7-1DB0-44D6-A366-AA67F3E21298"></sequenceFlow>
    <serviceTask id="sid-692E0FF1-CBEF-448E-A5F5-FF3F08D81479" name="add to milestone" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[addServiceToMilestone]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceName">
          <flowable:expression><![CDATA[${serviceName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="milestoneType">
          <flowable:string><![CDATA[FIBER]]></flowable:string>
        </flowable:field>
        <flowable:field name="description">
          <flowable:expression><![CDATA[${description}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-0A021FDD-6976-4354-90A1-D4365C4E10AC" sourceRef="sid-692E0FF1-CBEF-448E-A5F5-FF3F08D81479" targetRef="sid-917111C5-AB93-42C3-B1DD-9766F7B3D1AB"></sequenceFlow>
    <sequenceFlow id="sid-9F02A549-2124-45CD-B6D2-E1FB6B98067D" sourceRef="sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9" targetRef="sid-29E12168-124A-4EB4-9879-799E5418EC63"></sequenceFlow>
    <callActivity id="sid-DCD534E7-1DB0-44D6-A366-AA67F3E21298" name="add CE" calledElement="SRD_ADD_CUSTOMER_EQUIPMENT" flowable:calledElementType="key" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${requestId}" target="requestId"></flowable:in>
        <flowable:in sourceExpression="${serviceName}" target="serviceName"></flowable:in>
        <flowable:in sourceExpression="${serviceNetwork}" target="serviceNetwork"></flowable:in>
        <flowable:in sourceExpression="${networkType}" target="networkType"></flowable:in>
        <flowable:in sourceExpression="${vendor}" target="vendor"></flowable:in>
        <flowable:in sourceExpression="${excDistance}" target="excDistance"></flowable:in>
        <flowable:in sourceExpression="${coverage}" target="coverage"></flowable:in>
      </extensionElements>
    </callActivity>
    <callActivity id="sid-9D0A4512-56ED-4434-A471-CF1630876B83" name="MW solution" calledElement="SRD_NETWORK_ORDER" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:fallbackToDefaultTenant="false"></callActivity>
    <serviceTask id="sid-96203A02-4E13-4E17-BD93-CE12DE49931F" name="add to milestone" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[addServiceToMilestone]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceName">
          <flowable:expression><![CDATA[${serviceName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="milestoneType">
          <flowable:string><![CDATA[FIBER]]></flowable:string>
        </flowable:field>
        <flowable:field name="description">
          <flowable:expression><![CDATA[${description}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <scriptTask id="sid-C8D6596E-B181-4C6B-BF7C-DF771973F6B7" name="set networkType" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("networkType", "Fiber GE");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-B40774C5-83A6-4D75-A83D-FD1B32A87598" sourceRef="sid-96203A02-4E13-4E17-BD93-CE12DE49931F" targetRef="sid-C8D6596E-B181-4C6B-BF7C-DF771973F6B7"></sequenceFlow>
    <sequenceFlow id="sid-C8DBC8ED-5582-4D0C-BA51-08A382B346B8" sourceRef="sid-CA3B6DAF-309E-49A4-99F7-D8B1A08BE0F9" targetRef="sid-17E5643E-DF65-47C1-8B3F-ECC14FF5CB0D"></sequenceFlow>
    <sequenceFlow id="sid-B65C2A1B-E9CC-4FFD-8912-809F5F2F707A" sourceRef="sid-C8D6596E-B181-4C6B-BF7C-DF771973F6B7" targetRef="sid-CA3B6DAF-309E-49A4-99F7-D8B1A08BE0F9"></sequenceFlow>
    <callActivity id="sid-E2769C9F-0469-47AB-9243-8A7B478B357F" name="add CE" calledElement="SRD_ADD_CUSTOMER_EQUIPMENT" flowable:calledElementType="key" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${requestId}" target="requestId"></flowable:in>
        <flowable:in sourceExpression="${serviceName}" target="serviceName"></flowable:in>
        <flowable:in sourceExpression="${serviceNetwork}" target="serviceNetwork"></flowable:in>
        <flowable:in sourceExpression="${networkType}" target="networkType"></flowable:in>
        <flowable:in sourceExpression="${vendor}" target="vendor"></flowable:in>
        <flowable:in sourceExpression="${excDistance}" target="excDistance"></flowable:in>
        <flowable:in sourceExpression="${coverage}" target="coverage"></flowable:in>
      </extensionElements>
    </callActivity>
    <sequenceFlow id="sid-3D17D22F-812B-4420-8F6C-E3E9CBEFD5A3" sourceRef="sid-D4BF9689-00BA-4168-B49A-369C3D3F2153" targetRef="sid-E2769C9F-0469-47AB-9243-8A7B478B357F"></sequenceFlow>
    <scriptTask id="sid-D4BF9689-00BA-4168-B49A-369C3D3F2153" name="set networkType" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.setVariable("networkType", "MW");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-D0F8716B-0606-46C8-92D2-A0061AB34FDF" sourceRef="sid-E2769C9F-0469-47AB-9243-8A7B478B357F" targetRef="sid-17CF6788-A656-45B3-8528-2A61A83E1A06"></sequenceFlow>
    <sequenceFlow id="sid-E14160C8-37DA-4637-82E1-69C932A8E158" sourceRef="sid-DCD534E7-1DB0-44D6-A366-AA67F3E21298" targetRef="sid-17CF6788-A656-45B3-8528-2A61A83E1A06"></sequenceFlow>
    <serviceTask id="sid-17E5643E-DF65-47C1-8B3F-ECC14FF5CB0D" name="add to milestone" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[addServiceToMilestone]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceName">
          <flowable:expression><![CDATA[${serviceName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="milestoneType">
          <flowable:string><![CDATA[MW]]></flowable:string>
        </flowable:field>
        <flowable:field name="description">
          <flowable:expression><![CDATA[${description}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-627DC933-CEF8-42DD-A675-F9FD4EA6FCBF" sourceRef="sid-17E5643E-DF65-47C1-8B3F-ECC14FF5CB0D" targetRef="sid-D4BF9689-00BA-4168-B49A-369C3D3F2153"></sequenceFlow>
    <exclusiveGateway id="sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF" default="sid-BA11C400-B8AA-423A-9711-70C50783B17E"></exclusiveGateway>
    <endEvent id="sid-55D57FE6-1A54-4637-AF28-17C834E24CA3"></endEvent>
    <sequenceFlow id="sid-E5A1BFE9-DA37-465A-A025-51F7091AE298" sourceRef="startEvent1" targetRef="sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF"></sequenceFlow>
    <exclusiveGateway id="sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9" default="sid-7D05D1A5-9350-4242-A5E8-16FF4F4AEAFA"></exclusiveGateway>
    <scriptTask id="sid-D615C7E6-3113-4368-81DD-15B81FABA6B3" name="Initialize variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "<<< Start Selecting New Design>>>"

execution.setVariable("defaultTowerNeeded", true);

if(execution.getVariable("isTowerNeeded")==null ){
	execution.setVariable('isTowerNeeded', defaultTowerNeeded);	
}

println "is tower needed: " + isTowerNeeded;

execution.setVariable("newDesignSelection", mwOrGe);

println "new design selection: " + newDesignSelection;

execution.setVariable("selectedDesign", "");]]></script>
    </scriptTask>
    <serviceTask id="sid-279B8A11-EFC0-4461-A210-5B87C5A80B01" name="New Design" flowable:type="dmn">
      <extensionElements>
        <flowable:field name="decisionTableReferenceKey">
          <flowable:string><![CDATA[SRD_NEW_DESIGN_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-90F58A85-710A-41A3-9BF3-59EDCE436A66" sourceRef="sid-D615C7E6-3113-4368-81DD-15B81FABA6B3" targetRef="sid-279B8A11-EFC0-4461-A210-5B87C5A80B01"></sequenceFlow>
    <callActivity id="sid-7D3A8EFE-6934-4FD9-B196-FECFC711393B" name="Selected Design" calledElement="${selectedDesign}" flowable:calledElementType="key" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${serviceName}" target="serviceName"></flowable:in>
        <flowable:in sourceExpression="${requestId}" target="requestId"></flowable:in>
        <flowable:in sourceExpression="${reviewTask}" target="reviewTask"></flowable:in>
        <flowable:in sourceExpression="${taskToReviewList}" target="taskToReviewList"></flowable:in>
        <flowable:in sourceExpression="${isTowerNeeded}" target="isTowerNeeded"></flowable:in>
      </extensionElements>
    </callActivity>
    <sequenceFlow id="sid-58DB5C02-254C-43D1-B7F9-352397F0A990" sourceRef="sid-7D3A8EFE-6934-4FD9-B196-FECFC711393B" targetRef="sid-28537624-5ECD-433A-8802-53839E007E47"></sequenceFlow>
    <sequenceFlow id="sid-6598983B-9196-4BC9-B602-546C8516A34B" sourceRef="sid-279B8A11-EFC0-4461-A210-5B87C5A80B01" targetRef="sid-7D3A8EFE-6934-4FD9-B196-FECFC711393B"></sequenceFlow>
    <sequenceFlow id="sid-BA11C400-B8AA-423A-9711-70C50783B17E" name="review" sourceRef="sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF" targetRef="sid-27576F50-D8B1-404C-A26E-F5B3DB8A5034"></sequenceFlow>
    <scriptTask id="sid-06C750A1-49F6-46C4-A21B-B436E76F9C0C" name="Set return" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isThereASolution = true;
execution.setVariable("isThereASolution", isThereASolution);]]></script>
    </scriptTask>
    <endEvent id="sid-10E306A7-2CDA-4EE1-BF72-20A736CC0F1A"></endEvent>
    <sequenceFlow id="sid-05522DA2-088C-4CDD-80CE-BDB77D0A10C8" sourceRef="sid-06C750A1-49F6-46C4-A21B-B436E76F9C0C" targetRef="sid-10E306A7-2CDA-4EE1-BF72-20A736CC0F1A"></sequenceFlow>
    <serviceTask id="sid-28537624-5ECD-433A-8802-53839E007E47" name="update service status" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[updateSrdServiceStatus]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceName">
          <flowable:expression><![CDATA[${serviceName}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="serviceStatus">
          <flowable:string><![CDATA[UNAVAILABLE]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-2882B07A-05B9-491D-84A3-0A2FA70FDFD7" sourceRef="sid-28537624-5ECD-433A-8802-53839E007E47" targetRef="sid-06C750A1-49F6-46C4-A21B-B436E76F9C0C"></sequenceFlow>
    <sequenceFlow id="sid-A1595715-5A36-4F5F-8E15-B2E7560D164E" sourceRef="sid-7237C5AD-4B00-489D-9CCF-1B65E6202CFF" targetRef="sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9"></sequenceFlow>
    <sequenceFlow id="sid-7D05D1A5-9350-4242-A5E8-16FF4F4AEAFA" sourceRef="sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9" targetRef="sid-6008772C-AE84-41A3-B915-AFE83C49BB41"></sequenceFlow>
    <serviceTask id="sid-38ABCC08-7986-4D79-90EE-F911CC330633" name="request log" flowable:class="com.mobinets.nep.client.workflow.soap.SoapDelegate">
      <extensionElements>
        <flowable:field name="service">
          <flowable:string><![CDATA[SrdInternalApi]]></flowable:string>
        </flowable:field>
        <flowable:field name="operation">
          <flowable:string><![CDATA[saveRequestLog]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="category">
          <flowable:string><![CDATA[MW and GE]]></flowable:string>
        </flowable:field>
        <flowable:field name="name">
          <flowable:string><![CDATA[Default Design]]></flowable:string>
        </flowable:field>
        <flowable:field name="message">
          <flowable:string><![CDATA[The default design has been chosen, so MW and GE design have started]]></flowable:string>
        </flowable:field>
        <flowable:field name="type">
          <flowable:string><![CDATA[Task]]></flowable:string>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <sequenceFlow id="sid-1A5BEB17-7CE6-4187-9E5C-1D53386CEB2F" sourceRef="sid-38ABCC08-7986-4D79-90EE-F911CC330633" targetRef="sid-96203A02-4E13-4E17-BD93-CE12DE49931F"></sequenceFlow>
    <sequenceFlow id="sid-6B2670AF-BF58-4EFF-96F4-2D9B8C586578" name="GE" sourceRef="sid-6008772C-AE84-41A3-B915-AFE83C49BB41" targetRef="sid-692E0FF1-CBEF-448E-A5F5-FF3F08D81479">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${mwOrGe.toLowerCase().contains("ge")==true && mwOrGe.toLowerCase().contains("mw")==false}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-99081553-6CD6-478C-AFD1-34B7637C384F" name="GE and MW" sourceRef="sid-6008772C-AE84-41A3-B915-AFE83C49BB41" targetRef="sid-38ABCC08-7986-4D79-90EE-F911CC330633"></sequenceFlow>
    <scriptTask id="sid-27576F50-D8B1-404C-A26E-F5B3DB8A5034" name="Initialize variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isThereASolution = true;
execution.setVariable("isThereASolution", isThereASolution);

execution.setVariable("mwSites","");
execution.setVariable("fiberSites","");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-214FCB8C-E302-4CEB-A3B6-87E5917DB207" sourceRef="sid-27576F50-D8B1-404C-A26E-F5B3DB8A5034" targetRef="sid-55D57FE6-1A54-4637-AF28-17C834E24CA3"></sequenceFlow>
    <sequenceFlow id="sid-BF354AD4-7CF6-4ED5-9AB9-94F35F7CD1E9" sourceRef="sid-9D0A4512-56ED-4434-A471-CF1630876B83" targetRef="sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9"></sequenceFlow>
    <scriptTask id="sid-759D286B-3A0B-46DD-B065-F2A7841C9AB1" name="add variable" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isMW = true;
execution.setVariable("isMW", isMW);]]></script>
    </scriptTask>
    <sequenceFlow id="sid-35544180-9F5E-46E5-8C06-7C99AF65F151" sourceRef="sid-759D286B-3A0B-46DD-B065-F2A7841C9AB1" targetRef="sid-9D0A4512-56ED-4434-A471-CF1630876B83"></sequenceFlow>
    <sequenceFlow id="sid-4EEFCE58-8032-4AD2-B98B-D04044459885" name="no review" sourceRef="sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF" targetRef="sid-7237C5AD-4B00-489D-9CCF-1B65E6202CFF">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!reviewTask}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-9E0E009F-DF79-4C81-B346-4728192D8A81" name="MW" sourceRef="sid-6008772C-AE84-41A3-B915-AFE83C49BB41" targetRef="sid-759D286B-3A0B-46DD-B065-F2A7841C9AB1">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${mwOrGe.toLowerCase().contains("mw")==true && mwOrGe.toLowerCase().contains("ge")==false}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-CC4159B8-091C-4617-81AF-436E7ED66D65" sourceRef="sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9" targetRef="sid-D615C7E6-3113-4368-81DD-15B81FABA6B3">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${(mwOrGe.toLowerCase().contains("new") || mwOrGe.toLowerCase().contains("vsat")) 
    && !mwOrGe.toLowerCase().contains("new mw")}]]></conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_SRD_MW_GE_DESIGN">
    <bpmndi:BPMNPlane bpmnElement="SRD_MW_GE_DESIGN" id="BPMNPlane_SRD_MW_GE_DESIGN">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="194.9999941885473" y="324.9999724328535"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-7237C5AD-4B00-489D-9CCF-1B65E6202CFF" id="BPMNShape_sid-7237C5AD-4B00-489D-9CCF-1B65E6202CFF">
        <omgdc:Bounds height="80.00000000000023" width="100.0" x="659.9999400973356" y="299.99998211860736"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9" id="BPMNShape_sid-D68DC03A-F1E1-4D9C-ABED-F35A93CE5BF9">
        <omgdc:Bounds height="80.00000000000011" width="100.0" x="2397.7604485190955" y="446.1060268304409"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-29E12168-124A-4EB4-9879-799E5418EC63" id="BPMNShape_sid-29E12168-124A-4EB4-9879-799E5418EC63">
        <omgdc:Bounds height="28.0" width="28.0" x="2560.0" y="472.10602683044067"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-17CF6788-A656-45B3-8528-2A61A83E1A06" id="BPMNShape_sid-17CF6788-A656-45B3-8528-2A61A83E1A06">
        <omgdc:Bounds height="80.0" width="100.00000000000091" x="2210.5021253313353" y="446.1060268304409"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-CA3B6DAF-309E-49A4-99F7-D8B1A08BE0F9" id="BPMNShape_sid-CA3B6DAF-309E-49A4-99F7-D8B1A08BE0F9">
        <omgdc:Bounds height="80.00000000000006" width="99.99999999999909" x="1549.7475252138138" y="446.10602683044084"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-6008772C-AE84-41A3-B915-AFE83C49BB41" id="BPMNShape_sid-6008772C-AE84-41A3-B915-AFE83C49BB41">
        <omgdc:Bounds height="40.0" width="40.0" x="885.3030806058448" y="466.10602683044084"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-917111C5-AB93-42C3-B1DD-9766F7B3D1AB" id="BPMNShape_sid-917111C5-AB93-42C3-B1DD-9766F7B3D1AB">
        <omgdc:Bounds height="81.0" width="106.00000000000023" x="1208.3082721546941" y="338.64501668904927"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-692E0FF1-CBEF-448E-A5F5-FF3F08D81479" id="BPMNShape_sid-692E0FF1-CBEF-448E-A5F5-FF3F08D81479">
        <omgdc:Bounds height="80.0" width="100.0" x="1024.7475252138136" y="338.64501668904927"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-DCD534E7-1DB0-44D6-A366-AA67F3E21298" id="BPMNShape_sid-DCD534E7-1DB0-44D6-A366-AA67F3E21298">
        <omgdc:Bounds height="80.0" width="99.99999999999909" x="1369.7475252138138" y="338.64501668904927"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-9D0A4512-56ED-4434-A471-CF1630876B83" id="BPMNShape_sid-9D0A4512-56ED-4434-A471-CF1630876B83">
        <omgdc:Bounds height="80.0" width="99.99999999999909" x="1369.7475252138138" y="553.5670369718323"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-96203A02-4E13-4E17-BD93-CE12DE49931F" id="BPMNShape_sid-96203A02-4E13-4E17-BD93-CE12DE49931F">
        <omgdc:Bounds height="80.00000000000006" width="100.0" x="1204.7475252138138" y="446.1060268304406"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C8D6596E-B181-4C6B-BF7C-DF771973F6B7" id="BPMNShape_sid-C8D6596E-B181-4C6B-BF7C-DF771973F6B7">
        <omgdc:Bounds height="79.0" width="109.00000000000023" x="1388.3082721546941" y="446.1060268304409"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-E2769C9F-0469-47AB-9243-8A7B478B357F" id="BPMNShape_sid-E2769C9F-0469-47AB-9243-8A7B478B357F">
        <omgdc:Bounds height="80.0" width="100.0" x="2035.2461862193759" y="446.1060268304409"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D4BF9689-00BA-4168-B49A-369C3D3F2153" id="BPMNShape_sid-D4BF9689-00BA-4168-B49A-369C3D3F2153">
        <omgdc:Bounds height="80.00000000000006" width="108.0" x="1859.9902471074174" y="446.10602683044084"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-17E5643E-DF65-47C1-8B3F-ECC14FF5CB0D" id="BPMNShape_sid-17E5643E-DF65-47C1-8B3F-ECC14FF5CB0D">
        <omgdc:Bounds height="80.0" width="100.0" x="1700.6666660965457" y="446.1060268304409"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF" id="BPMNShape_sid-458FF26E-6EA2-4C5A-AD47-88DF4722F6DF">
        <omgdc:Bounds height="40.0" width="40.00000000000006" x="479.99998569488565" y="319.9999725818651"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-55D57FE6-1A54-4637-AF28-17C834E24CA3" id="BPMNShape_sid-55D57FE6-1A54-4637-AF28-17C834E24CA3">
        <omgdc:Bounds height="28.00000000000003" width="28.0" x="195.99998834729251" y="239.99999284744283"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9" id="BPMNShape_sid-C50DF577-F78D-4E5F-9607-4FA11016BDA9">
        <omgdc:Bounds height="40.0" width="40.0" x="689.9999794363981" y="466.1060129393993"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-D615C7E6-3113-4368-81DD-15B81FABA6B3" id="BPMNShape_sid-D615C7E6-3113-4368-81DD-15B81FABA6B3">
        <omgdc:Bounds height="80.00000000000023" width="100.0" x="659.9999597668666" y="659.9999803304678"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-279B8A11-EFC0-4461-A210-5B87C5A80B01" id="BPMNShape_sid-279B8A11-EFC0-4461-A210-5B87C5A80B01">
        <omgdc:Bounds height="80.0" width="100.0" x="809.9999758601195" y="663.9999592304248"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-7D3A8EFE-6934-4FD9-B196-FECFC711393B" id="BPMNShape_sid-7D3A8EFE-6934-4FD9-B196-FECFC711393B">
        <omgdc:Bounds height="80.0" width="100.00000000000011" x="959.9999713897713" y="664.9999591708203"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-06C750A1-49F6-46C4-A21B-B436E76F9C0C" id="BPMNShape_sid-06C750A1-49F6-46C4-A21B-B436E76F9C0C">
        <omgdc:Bounds height="80.00000000000011" width="100.0" x="1324.9999664723882" y="664.9999393522777"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-10E306A7-2CDA-4EE1-BF72-20A736CC0F1A" id="BPMNShape_sid-10E306A7-2CDA-4EE1-BF72-20A736CC0F1A">
        <omgdc:Bounds height="28.0" width="28.0" x="1469.9999664723882" y="690.9999393522778"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-28537624-5ECD-433A-8802-53839E007E47" id="BPMNShape_sid-28537624-5ECD-433A-8802-53839E007E47">
        <omgdc:Bounds height="80.0" width="100.00000000000091" x="1139.9999660253534" y="664.9999393522777"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-38ABCC08-7986-4D79-90EE-F911CC330633" id="BPMNShape_sid-38ABCC08-7986-4D79-90EE-F911CC330633">
        <omgdc:Bounds height="80.00000000000006" width="100.0" x="1024.7474946739583" y="449.0155970444916"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-27576F50-D8B1-404C-A26E-F5B3DB8A5034" id="BPMNShape_sid-27576F50-D8B1-404C-A26E-F5B3DB8A5034">
        <omgdc:Bounds height="80.0000000000002" width="100.0" x="254.99999620020395" y="213.9999896585944"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-759D286B-3A0B-46DD-B065-F2A7841C9AB1" id="BPMNShape_sid-759D286B-3A0B-46DD-B065-F2A7841C9AB1">
        <omgdc:Bounds height="80.00000000000023" width="100.0" x="1139.9999660253538" y="553.5670369718322"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-05522DA2-088C-4CDD-80CE-BDB77D0A10C8" id="BPMNEdge_sid-05522DA2-088C-4CDD-80CE-BDB77D0A10C8">
        <omgdi:waypoint x="1424.949966472131" y="704.9999393522778"></omgdi:waypoint>
        <omgdi:waypoint x="1469.9999664723882" y="704.9999393522778"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-3DFD8FC4-A6FF-4504-BB06-702320E43F8A" id="BPMNEdge_sid-3DFD8FC4-A6FF-4504-BB06-702320E43F8A">
        <omgdi:waypoint x="1314.2582721546887" y="378.9777601570451"></omgdi:waypoint>
        <omgdi:waypoint x="1369.74752521381" y="378.8026480810041"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-B65C2A1B-E9CC-4FFD-8912-809F5F2F707A" id="BPMNEdge_sid-B65C2A1B-E9CC-4FFD-8912-809F5F2F707A">
        <omgdi:waypoint x="1497.2582721546755" y="485.7795015951624"></omgdi:waypoint>
        <omgdi:waypoint x="1549.7475252137922" y="485.9467295258297"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2882B07A-05B9-491D-84A3-0A2FA70FDFD7" id="BPMNEdge_sid-2882B07A-05B9-491D-84A3-0A2FA70FDFD7">
        <omgdi:waypoint x="1239.9499660253543" y="704.9999393522777"></omgdi:waypoint>
        <omgdi:waypoint x="1324.9999664722234" y="704.9999393522778"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A1595715-5A36-4F5F-8E15-B2E7560D164E" id="BPMNEdge_sid-A1595715-5A36-4F5F-8E15-B2E7560D164E">
        <omgdi:waypoint x="710.1362003281304" y="379.94998211860764"></omgdi:waypoint>
        <omgdi:waypoint x="710.4315305885457" y="466.53756409154687"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7D05D1A5-9350-4242-A5E8-16FF4F4AEAFA" id="BPMNEdge_sid-7D05D1A5-9350-4242-A5E8-16FF4F4AEAFA">
        <omgdi:waypoint x="729.4938431201684" y="486.55712161788216"></omgdi:waypoint>
        <omgdi:waypoint x="885.354281650941" y="486.1570998729242"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-35544180-9F5E-46E5-8C06-7C99AF65F151" id="BPMNEdge_sid-35544180-9F5E-46E5-8C06-7C99AF65F151">
        <omgdi:waypoint x="1239.949966025354" y="593.5670369718323"></omgdi:waypoint>
        <omgdi:waypoint x="1369.7475252138138" y="593.5670369718323"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-627DC933-CEF8-42DD-A675-F9FD4EA6FCBF" id="BPMNEdge_sid-627DC933-CEF8-42DD-A675-F9FD4EA6FCBF">
        <omgdi:waypoint x="1800.6166660963927" y="486.1060268304409"></omgdi:waypoint>
        <omgdi:waypoint x="1859.9902471073938" y="486.1060268304409"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E5A1BFE9-DA37-465A-A025-51F7091AE298" id="BPMNEdge_sid-E5A1BFE9-DA37-465A-A025-51F7091AE298">
        <omgdi:waypoint x="224.94996797395385" y="340.0257041153935"></omgdi:waypoint>
        <omgdi:waypoint x="480.4655029249518" y="340.4654898119401"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-9F02A549-2124-45CD-B6D2-E1FB6B98067D" id="BPMNEdge_sid-9F02A549-2124-45CD-B6D2-E1FB6B98067D">
        <omgdi:waypoint x="2497.7104485190157" y="486.10602683044084"></omgdi:waypoint>
        <omgdi:waypoint x="2560.0" y="486.1060268304407"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-6598983B-9196-4BC9-B602-546C8516A34B" id="BPMNEdge_sid-6598983B-9196-4BC9-B602-546C8516A34B">
        <omgdi:waypoint x="909.9499758601195" y="704.3329592205007"></omgdi:waypoint>
        <omgdi:waypoint x="959.9999713897615" y="704.666625847421"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7B160E01-D5DA-49CB-AF3E-15C3B42555F6" id="BPMNEdge_sid-7B160E01-D5DA-49CB-AF3E-15C3B42555F6">
        <omgdi:waypoint x="2260.5021253313357" y="486.1060268304409"></omgdi:waypoint>
        <omgdi:waypoint x="2397.760448519002" y="486.10602683044095"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-9E0E009F-DF79-4C81-B346-4728192D8A81" id="BPMNEdge_sid-9E0E009F-DF79-4C81-B346-4728192D8A81">
        <omgdi:waypoint x="905.8030806058448" y="505.5471767364735"></omgdi:waypoint>
        <omgdi:waypoint x="905.8030806058448" y="593.5670369718323"></omgdi:waypoint>
        <omgdi:waypoint x="1139.9999660248575" y="593.5670369718323"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-0A021FDD-6976-4354-90A1-D4365C4E10AC" id="BPMNEdge_sid-0A021FDD-6976-4354-90A1-D4365C4E10AC">
        <omgdi:waypoint x="1124.6975252138009" y="378.7788872937158"></omgdi:waypoint>
        <omgdi:waypoint x="1208.3082721546768" y="379.00297180321706"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BF354AD4-7CF6-4ED5-9AB9-94F35F7CD1E9" id="BPMNEdge_sid-BF354AD4-7CF6-4ED5-9AB9-94F35F7CD1E9">
        <omgdi:waypoint x="1469.6975252130203" y="593.5670369718323"></omgdi:waypoint>
        <omgdi:waypoint x="2431.5021253313357" y="593.5670369718323"></omgdi:waypoint>
        <omgdi:waypoint x="2431.5021253313357" y="526.056026830441"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-4EEFCE58-8032-4AD2-B98B-D04044459885" id="BPMNEdge_sid-4EEFCE58-8032-4AD2-B98B-D04044459885">
        <omgdi:waypoint x="519.4907667601623" y="340.45451889554454"></omgdi:waypoint>
        <omgdi:waypoint x="659.9999400973356" y="340.1191922812586"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BA11C400-B8AA-423A-9711-70C50783B17E" id="BPMNEdge_sid-BA11C400-B8AA-423A-9711-70C50783B17E">
        <omgdi:waypoint x="500.4999856948857" y="320.4999725818651"></omgdi:waypoint>
        <omgdi:waypoint x="500.4999856948857" y="253.99999284744285"></omgdi:waypoint>
        <omgdi:waypoint x="354.94999616678837" y="253.9999904733412"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-99081553-6CD6-478C-AFD1-34B7637C384F" id="BPMNEdge_sid-99081553-6CD6-478C-AFD1-34B7637C384F">
        <omgdi:waypoint x="924.481235913803" y="486.87250067840847"></omgdi:waypoint>
        <omgdi:waypoint x="1024.7474946739544" y="488.30247189402667"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-CC4159B8-091C-4617-81AF-436E7ED66D65" id="BPMNEdge_sid-CC4159B8-091C-4617-81AF-436E7ED66D65">
        <omgdi:waypoint x="710.4553545242164" y="505.5960510382695"></omgdi:waypoint>
        <omgdi:waypoint x="710.0935696567899" y="659.9999803304678"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-6B2670AF-BF58-4EFF-96F4-2D9B8C586578" id="BPMNEdge_sid-6B2670AF-BF58-4EFF-96F4-2D9B8C586578">
        <omgdi:waypoint x="905.8030806058448" y="466.6060268304408"></omgdi:waypoint>
        <omgdi:waypoint x="905.8030806058448" y="378.64501668904927"></omgdi:waypoint>
        <omgdi:waypoint x="1024.7475252136994" y="378.64501668904927"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-B40774C5-83A6-4D75-A83D-FD1B32A87598" id="BPMNEdge_sid-B40774C5-83A6-4D75-A83D-FD1B32A87598">
        <omgdi:waypoint x="1304.6975252137859" y="485.97309106151147"></omgdi:waypoint>
        <omgdi:waypoint x="1388.3082721546875" y="485.7507938828048"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-90F58A85-710A-41A3-9BF3-59EDCE436A66" id="BPMNEdge_sid-90F58A85-710A-41A3-9BF3-59EDCE436A66">
        <omgdi:waypoint x="759.9499597668632" y="701.3319731612462"></omgdi:waypoint>
        <omgdi:waypoint x="809.9999758601182" y="702.6666330734895"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E14160C8-37DA-4637-82E1-69C932A8E158" id="BPMNEdge_sid-E14160C8-37DA-4637-82E1-69C932A8E158">
        <omgdi:waypoint x="1469.697525213635" y="378.64501668904927"></omgdi:waypoint>
        <omgdi:waypoint x="2260.5021253313357" y="378.64501668904927"></omgdi:waypoint>
        <omgdi:waypoint x="2260.5021253313357" y="446.1060268304409"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-1A5BEB17-7CE6-4187-9E5C-1D53386CEB2F" id="BPMNEdge_sid-1A5BEB17-7CE6-4187-9E5C-1D53386CEB2F">
        <omgdi:waypoint x="1124.6974946739583" y="488.2073832332703"></omgdi:waypoint>
        <omgdi:waypoint x="1204.7475252138138" y="486.9134324278506"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-3D17D22F-812B-4420-8F6C-E3E9CBEFD5A3" id="BPMNEdge_sid-3D17D22F-812B-4420-8F6C-E3E9CBEFD5A3">
        <omgdi:waypoint x="1967.94024710741" y="486.1060268304409"></omgdi:waypoint>
        <omgdi:waypoint x="2035.2461862192727" y="486.1060268304409"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-C8DBC8ED-5582-4D0C-BA51-08A382B346B8" id="BPMNEdge_sid-C8DBC8ED-5582-4D0C-BA51-08A382B346B8">
        <omgdi:waypoint x="1649.697525213795" y="486.1060268304409"></omgdi:waypoint>
        <omgdi:waypoint x="1700.6666660965457" y="486.1060268304409"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-58DB5C02-254C-43D1-B7F9-352397F0A990" id="BPMNEdge_sid-58DB5C02-254C-43D1-B7F9-352397F0A990">
        <omgdi:waypoint x="1059.9499713897715" y="704.9999536656693"></omgdi:waypoint>
        <omgdi:waypoint x="1139.9999660250598" y="704.9999448519233"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D0F8716B-0606-46C8-92D2-A0061AB34FDF" id="BPMNEdge_sid-D0F8716B-0606-46C8-92D2-A0061AB34FDF">
        <omgdi:waypoint x="2135.1961862193757" y="486.1060268304409"></omgdi:waypoint>
        <omgdi:waypoint x="2210.502125331104" y="486.1060268304409"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-214FCB8C-E302-4CEB-A3B6-87E5917DB207" id="BPMNEdge_sid-214FCB8C-E302-4CEB-A3B6-87E5917DB207">
        <omgdi:waypoint x="254.99999514202426" y="253.99999133525725"></omgdi:waypoint>
        <omgdi:waypoint x="223.94992444343382" y="253.99999237750734"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>