summaryrefslogtreecommitdiffstats
path: root/docs/developer_info
AgeCommit message (Expand)AuthorFilesLines
2019-08-08add vid based apis detailsseshukm1-0/+13
2019-08-08add uui based apis detailsseshukm1-0/+14
2019-08-08add vid based instantiation flowsseshukm1-0/+197
2019-08-08add e2e flow detailsseshukm1-0/+366
2019-08-08add pnf instantiate flowsseshukm1-0/+107
2019-08-08add the NBI section to the instantiate flowsseshukm1-0/+97
2019-08-08add instantiation flowseshukm1-0/+28
2019-08-08add pre_instantiation detailsseshukm1-0/+225
2019-08-08add the information of the instantiate in dev guideseshukm1-0/+31
2019-08-08correct the camunda modeler infoseshukm1-2/+3
2019-07-24updated the doc as per the requestseshukm1-4/+5
2019-04-25Fix the FAQ page locationseshukm1-0/+1
2019-04-17Update the FAQsseshukm3-0/+251
2019-02-13Update Working with SO Docker Documentationmohamed waly1-95/+161
2019-01-06Fix the APi infoseshukm1-6/+5
2018-09-22Fix the developer infoseshukm1-9/+9
2018-09-11path corrections in the cockpitseshukm1-1/+1
2018-09-11path correction for the cokpit communityseshukm1-4/+4
2018-09-11fix image paths for the BPMN Projectseshukm1-5/+5
2018-09-11update the images path in BPMN processseshukm1-1/+1
2018-08-30Fix the readthedocsseshukm11-0/+669
id='n366' href='#n366'>366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_Wblj8GyfEeWUWLTvug7ZOg" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
  <bpmn2:process id="DoDeleteVfModuleFromVnf" name="DoDeleteVfModuleFromVnf" isExecutable="true">
    <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapter" />
    <bpmn2:callActivity id="callSDNCAdapterTopologyUnassign" name="Call SDNC Adapter Topology Unassign" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:in source="DDVMFV_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:out source="sdncAdapterResponse" target="DoDVfMod_doDeleteVfModuleResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="callSDNCAdapterTopologyUnassign" targetRef="validateSDNCResponse" />
    <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter
&#10;&#10;Prep" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0kx9e3s</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.prepVNFAdapterRequest(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter
&#10;&#10;Prep" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0ltm4jt</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.preProcessSDNCUnassignRequest(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="callSDNCAdapterTopologyUnassign" />
    <bpmn2:callActivity id="InvokeVNFAdapter" name="Invoke&#10;&#10;VNFAdapter" calledElement="openstackAdapterTask">
      <bpmn2:extensionElements>
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:in source="vnfAdapterTaskRequest" target="openstackAdapterTaskRequest" />
        <camunda:out source="WorkflowResponse" target="DDVMFV_doDeleteVfModuleResponse" />
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0hia88a</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:endEvent id="EndEvent_9">
      <bpmn2:incoming>SequenceFlow_1eemrjp</bpmn2:incoming>
    </bpmn2:endEvent>
    <bpmn2:scriptTask id="validateSDNCResponse" name="PostProcess SDNC Adapter Unassign Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
