| <?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="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
| <bpmn2:process id="DoDeleteVfModule" name="DoDeleteVfModule" isExecutable="true"> |
| <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule |
| Prep" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_0fp1wqz</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.prepUpdateAAIVfModule(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule" /> |
| <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke |
| UpdateAAIVfModule" calledElement="UpdateAAIVfModule"> |
| <bpmn2:extensionElements> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="SDNCAdapterPrep2" /> |
| <bpmn2:callActivity id="InvokePrepareUpdateAAIVfModule" name="Invoke |
| PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule"> |
| <bpmn2:extensionElements> |
| <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="PUAAIVfMod_heatStackId" target="DoDVfMod_heatStackId" /> |
| <camunda:out source="PUAAIVfMod_outVfModule" target="vfModuleFromAAI" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_42</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1j9dvfx</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" /> |
| <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke |
| SDNCAdapterV1" calledElement="sdncAdapter"> |
| <bpmn2:extensionElements> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="sdncAdapterWorkflowRequest" 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="InvokeSDNCAdapterV1_2" targetRef="validateSDNCResponse" /> |
| <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter |
| Prep" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1j9dvfx</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.prepVNFAdapterRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter |
| Prep" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.prepSDNCAdapterRequest(execution, "delete")]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2" /> |
| <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke |
| VNFAdapterRestV1" calledElement="vnfAdapterRestV1"> |
| <bpmn2:extensionElements> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_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_01cvxjf</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:endEvent id="EndEvent_9"> |
| <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming> |
| </bpmn2:endEvent> |
| <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke |
| DeleteAAIVfModule" calledElement="DeleteAAIVfModule"> |
| <bpmn2:extensionElements> |
| <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" /> |
| <camunda:in source="isVidRequest" target="isVidRequest" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="EndEvent_9" /> |
| <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule |
| Prep" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.prepDeleteAAIVfModule(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule" /> |
| <bpmn2:scriptTask id="validateSDNCResponse" name="Validate SDNC Response" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.sdncValidateResponse(execution, DoDVfMod_doDeleteVfModuleResponse)]]></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_12</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.preProcessRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="InitializeVariables" targetRef="PrepareUpdateAAIVfModulePrep" /> |
| <bpmn2:scriptTask id="PrepareUpdateAAIVfModulePrep" name="PrepareUpdateAAIVfModule Prep" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_42</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.preProcessRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_42" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="InvokePrepareUpdateAAIVfModule" /> |
| <bpmn2:startEvent id="StartEvent_1"> |
| <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" messageRef="Message_1" /> |
| </bpmn2:startEvent> |
| <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_08g02ch</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.deleteNetworkPoliciesFromAAI(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_1j9dvfx" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="VNFAdapterPrep" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_01cvxjf" sourceRef="InvokeVNFAdapterRestV1" targetRef="PostProcessVNFAdapterRequest" /> |
| <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNFAdapter Request" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_01cvxjf</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0coa90m</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def dvm = new DoDeleteVfModule() |
| dvm.postProcessVNFAdapterRequest(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:sequenceFlow id="SequenceFlow_0coa90m" sourceRef="PostProcessVNFAdapterRequest" targetRef="DeleteNetworkPoliciesFromAAI" /> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_1drlnlk" name="need to update VNF in AAI?" default="SequenceFlow_0ep3hjm"> |
| <bpmn2:incoming>SequenceFlow_08g02ch</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1yehsyc</bpmn2:outgoing> |
| <bpmn2:outgoing>SequenceFlow_0ep3hjm</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:sequenceFlow id="SequenceFlow_08g02ch" sourceRef="DeleteNetworkPoliciesFromAAI" targetRef="ExclusiveGateway_1drlnlk" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_1yehsyc" name="yes" sourceRef="ExclusiveGateway_1drlnlk" targetRef="PreProcessUpdateAAIGenericVnf"> |
| <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DoDVfMod_oamManagementV4Address") != null || execution.getVariable("DoDVfMod_oamManagementV6Address") != null]]></bpmn2:conditionExpression> |
| </bpmn2:sequenceFlow> |
| <bpmn2:sequenceFlow id="SequenceFlow_1a7lzhz" sourceRef="PreProcessUpdateAAIGenericVnf" targetRef="UpdateAAIGenericVnfTask" /> |
| <bpmn2:exclusiveGateway id="ExclusiveGateway_0lsru7z"> |
| <bpmn2:incoming>SequenceFlow_0ep3hjm</bpmn2:incoming> |
| <bpmn2:incoming>SequenceFlow_14l7olw</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_0fp1wqz</bpmn2:outgoing> |
| </bpmn2:exclusiveGateway> |
| <bpmn2:sequenceFlow id="SequenceFlow_0ep3hjm" name="no" sourceRef="ExclusiveGateway_1drlnlk" targetRef="ExclusiveGateway_0lsru7z" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_14l7olw" sourceRef="UpdateAAIGenericVnfTask" targetRef="ExclusiveGateway_0lsru7z" /> |
| <bpmn2:sequenceFlow id="SequenceFlow_0fp1wqz" sourceRef="ExclusiveGateway_0lsru7z" targetRef="UpdateAAIVfModulePrep" /> |
| <bpmn2:scriptTask id="PreProcessUpdateAAIGenericVnf" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy"> |
| <bpmn2:incoming>SequenceFlow_1yehsyc</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_1a7lzhz</bpmn2:outgoing> |
| <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| def doDeleteVfModule = new DoDeleteVfModule() |
| doDeleteVfModule.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script> |
| </bpmn2:scriptTask> |
| <bpmn2:callActivity id="UpdateAAIGenericVnfTask" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf"> |
| <bpmn2:extensionElements> |
| <camunda:in source="DoDVfMod_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" /> |
| <camunda:in source="mso-request-id" target="mso-request-id" /> |
| <camunda:in source="mso-service-id" target="mso-service-id" /> |
| <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| <camunda:out source="WorkflowException" target="WorkflowException" /> |
| </bpmn2:extensionElements> |
| <bpmn2:incoming>SequenceFlow_1a7lzhz</bpmn2:incoming> |
| <bpmn2:outgoing>SequenceFlow_14l7olw</bpmn2:outgoing> |
| </bpmn2:callActivity> |
| </bpmn2:process> |
| <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" /> |
| <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest" /> |
| <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModule"> |
| <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1"> |
| <dc:Bounds x="34" y="57" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="52" y="98" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables"> |
| <dc:Bounds x="144" y="36" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22"> |
| <di:waypoint xsi:type="dc:Point" x="70" y="75" /> |
| <di:waypoint xsi:type="dc:Point" x="144" y="76" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="104" y="0" width="6" height="6" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule"> |
| <dc:Bounds x="480" y="36" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep"> |
| <dc:Bounds x="315" y="36" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_168"> |
| <di:waypoint xsi:type="dc:Point" x="244" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="315" y="76" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="269" y="0" width="6" height="6" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep"> |
| <dc:Bounds x="631" y="36" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1"> |
| <dc:Bounds x="776" y="36" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep"> |
| <dc:Bounds x="871" y="187" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule"> |
| <dc:Bounds x="1022" y="187" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14"> |
| <di:waypoint xsi:type="dc:Point" x="971" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="1022" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="997" y="212" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2"> |
| <dc:Bounds x="97" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2"> |
| <dc:Bounds x="229" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep"> |
| <dc:Bounds x="504" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule"> |
| <dc:Bounds x="647" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ScriptTask_172"> |
| <di:waypoint xsi:type="dc:Point" x="1072" y="267" /> |
| <di:waypoint xsi:type="dc:Point" x="1072" y="426" /> |
| <di:waypoint xsi:type="dc:Point" x="53" y="426" /> |
| <di:waypoint xsi:type="dc:Point" x="53" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="97" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="563" y="411" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15"> |
| <di:waypoint xsi:type="dc:Point" x="197" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="213" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="213" y="508" /> |
| <di:waypoint xsi:type="dc:Point" x="229" y="508" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="225" y="360" 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 xsi:type="dc:Point" x="329" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="361" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="345" y="507" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16"> |
| <di:waypoint xsi:type="dc:Point" x="604" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="647" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="626" y="492" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9"> |
| <dc:Bounds x="793" y="489" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="811" y="530" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169"> |
| <di:waypoint xsi:type="dc:Point" x="747" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="793" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="770" y="492" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_42" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160"> |
| <di:waypoint xsi:type="dc:Point" x="415" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="480" y="76" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="440" y="0" width="6" height="6" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ScriptTask_170"> |
| <di:waypoint xsi:type="dc:Point" x="731" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="753" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="753" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="776" y="76" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="768" y="76" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse"> |
| <dc:Bounds x="361" y="467" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ScriptTask_173"> |
| <di:waypoint xsi:type="dc:Point" x="461" y="507" /> |
| <di:waypoint xsi:type="dc:Point" x="504" y="507" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="483" y="492" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0la8haz_di" bpmnElement="DeleteNetworkPoliciesFromAAI"> |
| <dc:Bounds x="301" y="187" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_1j9dvfx_di" bpmnElement="SequenceFlow_1j9dvfx"> |
| <di:waypoint xsi:type="dc:Point" x="580" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="631" y="76" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="606" y="51" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_01cvxjf_di" bpmnElement="SequenceFlow_01cvxjf"> |
| <di:waypoint xsi:type="dc:Point" x="876" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="967" y="76" /> |
| <di:waypoint xsi:type="dc:Point" x="967" y="150" /> |
| <di:waypoint xsi:type="dc:Point" x="27" y="150" /> |
| <di:waypoint xsi:type="dc:Point" x="27" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="144" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="497" y="135" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_0lewl6b_di" bpmnElement="PostProcessVNFAdapterRequest"> |
| <dc:Bounds x="144" y="187" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0coa90m_di" bpmnElement="SequenceFlow_0coa90m"> |
| <di:waypoint xsi:type="dc:Point" x="244" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="301" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="273" y="212" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_1drlnlk_di" bpmnElement="ExclusiveGateway_1drlnlk" isMarkerVisible="true"> |
| <dc:Bounds x="442" y="202" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="429" y="164" width="75" height="24" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_08g02ch_di" bpmnElement="SequenceFlow_08g02ch"> |
| <di:waypoint xsi:type="dc:Point" x="401" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="442" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="422" y="212" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1yehsyc_di" bpmnElement="SequenceFlow_1yehsyc"> |
| <di:waypoint xsi:type="dc:Point" x="467" y="252" /> |
| <di:waypoint xsi:type="dc:Point" x="467" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="504" y="319" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="433" y="274.5" width="18" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_1a7lzhz_di" bpmnElement="SequenceFlow_1a7lzhz"> |
| <di:waypoint xsi:type="dc:Point" x="604" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="651" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="651" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="681" y="319" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="666" y="319" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ExclusiveGateway_0lsru7z_di" bpmnElement="ExclusiveGateway_0lsru7z" isMarkerVisible="true"> |
| <dc:Bounds x="786" y="202" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="811" y="252" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="SequenceFlow_0ep3hjm_di" bpmnElement="SequenceFlow_0ep3hjm"> |
| <di:waypoint xsi:type="dc:Point" x="492" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="786" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="633" y="202" width="12" height="12" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_14l7olw_di" bpmnElement="SequenceFlow_14l7olw"> |
| <di:waypoint xsi:type="dc:Point" x="781" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="811" y="319" /> |
| <di:waypoint xsi:type="dc:Point" x="811" y="252" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="796" y="304" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="SequenceFlow_0fp1wqz_di" bpmnElement="SequenceFlow_0fp1wqz"> |
| <di:waypoint xsi:type="dc:Point" x="836" y="227" /> |
| <di:waypoint xsi:type="dc:Point" x="871" y="227" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="854" y="202" width="0" height="0" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNShape id="ScriptTask_18y0guc_di" bpmnElement="PreProcessUpdateAAIGenericVnf"> |
| <dc:Bounds x="504" y="279" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="CallActivity_0kbqf50_di" bpmnElement="UpdateAAIGenericVnfTask"> |
| <dc:Bounds x="681" y="279" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </bpmn2:definitions> |