<?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_MPLS_GOLD" name="SRD_MPLS_GOLD" isExecutable="true">
    <documentation>null</documentation>
    <startEvent id="sid-AE12455A-9339-4811-936C-2C4B016EE8F2" flowable:formFieldValidation="true"></startEvent>
    <serviceTask id="sid-E8C00B35-1EB6-44E1-9D9A-EBBB8298AA4F" name="get possible trails for HQ" flowable:async="true" 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[getMplsGoldTrails]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="siteLat">
          <flowable:expression><![CDATA[${siteA.latitude}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="siteLong">
          <flowable:expression><![CDATA[${siteA.longitude}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="maxDpDistanceInMeters">
          <flowable:string><![CDATA[300]]></flowable:string>
        </flowable:field>
        <flowable:field name="maxExchangeDistanceInMeters">
          <flowable:expression><![CDATA[${maxDistanceInMeters}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="bandwidth">
          <flowable:expression><![CDATA[${bandwidth}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="maxApDistanceInMeters">
          <flowable:string><![CDATA[300]]></flowable:string>
        </flowable:field>
        <flowable:field name="coordinateFormat">
          <flowable:expression><![CDATA[${systemCoordinatesSiteA}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <exclusiveGateway id="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347" default="sid-A41B8179-A04C-49C3-9C30-536783E63D32"></exclusiveGateway>
    <serviceTask id="sid-5AB875CD-2E56-42C3-881F-9308BD162C17" name="max distance from Exc by bandwith" flowable:type="dmn">
      <extensionElements>
        <flowable:field name="decisionTableReferenceKey">
          <flowable:string><![CDATA[SDR_EXCHANGE_DISTANCE_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>
    <callActivity id="sid-39DE6569-F4D7-444F-AD63-A03E09121F9B" name="copper design" flowable:async="true" calledElement="SRD_COPPER_FEASIBILITY" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:out sourceExpression="${isActiveAvailable}" target="isActiveCopperAvailable"></flowable:out>
        <flowable:out sourceExpression="${isPassiveAvailable}" target="isPassiveCopperAvailable"></flowable:out>
        <flowable:out sourceExpression="${maxDistance}" target="maxCopperDistance"></flowable:out>
        <flowable:out sourceExpression="${siteLat}" target="copperSiteLat"></flowable:out>
        <flowable:out sourceExpression="${siteLong}" target="copperSiteLong"></flowable:out>
        <flowable:out sourceExpression="${coordinateFormat}" target="copperCoordinateFormat"></flowable:out>
        <flowable:out sourceExpression="${bswAutoCreated}" target="copperBswAutoCreated"></flowable:out>
        <flowable:out sourceExpression="${vendor}" target="copperVendor"></flowable:out>
        <flowable:out sourceExpression="${excDistance}" target="copperExcDistance"></flowable:out>
        <flowable:out sourceExpression="${coverage}" target="copperCoverage"></flowable:out>
        <flowable:out sourceExpression="${bswAvailable}" target="copperBswAvailable"></flowable:out>
        <flowable:out sourceExpression="${freeTrails}" target="isThereACOPPERSolution"></flowable:out>
      </extensionElements>
    </callActivity>
    <sequenceFlow id="sid-6622F0A9-635C-46FE-A3B9-68D613A5E4FB" sourceRef="sid-39DE6569-F4D7-444F-AD63-A03E09121F9B" targetRef="sid-A489931C-9947-4E1E-B97C-B1F7445B106B"></sequenceFlow>
    <callActivity id="sid-A489931C-9947-4E1E-B97C-B1F7445B106B" name="gpon design" flowable:async="true" calledElement="SRD_GPON_FEASIBILITY" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:out sourceExpression="${isActiveAvailable}" target="isActiveGponAvailable"></flowable:out>
        <flowable:out sourceExpression="${isPassiveAvailable}" target="isPassiveGponAvailable"></flowable:out>
        <flowable:out sourceExpression="${siteLat}" target="gponSiteLat"></flowable:out>
        <flowable:out sourceExpression="${siteLong}" target="gponSiteLong"></flowable:out>
        <flowable:out sourceExpression="${coordinateFormat}" target="gponCoordinateFormat"></flowable:out>
        <flowable:out sourceExpression="${vendor}" target="gponVendor"></flowable:out>
        <flowable:out sourceExpression="${coverage}" target="gponCoverage"></flowable:out>
        <flowable:out sourceExpression="${excDistance}" target="gponExcDistance"></flowable:out>
        <flowable:out sourceExpression="${isFtbAtbConnected}" target="isFtbAtbConnected"></flowable:out>
        <flowable:out sourceExpression="${isThereAgponSolution}" target="isThereAGPONSolution"></flowable:out>
      </extensionElements>
    </callActivity>
    <sequenceFlow id="sid-72EF6EEB-689D-493F-892D-22DC3265A179" sourceRef="sid-A489931C-9947-4E1E-B97C-B1F7445B106B" targetRef="sid-F6D59A36-A043-43AB-A770-15DADDD45F14"></sequenceFlow>
    <callActivity id="sid-F6D59A36-A043-43AB-A770-15DADDD45F14" name="obb design" flowable:async="true" calledElement="SRD_OBB_FEASIBILITY" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:out sourceExpression="${isThereAnObbSolution}" target="isThereAnOBBSolution"></flowable:out>
        <flowable:out sourceExpression="${obbTag}" target="obbTag"></flowable:out>
      </extensionElements>
    </callActivity>
    <sequenceFlow id="sid-A7BC6B6B-DFAB-450A-B5CF-FA4C89B9C20C" sourceRef="sid-F6D59A36-A043-43AB-A770-15DADDD45F14" targetRef="sid-1099A73D-35E2-45E5-ADA1-45B9BE985D39"></sequenceFlow>
    <callActivity id="sid-1099A73D-35E2-45E5-ADA1-45B9BE985D39" name="wfbb design" flowable:async="true" calledElement="SRD_MOBILE_COVERAGE_WFBB_FEASIBILITY" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:out sourceExpression="${isThereAnWfbbSolution}" target="isThereAWFBBSolution"></flowable:out>
        <flowable:out sourceExpression="${wfbbCheck}" target="wfbbCheck"></flowable:out>
        <flowable:out sourceExpression="${coverage}" target="wfbbCoverage"></flowable:out>
        <flowable:out sourceExpression="${vendor}" target="wfbbVendor"></flowable:out>
        <flowable:out sourceExpression="${excDistance}" target="wfbbExcDistance"></flowable:out>
      </extensionElements>
    </callActivity>
    <callActivity id="sid-AD3124F5-C423-48E7-9B07-DC2BDA38EA3D" name="Feasibility acceptance" flowable:async="true" calledElement="SRD_FEASIBILITY_ACCEPTANCE" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false">
      <extensionElements>
        <flowable:in sourceExpression="${isActiveCopperAvailable}" target="isActiveCopperAvailable"></flowable:in>
        <flowable:in sourceExpression="${isActiveGponAvailable}" target="isActiveGponAvailable"></flowable:in>
        <flowable:in sourceExpression="${isPassiveGponAvailable}" target="isPassiveGponAvailable"></flowable:in>
        <flowable:in sourceExpression="${isPassiveCopperAvailable}" target="isPassiveCopperAvailable"></flowable:in>
        <flowable:in sourceExpression="${maxCopperDistance}" target="maxCopperDistance"></flowable:in>
        <flowable:in sourceExpression="${copperSiteLat}" target="copperSiteLat"></flowable:in>
        <flowable:in sourceExpression="${copperSiteLong}" target="copperSiteLong"></flowable:in>
        <flowable:in sourceExpression="${gponSiteLong}" target="gponSiteLong"></flowable:in>
        <flowable:in sourceExpression="${gponSiteLat}" target="gponSiteLat"></flowable:in>
        <flowable:in sourceExpression="${copperCoordinateFormat}" target="copperCoordinateFormat"></flowable:in>
        <flowable:in sourceExpression="${gponCoordinateFormat}" target="gponCoordinateFormat"></flowable:in>
        <flowable:in sourceExpression="${copperBswAutoCreated}" target="copperBswAutoCreated"></flowable:in>
        <flowable:in sourceExpression="${copperVendor}" target="copperVendor"></flowable:in>
        <flowable:in sourceExpression="${copperExcDistance}" target="copperExcDistance"></flowable:in>
        <flowable:in sourceExpression="${copperCoverage}" target="copperCoverage"></flowable:in>
        <flowable:in sourceExpression="${gponCoverage}" target="gponCoverage"></flowable:in>
        <flowable:in sourceExpression="${gponExcDistance}" target="gponExcDistance"></flowable:in>
        <flowable:in sourceExpression="${gponVendor}" target="gponVendor"></flowable:in>
        <flowable:in sourceExpression="${obbTag}" target="obbTag"></flowable:in>
        <flowable:in sourceExpression="${wfbbCheck}" target="wfbbCheck"></flowable:in>
        <flowable:in sourceExpression="${isFtbAtbConnected}" target="isFtbAtbConnected"></flowable:in>
        <flowable:in sourceExpression="${copperBswAvailable}" target="copperBswAvailable"></flowable:in>
        <flowable:in sourceExpression="${wfbbExcDistance}" target="wfbbExcDistance"></flowable:in>
        <flowable:in sourceExpression="${wfbbCoverage}" target="wfbbCoverage"></flowable:in>
        <flowable:in sourceExpression="${wfbbVendor}" target="wfbbVendor"></flowable:in>
        <flowable:in sourceExpression="${requestStatus}" target="requestStatus"></flowable:in>
      </extensionElements>
    </callActivity>
    <callActivity id="sid-A2F4D70A-35B4-443E-A7B0-8ADF788C18ED" name="IP Network design" flowable:async="true" calledElement="SRD_IP_OPTICS_DESIGN" flowable:calledElementType="key" flowable:inheritVariables="true" flowable:completeAsync="true" flowable:fallbackToDefaultTenant="false"></callActivity>
    <endEvent id="sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A"></endEvent>
    <sequenceFlow id="sid-307F9AFB-C624-4797-A4A8-CECB9706B06E" sourceRef="sid-A2F4D70A-35B4-443E-A7B0-8ADF788C18ED" targetRef="sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A"></sequenceFlow>
    <scriptTask id="sid-39DE5CB8-D92A-46AB-8965-AF4A3D786610" name="HQ or Branch" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[def isBranch = (siteA != null && siteB != null);
execution.setVariable("isBranch",isBranch);]]></script>
    </scriptTask>
    <exclusiveGateway id="sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA" default="sid-AFA99620-582F-41A3-B209-E4B07BA87A83"></exclusiveGateway>
    <serviceTask id="sid-358D470E-3C12-478D-8237-95BE17AD91EC" name="get possible trails for Branch" flowable:async="true" 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[getMplsGoldTrails]]></flowable:string>
        </flowable:field>
        <flowable:field name="requestId">
          <flowable:expression><![CDATA[${requestId}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="siteLat">
          <flowable:expression><![CDATA[${siteB.latitude}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="siteLong">
          <flowable:expression><![CDATA[${siteB.longitude}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="maxDpDistanceInMeters">
          <flowable:string><![CDATA[300]]></flowable:string>
        </flowable:field>
        <flowable:field name="maxExchangeDistanceInMeters">
          <flowable:expression><![CDATA[${maxDistanceInMeters}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="bandwidth">
          <flowable:expression><![CDATA[${bandwidth}]]></flowable:expression>
        </flowable:field>
        <flowable:field name="maxApDistanceInMeters">
          <flowable:string><![CDATA[300]]></flowable:string>
        </flowable:field>
        <flowable:field name="coordinateFormat">
          <flowable:expression><![CDATA[${systemCoordinatesSiteB}]]></flowable:expression>
        </flowable:field>
      </extensionElements>
    </serviceTask>
    <exclusiveGateway id="sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8" default="sid-4862A1AC-F500-4AE9-823E-53C6A2BE89B2"></exclusiveGateway>
    <sequenceFlow id="sid-23F574F2-4CF3-4BF2-AC0B-549965371FB4" sourceRef="sid-AE12455A-9339-4811-936C-2C4B016EE8F2" targetRef="sid-E965CF89-D78D-497E-8A18-7EC6FDD4CC75"></sequenceFlow>
    <scriptTask id="sid-5576E74A-B895-480F-87FF-18C3DFD91B2D" name="set variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "******getMplsGoldTrailsResponse2*********";
execution.setVariable("sites", getMplsGoldTrailsResponse.sites);
def networkType1 = getMplsGoldTrailsResponse.trails.get(0).serviceTechnology.toString();
def networkType2 = getMplsGoldTrailsResponse.trails.get(1).serviceTechnology.toString();
if(networkType1.equalsIgnoreCase("COPPER")){
   networkType1 = "Copper";
   }
else{
   networkType1 = "GPON";
}
if(networkType2.equalsIgnoreCase("COPPER")){
   networkType2 = "Copper";
   }
else{
   networkType2 = "GPON";
}

execution.setVariable("networkType1", networkType1);
execution.setVariable("networkType2", networkType2);
execution.setVariable("vendor", "");
execution.setVariable("excDistance", 0d);
execution.setVariable("coverage", "");
execution.setVariable("sites", getMplsGoldTrailsResponse.sites);
execution.removeVariable("getMplsGoldTrailsResponse");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-2F346543-5FE6-493B-9BBB-9FF9901675F5" sourceRef="sid-5576E74A-B895-480F-87FF-18C3DFD91B2D" targetRef="sid-08F8C094-A339-49FE-822A-63B503198871"></sequenceFlow>
    <scriptTask id="sid-1F3AD71B-D34D-49C0-B6BD-EF661AFB5170" name="finalize variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[//Set the Request status
execution.setVariable("requestStatus","UNAVAILABLE");
if(isThereACOPPERSolution==true || isThereAGPONSolution==true || isThereAnOBBSolution==true || isThereAWFBBSolution==true){
	execution.setVariable("requestStatus","AVAILABLE");
}


println "******************** prepare input variables for parallel service *******************";
for(key in execution.getVariables().keySet())
println "the key is " + key + " the value is "+ execution.getVariable(key);

println "*********************************************************************";]]></script>
    </scriptTask>
    <callActivity id="sid-08F8C094-A339-49FE-822A-63B503198871" name="add CE Trail 1" 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="${networkType1}" 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-03A50454-691A-4D64-9378-60D0F88FA2E1" name="add CE Trail 2" 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="${networkType2}" 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-20A2BF20-D0E3-4E87-9E15-9EDBB6976D4C" sourceRef="sid-08F8C094-A339-49FE-822A-63B503198871" targetRef="sid-03A50454-691A-4D64-9378-60D0F88FA2E1"></sequenceFlow>
    <sequenceFlow id="sid-61B21330-B523-4453-8DF5-096625E0E589" sourceRef="sid-03A50454-691A-4D64-9378-60D0F88FA2E1" targetRef="sid-C6C1FE09-D96F-474B-B17E-484319CCA4CF"></sequenceFlow>
    <serviceTask id="sid-C6C1FE09-D96F-474B-B17E-484319CCA4CF" name="update service status" flowable:async="true" 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>
    <scriptTask id="sid-C7F4BE72-6F0B-4E4F-AEE4-1EF709FA49C8" name="set variables" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.removeVariable("getMplsGoldTrailsResponse");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-AC646FF0-2E94-4CAF-B225-F5E572A87F50" sourceRef="sid-CD99DED3-0A51-4C43-B123-C37979670529" targetRef="sid-39DE6569-F4D7-444F-AD63-A03E09121F9B"></sequenceFlow>
    <sequenceFlow id="sid-B5B33B1D-BBAC-406C-AC47-06603C5F11C6" sourceRef="sid-E8C00B35-1EB6-44E1-9D9A-EBBB8298AA4F" targetRef="sid-3B6EFC54-AC38-494A-9172-0EB97051F264"></sequenceFlow>
    <sequenceFlow id="sid-BAB14889-4312-4273-9ACD-149EEDD865B1" sourceRef="sid-39DE5CB8-D92A-46AB-8965-AF4A3D786610" targetRef="sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA"></sequenceFlow>
    <sequenceFlow id="sid-636DDA68-1021-4174-A672-C94D28DFBEBB" sourceRef="sid-5AB875CD-2E56-42C3-881F-9308BD162C17" targetRef="sid-39DE5CB8-D92A-46AB-8965-AF4A3D786610"></sequenceFlow>
    <sequenceFlow id="sid-D54952BC-9316-4E86-BE66-EFA30C890CD3" sourceRef="sid-C7F4BE72-6F0B-4E4F-AEE4-1EF709FA49C8" targetRef="sid-A2F4D70A-35B4-443E-A7B0-8ADF788C18ED"></sequenceFlow>
    <scriptTask id="sid-CD99DED3-0A51-4C43-B123-C37979670529" name="clear response" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[execution.removeVariable("getMplsGoldTrailsResponse");]]></script>
    </scriptTask>
    <sequenceFlow id="sid-4862A1AC-F500-4AE9-823E-53C6A2BE89B2" sourceRef="sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8" targetRef="sid-5AB875CD-2E56-42C3-881F-9308BD162C17"></sequenceFlow>
    <sequenceFlow id="sid-A9FE3339-1E1F-4C82-BF4B-1A8D8B2A5D01" sourceRef="sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA" targetRef="sid-358D470E-3C12-478D-8237-95BE17AD91EC">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${isBranch==true}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-AFA99620-582F-41A3-B209-E4B07BA87A83" name="HQ" sourceRef="sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA" targetRef="sid-E8C00B35-1EB6-44E1-9D9A-EBBB8298AA4F"></sequenceFlow>
    <sequenceFlow id="sid-F4C70A6B-5D11-412B-9FBF-873A692C8E17" sourceRef="sid-1099A73D-35E2-45E5-ADA1-45B9BE985D39" targetRef="sid-1F3AD71B-D34D-49C0-B6BD-EF661AFB5170"></sequenceFlow>
    <sequenceFlow id="sid-26043117-1E88-4E5E-B51E-8C7F2DF116F4" sourceRef="sid-1F3AD71B-D34D-49C0-B6BD-EF661AFB5170" targetRef="sid-AD3124F5-C423-48E7-9B07-DC2BDA38EA3D"></sequenceFlow>
    <sequenceFlow id="sid-7E03D7C0-BE08-48E5-B0B1-CBC35191CED6" sourceRef="sid-AD3124F5-C423-48E7-9B07-DC2BDA38EA3D" targetRef="sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A"></sequenceFlow>
    <sequenceFlow id="sid-2CE381EA-5E94-4D85-AC90-211C1B19FDEF" sourceRef="sid-C6C1FE09-D96F-474B-B17E-484319CCA4CF" targetRef="sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A"></sequenceFlow>
    <sequenceFlow id="sid-942BEC36-3719-4280-A567-D37560401604" sourceRef="sid-358D470E-3C12-478D-8237-95BE17AD91EC" targetRef="sid-3B6EFC54-AC38-494A-9172-0EB97051F264"></sequenceFlow>
    <scriptTask id="sid-3B6EFC54-AC38-494A-9172-0EB97051F264" name="Print Vars" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "after getting trails";
println "******************** prepare solution input variables *******************";
for(key in execution.getVariables().keySet())
println "the key is " + key + " the value is "+ execution.getVariable(key);

println "*********************************************************************";]]></script>
    </scriptTask>
    <sequenceFlow id="sid-DD7B4134-0551-43CB-B62B-214D8C3A430A" sourceRef="sid-3B6EFC54-AC38-494A-9172-0EB97051F264" targetRef="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347"></sequenceFlow>
    <sequenceFlow id="sid-FAC2235B-4AD6-4164-9301-DB7136FEBD77" name="review" sourceRef="sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8" targetRef="sid-39DE6569-F4D7-444F-AD63-A03E09121F9B">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${reviewTask}]]></conditionExpression>
    </sequenceFlow>
    <scriptTask id="sid-E965CF89-D78D-497E-8A18-7EC6FDD4CC75" name="Print Vars" scriptFormat="groovy" flowable:autoStoreVariables="false">
      <script><![CDATA[println "starting mpls gold  process";
println "******************** prepare solution input variables *******************";
for(key in execution.getVariables().keySet())
println "the key is " + key + " the value is "+ execution.getVariable(key);

println "*********************************************************************";]]></script>
    </scriptTask>
    <sequenceFlow id="sid-47E412E4-76A3-4A1E-963C-2DED7DE4201A" sourceRef="sid-E965CF89-D78D-497E-8A18-7EC6FDD4CC75" targetRef="sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8"></sequenceFlow>
    <sequenceFlow id="sid-59DB61F8-E04F-47A1-8CC8-3C7002009C87" name="2 paths found" sourceRef="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347" targetRef="sid-5576E74A-B895-480F-87FF-18C3DFD91B2D">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${getMplsGoldTrailsResponse.trails.size() == 2 && getMplsGoldTrailsResponse.sites.size() ==2}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-FCEE4B40-21E1-4814-892A-48AA1F5EC238" name="one site or no site" sourceRef="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347" targetRef="sid-CD99DED3-0A51-4C43-B123-C37979670529">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${getMplsGoldTrailsResponse.sites.size() < 2}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-A41B8179-A04C-49C3-9C30-536783E63D32" sourceRef="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347" targetRef="sid-C7F4BE72-6F0B-4E4F-AEE4-1EF709FA49C8"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_SRD_MPLS_GOLD">
    <bpmndi:BPMNPlane bpmnElement="SRD_MPLS_GOLD" id="BPMNPlane_SRD_MPLS_GOLD">
      <bpmndi:BPMNShape bpmnElement="sid-AE12455A-9339-4811-936C-2C4B016EE8F2" id="BPMNShape_sid-AE12455A-9339-4811-936C-2C4B016EE8F2">
        <omgdc:Bounds height="30.000000000000007" width="30.0" x="87.72254482472208" y="44.99999904632576"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-E8C00B35-1EB6-44E1-9D9A-EBBB8298AA4F" id="BPMNShape_sid-E8C00B35-1EB6-44E1-9D9A-EBBB8298AA4F">
        <omgdc:Bounds height="80.00000000000011" width="100.00000000000003" x="52.722546683805234" y="664.5029201542455"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347" id="BPMNShape_sid-4972FBEC-BF3F-4D24-AAC8-3503453C1347">
        <omgdc:Bounds height="40.0" width="40.0" x="545.0000000000002" y="559.0578267866355"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5AB875CD-2E56-42C3-881F-9308BD162C17" id="BPMNShape_sid-5AB875CD-2E56-42C3-881F-9308BD162C17">
        <omgdc:Bounds height="80.0" width="100.00000000000003" x="52.722546683805064" y="240.0000000000001"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-39DE6569-F4D7-444F-AD63-A03E09121F9B" id="BPMNShape_sid-39DE6569-F4D7-444F-AD63-A03E09121F9B">
        <omgdc:Bounds height="79.99999999999997" width="100.0" x="515.0000000000002" y="240.00000000000014"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-A489931C-9947-4E1E-B97C-B1F7445B106B" id="BPMNShape_sid-A489931C-9947-4E1E-B97C-B1F7445B106B">
        <omgdc:Bounds height="79.99999999999997" width="100.0" x="845.0000000000005" y="240.00000000000009"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F6D59A36-A043-43AB-A770-15DADDD45F14" id="BPMNShape_sid-F6D59A36-A043-43AB-A770-15DADDD45F14">
        <omgdc:Bounds height="79.99999999999997" width="100.0" x="1130.0000000000002" y="240.00000000000009"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1099A73D-35E2-45E5-ADA1-45B9BE985D39" id="BPMNShape_sid-1099A73D-35E2-45E5-ADA1-45B9BE985D39">
        <omgdc:Bounds height="80.0" width="100.0" x="1130.0" y="408.3849793032626"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-AD3124F5-C423-48E7-9B07-DC2BDA38EA3D" id="BPMNShape_sid-AD3124F5-C423-48E7-9B07-DC2BDA38EA3D">
        <omgdc:Bounds height="80.0" width="100.0" x="1130.0" y="720.0000000000001"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-A2F4D70A-35B4-443E-A7B0-8ADF788C18ED" id="BPMNShape_sid-A2F4D70A-35B4-443E-A7B0-8ADF788C18ED">
        <omgdc:Bounds height="80.00000000000011" width="100.0" x="980.0" y="869.9999999999999"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A" id="BPMNShape_sid-8B695336-2CBF-4F13-BC81-9AC354C0D04A">
        <omgdc:Bounds height="28.0" width="28.0" x="1166.0" y="896.0000000000001"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-39DE5CB8-D92A-46AB-8965-AF4A3D786610" id="BPMNShape_sid-39DE5CB8-D92A-46AB-8965-AF4A3D786610">
        <omgdc:Bounds height="80.00000000000006" width="100.00000000000003" x="52.72254668380512" y="390.00000000000006"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA" id="BPMNShape_sid-0116F3AE-5FC9-46AC-AD46-44FEED0D06CA">
        <omgdc:Bounds height="40.0" width="40.0" x="82.7225466838052" y="559.0578267866355"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-358D470E-3C12-478D-8237-95BE17AD91EC" id="BPMNShape_sid-358D470E-3C12-478D-8237-95BE17AD91EC">
        <omgdc:Bounds height="80.00000000000011" width="100.0" x="165.00000000000006" y="539.0578267866356"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8" id="BPMNShape_sid-18F30619-B0B3-4641-A75E-7D9F6381FDD8">
        <omgdc:Bounds height="40.0" width="40.0" x="82.72254668380504" y="150.00000000000003"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-5576E74A-B895-480F-87FF-18C3DFD91B2D" id="BPMNShape_sid-5576E74A-B895-480F-87FF-18C3DFD91B2D">
        <omgdc:Bounds height="80.0" width="100.00000000000011" x="515.0000000000002" y="870.0000000000001"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-1F3AD71B-D34D-49C0-B6BD-EF661AFB5170" id="BPMNShape_sid-1F3AD71B-D34D-49C0-B6BD-EF661AFB5170">
        <omgdc:Bounds height="80.0" width="100.0" x="1130.0000000000002" y="570.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-08F8C094-A339-49FE-822A-63B503198871" id="BPMNShape_sid-08F8C094-A339-49FE-822A-63B503198871">
        <omgdc:Bounds height="80.0" width="100.0" x="515.0000000000002" y="1005.0000000000002"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-03A50454-691A-4D64-9378-60D0F88FA2E1" id="BPMNShape_sid-03A50454-691A-4D64-9378-60D0F88FA2E1">
        <omgdc:Bounds height="80.0" width="100.0" x="755.0000000000005" y="1005.0000000000002"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C6C1FE09-D96F-474B-B17E-484319CCA4CF" id="BPMNShape_sid-C6C1FE09-D96F-474B-B17E-484319CCA4CF">
        <omgdc:Bounds height="80.0" width="100.0" x="980.0000000000002" y="1005.0000000000002"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-C7F4BE72-6F0B-4E4F-AEE4-1EF709FA49C8" id="BPMNShape_sid-C7F4BE72-6F0B-4E4F-AEE4-1EF709FA49C8">
        <omgdc:Bounds height="80.0" width="100.00000000000011" x="755.0000000000001" y="870.0000000000001"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-CD99DED3-0A51-4C43-B123-C37979670529" id="BPMNShape_sid-CD99DED3-0A51-4C43-B123-C37979670529">
        <omgdc:Bounds height="41.0" width="96.00000000000023" x="517.0000000000001" y="384.00000000000006"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-3B6EFC54-AC38-494A-9172-0EB97051F264" id="BPMNShape_sid-3B6EFC54-AC38-494A-9172-0EB97051F264">
        <omgdc:Bounds height="80.0" width="100.0" x="374.9999920527147" y="539.9999771118185"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-E965CF89-D78D-497E-8A18-7EC6FDD4CC75" id="BPMNShape_sid-E965CF89-D78D-497E-8A18-7EC6FDD4CC75">
        <omgdc:Bounds height="80.0" width="100.00000000000003" x="179.99999618530305" y="19.99999862247057"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-47E412E4-76A3-4A1E-963C-2DED7DE4201A" id="BPMNEdge_sid-47E412E4-76A3-4A1E-963C-2DED7DE4201A">
        <omgdi:waypoint x="183.71728785526554" y="99.94999862247057"></omgdi:waypoint>
        <omgdi:waypoint x="113.4238801149765" y="160.72815381571075"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2F346543-5FE6-493B-9BBB-9FF9901675F5" id="BPMNEdge_sid-2F346543-5FE6-493B-9BBB-9FF9901675F5">
        <omgdi:waypoint x="565.0000000000002" y="949.95"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="1005.0000000000002"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-636DDA68-1021-4174-A672-C94D28DFBEBB" id="BPMNEdge_sid-636DDA68-1021-4174-A672-C94D28DFBEBB">
        <omgdi:waypoint x="102.72254668380509" y="319.95000000000016"></omgdi:waypoint>
        <omgdi:waypoint x="102.72254668380512" y="390.00000000000006"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-F4C70A6B-5D11-412B-9FBF-873A692C8E17" id="BPMNEdge_sid-F4C70A6B-5D11-412B-9FBF-873A692C8E17">
        <omgdi:waypoint x="1180.0" y="488.33497930326257"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0000000000002" y="570.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-59DB61F8-E04F-47A1-8CC8-3C7002009C87" id="BPMNEdge_sid-59DB61F8-E04F-47A1-8CC8-3C7002009C87">
        <omgdi:waypoint x="565.0000000000002" y="599.004813575387"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="870.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-FCEE4B40-21E1-4814-892A-48AA1F5EC238" id="BPMNEdge_sid-FCEE4B40-21E1-4814-892A-48AA1F5EC238">
        <omgdi:waypoint x="565.0000000000002" y="559.0578267866355"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="424.95000000000005"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-B5B33B1D-BBAC-406C-AC47-06603C5F11C6" id="BPMNEdge_sid-B5B33B1D-BBAC-406C-AC47-06603C5F11C6">
        <omgdi:waypoint x="152.67254668380525" y="704.5029201542457"></omgdi:waypoint>
        <omgdi:waypoint x="399.9999920527147" y="704.5029201542457"></omgdi:waypoint>
        <omgdi:waypoint x="399.9999920527147" y="619.9499771118184"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-DD7B4134-0551-43CB-B62B-214D8C3A430A" id="BPMNEdge_sid-DD7B4134-0551-43CB-B62B-214D8C3A430A">
        <omgdi:waypoint x="474.9499920527147" y="579.6634948719254"></omgdi:waypoint>
        <omgdi:waypoint x="545.1336931882884" y="579.191185741953"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A7BC6B6B-DFAB-450A-B5CF-FA4C89B9C20C" id="BPMNEdge_sid-A7BC6B6B-DFAB-450A-B5CF-FA4C89B9C20C">
        <omgdi:waypoint x="1180.0000000000002" y="319.95000000000005"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0" y="408.3849793032626"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A41B8179-A04C-49C3-9C30-536783E63D32" id="BPMNEdge_sid-A41B8179-A04C-49C3-9C30-536783E63D32">
        <omgdi:waypoint x="584.9458454807555" y="579.0578267866355"></omgdi:waypoint>
        <omgdi:waypoint x="805.0000000000002" y="579.0578267866355"></omgdi:waypoint>
        <omgdi:waypoint x="805.0000000000002" y="870.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-61B21330-B523-4453-8DF5-096625E0E589" id="BPMNEdge_sid-61B21330-B523-4453-8DF5-096625E0E589">
        <omgdi:waypoint x="854.9500000000004" y="1045.0000000000002"></omgdi:waypoint>
        <omgdi:waypoint x="979.9999999997121" y="1045.0000000000002"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D54952BC-9316-4E86-BE66-EFA30C890CD3" id="BPMNEdge_sid-D54952BC-9316-4E86-BE66-EFA30C890CD3">
        <omgdi:waypoint x="854.9499999998803" y="910.0000000000001"></omgdi:waypoint>
        <omgdi:waypoint x="979.9999999995981" y="910.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-AFA99620-582F-41A3-B209-E4B07BA87A83" id="BPMNEdge_sid-AFA99620-582F-41A3-B209-E4B07BA87A83">
        <omgdi:waypoint x="102.7225466838052" y="598.9998814343062"></omgdi:waypoint>
        <omgdi:waypoint x="102.72254668380523" y="664.5029201542455"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-72EF6EEB-689D-493F-892D-22DC3265A179" id="BPMNEdge_sid-72EF6EEB-689D-493F-892D-22DC3265A179">
        <omgdi:waypoint x="944.9499999999987" y="280.00000000000006"></omgdi:waypoint>
        <omgdi:waypoint x="1130.0000000000002" y="280.00000000000006"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BAB14889-4312-4273-9ACD-149EEDD865B1" id="BPMNEdge_sid-BAB14889-4312-4273-9ACD-149EEDD865B1">
        <omgdi:waypoint x="102.72254668380515" y="469.95000000000016"></omgdi:waypoint>
        <omgdi:waypoint x="102.72254668380509" y="559.0578267866355"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-26043117-1E88-4E5E-B51E-8C7F2DF116F4" id="BPMNEdge_sid-26043117-1E88-4E5E-B51E-8C7F2DF116F4">
        <omgdi:waypoint x="1180.0000000000002" y="649.9499999999999"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0" y="720.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7E03D7C0-BE08-48E5-B0B1-CBC35191CED6" id="BPMNEdge_sid-7E03D7C0-BE08-48E5-B0B1-CBC35191CED6">
        <omgdi:waypoint x="1180.0" y="799.95"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0" y="896.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-20A2BF20-D0E3-4E87-9E15-9EDBB6976D4C" id="BPMNEdge_sid-20A2BF20-D0E3-4E87-9E15-9EDBB6976D4C">
        <omgdi:waypoint x="614.9500000000002" y="1045.0000000000002"></omgdi:waypoint>
        <omgdi:waypoint x="754.9999999999562" y="1045.0000000000002"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-FAC2235B-4AD6-4164-9301-DB7136FEBD77" id="BPMNEdge_sid-FAC2235B-4AD6-4164-9301-DB7136FEBD77">
        <omgdi:waypoint x="122.67038935542999" y="170.00000000000003"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="170.00000000000003"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="240.00000000000014"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-4862A1AC-F500-4AE9-823E-53C6A2BE89B2" id="BPMNEdge_sid-4862A1AC-F500-4AE9-823E-53C6A2BE89B2">
        <omgdi:waypoint x="102.72254668380505" y="189.94094005449594"></omgdi:waypoint>
        <omgdi:waypoint x="102.72254668380506" y="240.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-942BEC36-3719-4280-A567-D37560401604" id="BPMNEdge_sid-942BEC36-3719-4280-A567-D37560401604">
        <omgdi:waypoint x="264.94999999999067" y="579.2819239796063"></omgdi:waypoint>
        <omgdi:waypoint x="374.9999920527147" y="579.7756555973333"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-6622F0A9-635C-46FE-A3B9-68D613A5E4FB" id="BPMNEdge_sid-6622F0A9-635C-46FE-A3B9-68D613A5E4FB">
        <omgdi:waypoint x="614.9499999998028" y="280.0000000000001"></omgdi:waypoint>
        <omgdi:waypoint x="845.0000000000005" y="280.00000000000006"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-23F574F2-4CF3-4BF2-AC0B-549965371FB4" id="BPMNEdge_sid-23F574F2-4CF3-4BF2-AC0B-549965371FB4">
        <omgdi:waypoint x="117.6725435135485" y="59.99999899637326"></omgdi:waypoint>
        <omgdi:waypoint x="179.99999322045065" y="59.99999878881243"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-307F9AFB-C624-4797-A4A8-CECB9706B06E" id="BPMNEdge_sid-307F9AFB-C624-4797-A4A8-CECB9706B06E">
        <omgdi:waypoint x="1079.9499999999866" y="910.0"></omgdi:waypoint>
        <omgdi:waypoint x="1166.0" y="910.0000000000001"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-AC646FF0-2E94-4CAF-B225-F5E572A87F50" id="BPMNEdge_sid-AC646FF0-2E94-4CAF-B225-F5E572A87F50">
        <omgdi:waypoint x="565.0000000000002" y="384.00000000000006"></omgdi:waypoint>
        <omgdi:waypoint x="565.0000000000002" y="319.95000000000016"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A9FE3339-1E1F-4C82-BF4B-1A8D8B2A5D01" id="BPMNEdge_sid-A9FE3339-1E1F-4C82-BF4B-1A8D8B2A5D01">
        <omgdi:waypoint x="102.7225466838052" y="579.0578267866355"></omgdi:waypoint>
        <omgdi:waypoint x="165.00000000000006" y="579.0578267866356"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2CE381EA-5E94-4D85-AC90-211C1B19FDEF" id="BPMNEdge_sid-2CE381EA-5E94-4D85-AC90-211C1B19FDEF">
        <omgdi:waypoint x="1079.9500000000003" y="1045.0000000000002"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0" y="1045.0000000000002"></omgdi:waypoint>
        <omgdi:waypoint x="1180.0" y="923.9499294321462"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>