String response = execution.getVariable("DDVMFV_deactivateSDNCAdapterResponse")
ddvmfv.validateSDNCResponse(execution, response, "unassign")</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="validateSDNCResponse" targetRef="DeleteAAIVfModulePrep" />
    <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0qbjihn</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.preProcessRequest(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables" />
    <bpmn2:scriptTask id="DeleteNetworkPoliciesFromAAI" name="Delete Network Policies from AAI" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0coa90m</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0ltm4jt</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.deleteNetworkPoliciesFromAAI(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNFAdapter Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0hia88a</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0coa90m</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.postProcessVNFAdapterRequest(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0coa90m" sourceRef="PostProcessVNFAdapterRequest" targetRef="DeleteNetworkPoliciesFromAAI" />
    <bpmn2:startEvent id="StartEvent_1">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_0y4td40" sourceRef="preProcessSDNCDeactivateRequest" targetRef="callSDNCAdapterTopologyDeactivate" />
    <bpmn2:sequenceFlow id="SequenceFlow_12q2r4i" sourceRef="callSDNCAdapterTopologyDeactivate" targetRef="postProcessSDNCDeactivateRequest" />
    <bpmn2:sequenceFlow id="SequenceFlow_0hia88a" sourceRef="InvokeVNFAdapter" targetRef="PostProcessVNFAdapterRequest" />
    <bpmn2:sequenceFlow id="SequenceFlow_0kx9e3s" sourceRef="postProcessSDNCDeactivateRequest" targetRef="VNFAdapterPrep" />
    <bpmn2:sequenceFlow id="SequenceFlow_0ltm4jt" sourceRef="DeleteNetworkPoliciesFromAAI" targetRef="SDNCAdapterPrep2" />
    <bpmn2:scriptTask id="preProcessSDNCDeactivateRequest" name="PreProcess SDNC Deactivate Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1igsfgk</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0y4td40</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.preProcessSDNCDeactivateRequest(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="callSDNCAdapterTopologyDeactivate" name="Call SDNC Adapter Topology Deactivate" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="DDVMFV_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="mso-request-id" target="mso-request-id" />
        <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="DDVMFV_deactivateSDNCAdapterResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_0y4td40</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_12q2r4i</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="postProcessSDNCDeactivateRequest" name="PostProcess SDNC Adapter Deactivate Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_12q2r4i</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0kx9e3s</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
String response = execution.getVariable("DDVMFV_deactivateSDNCAdapterResponse")
ddvmfv.validateSDNCResponse(execution, response, "deactivate")</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0qbjihn" sourceRef="InitializeVariables" targetRef="QueryAAIForVfModule" />
    <bpmn2:sequenceFlow id="SequenceFlow_1c2lvlc" sourceRef="QueryAAIForVfModule" targetRef="ValidateVfModule" />
    <bpmn2:scriptTask id="QueryAAIForVfModule" name="Query AAI for VF Module" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0qbjihn</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1c2lvlc</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.queryAAIForVfModule(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_1igsfgk" sourceRef="ValidateVfModule" targetRef="preProcessSDNCDeactivateRequest" />
    <bpmn2:scriptTask id="ValidateVfModule" name="Validate VF Module" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1c2lvlc</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1igsfgk</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.validateVfModule(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:subProcess id="SubProcess_1r8unf9" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
      <bpmn2:startEvent id="StartEvent_1ebrix6">
        <bpmn2:outgoing>SequenceFlow_095634c</bpmn2:outgoing>
        <bpmn2:errorEventDefinition errorRef="Error_15yfom3" />
      </bpmn2:startEvent>
      <bpmn2:endEvent id="EndEvent_0yb2lmo">
        <bpmn2:incoming>SequenceFlow_0yvjvhu</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:scriptTask id="ScriptTask_1ypch9x" name="Log / Print Unexpected Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_095634c</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_0yvjvhu</bpmn2:outgoing>
        <bpmn2:script>import org.onap.so.bpmn.common.scripts.*
ExceptionUtil ex = new ExceptionUtil()
ex.processJavaException(execution)</bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_095634c" name="" sourceRef="StartEvent_1ebrix6" targetRef="ScriptTask_1ypch9x" />
      <bpmn2:sequenceFlow id="SequenceFlow_0yvjvhu" name="" sourceRef="ScriptTask_1ypch9x" targetRef="EndEvent_0yb2lmo" />
    </bpmn2:subProcess>
    <bpmn2:callActivity id="DeleteAAIVfModule" name="Invoke
&#10;&#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
      <bpmn2:extensionElements>
        <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
        <camunda:in source="isVidRequest" target="isVidRequest" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_092kvy3</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1eemrjp</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule
&#10;&#10;Prep" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_092kvy3</bpmn2:outgoing>
      <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
def ddvmfv = new DoDeleteVfModuleFromVnf()
ddvmfv.prepDeleteAAIVfModule(execution)</bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_092kvy3" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="DeleteAAIVfModule" />
    <bpmn2:sequenceFlow id="SequenceFlow_1eemrjp" sourceRef="DeleteAAIVfModule" targetRef="EndEvent_9" />
  </bpmn2:process>
  <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
  <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest" />
  <bpmn2:error id="Error_15yfom3" name="java.lang.Exception" errorCode="java.lang.Exception" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModuleFromVnf">
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
        <dc:Bounds x="264" y="86" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" targetElement="_BPMNShape_ScriptTask_22">
        <di:waypoint x="190" y="125" />
        <di:waypoint x="264" y="126" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="107" y="60.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
        <dc:Bounds x="245" y="380" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapter">
        <dc:Bounds x="401" y="380" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
        <dc:Bounds x="249" y="537" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="callSDNCAdapterTopologyUnassign">
        <dc:Bounds x="401" y="537" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
        <di:waypoint x="349" y="577" />
        <di:waypoint x="401" y="578" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="255" y="512.5" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_251">
        <di:waypoint x="501" y="577" />
        <di:waypoint x="545" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="403" y="512" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
        <dc:Bounds x="993" y="559" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="891" y="550" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" targetElement="_BPMNShape_CallActivity_13">
        <di:waypoint x="345" y="420" />
        <di:waypoint x="401" y="420" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="253" y="355" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse">
        <dc:Bounds x="545" y="537" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251">
        <di:waypoint x="645" y="577" />
        <di:waypoint x="668" y="577" />
        <di:waypoint x="668" y="577" />
        <di:waypoint x="690" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="563" y="527" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0la8haz_di" bpmnElement="DeleteNetworkPoliciesFromAAI">
        <dc:Bounds x="701" y="380" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_0lewl6b_di" bpmnElement="PostProcessVNFAdapterRequest">
        <dc:Bounds x="550" y="380" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0coa90m_di" bpmnElement="SequenceFlow_0coa90m">
        <di:waypoint x="650" y="420" />
        <di:waypoint x="701" y="420" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="556" y="355" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="StartEvent_1mifg2p_di" bpmnElement="StartEvent_1">
        <dc:Bounds x="154" y="107" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="52" y="98" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0y4td40_di" bpmnElement="SequenceFlow_0y4td40">
        <di:waypoint x="388" y="269" />
        <di:waypoint x="408" y="269" />
        <di:waypoint x="408" y="269" />
        <di:waypoint x="436" y="269" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="303" y="219" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_12q2r4i_di" bpmnElement="SequenceFlow_12q2r4i">
        <di:waypoint x="536" y="269" />
        <di:waypoint x="584" y="269" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="440" y="204" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0hia88a_di" bpmnElement="SequenceFlow_0hia88a">
        <di:waypoint x="501" y="420" />
        <di:waypoint x="550" y="420" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="406" y="345" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0kx9e3s_di" bpmnElement="SequenceFlow_0kx9e3s">
        <di:waypoint x="684" y="269" />
        <di:waypoint x="883" y="269" />
        <di:waypoint x="883" y="343" />
        <di:waypoint x="159" y="343" />
        <di:waypoint x="159" y="420" />
        <di:waypoint x="245" y="420" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="401" y="278" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0ltm4jt_di" bpmnElement="SequenceFlow_0ltm4jt">
        <di:waypoint x="801" y="420" />
        <di:waypoint x="879" y="420" />
        <di:waypoint x="879" y="492" />
        <di:waypoint x="171" y="492" />
        <di:waypoint x="171" y="577" />
        <di:waypoint x="249" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="405" y="427" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1boza4q_di" bpmnElement="preProcessSDNCDeactivateRequest">
        <dc:Bounds x="288" y="229" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0xpc0da_di" bpmnElement="callSDNCAdapterTopologyDeactivate">
        <dc:Bounds x="436" y="229" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1kkyngh_di" bpmnElement="postProcessSDNCDeactivateRequest">
        <dc:Bounds x="584" y="229" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0qbjihn_di" bpmnElement="SequenceFlow_0qbjihn">
        <di:waypoint x="364" y="126" />
        <di:waypoint x="436" y="126" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="280" y="61" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1c2lvlc_di" bpmnElement="SequenceFlow_1c2lvlc">
        <di:waypoint x="536" y="126" />
        <di:waypoint x="593" y="126" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="445" y="61" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1gf22c0_di" bpmnElement="QueryAAIForVfModule">
        <dc:Bounds x="436" y="86" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1igsfgk_di" bpmnElement="SequenceFlow_1igsfgk">
        <di:waypoint x="693" y="126" />
        <di:waypoint x="880" y="126" />
        <di:waypoint x="880" y="195" />
        <di:waypoint x="154" y="195" />
        <di:waypoint x="154" y="268" />
        <di:waypoint x="288" y="269" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="397" y="130" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1jgeknl_di" bpmnElement="ValidateVfModule">
        <dc:Bounds x="593" y="86" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SubProcess_1r8unf9_di" bpmnElement="SubProcess_1r8unf9" isExpanded="true">
        <dc:Bounds x="163" y="672" width="467" height="193" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_1ebrix6_di" bpmnElement="StartEvent_1ebrix6">
        <dc:Bounds x="231" y="739" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="129" y="730" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0yb2lmo_di" bpmnElement="EndEvent_0yb2lmo">
        <dc:Bounds x="524" y="739" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="422" y="730" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1ypch9x_di" bpmnElement="ScriptTask_1ypch9x">
        <dc:Bounds x="335" y="717" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_095634c_di" bpmnElement="SequenceFlow_095634c">
        <di:waypoint x="267" y="757" />
        <di:waypoint x="335" y="757" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="181" y="692" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0yvjvhu_di" bpmnElement="SequenceFlow_0yvjvhu">
        <di:waypoint x="435" y="757" />
        <di:waypoint x="524" y="757" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="360" y="692" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_10td9ns_di" bpmnElement="DeleteAAIVfModule">
        <dc:Bounds x="833" y="537" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1rcw5x3_di" bpmnElement="DeleteAAIVfModulePrep">
        <dc:Bounds x="690" y="537" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_092kvy3_di" bpmnElement="SequenceFlow_092kvy3">
        <di:waypoint x="790" y="577" />
        <di:waypoint x="833" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="692" y="512" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1eemrjp_di" bpmnElement="SequenceFlow_1eemrjp">
        <di:waypoint x="933" y="577" />
        <di:waypoint x="993" y="577" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="843" y="502" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>