summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/ValidModelCustomizationId.json
blob: 90abd6444c4fd7fc1da3748dc39cc0342b5df11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "requestDetails": {
    "cloudConfiguration": {
      "lcpCloudRegionId": "mtn6", 
      "tenantId": "19123c2924c648eb8e42a3c1f14b7682"
    }, 
    "modelInfo": {
      "modelInvariantId": "1710f6e8-1c29-4990-9aea-e943a2ec3d21", 
      "modelName": "test", 
      "modelType": "vfModule", 
      "modelVersion": "2.0", 
      "modelVersionId": "1710966e-097c-4d63-afda-e0d3bb7015fb", 
      "modelCustomizationId": "a7f1d08e-b02d-11e6-80f5-76304dec7eb7",
      "modelNameVersionId": "a7f1d08e-b02d-11e6-80f5-76304dec7eb7"
    }, 
    "requestInfo": {
      "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", 
      "requestorId": "bp896r", 
      "source": "VID", 
      "suppressRollback": false
    }, 
    "requestParameters": {
      "aLaCarte" : true,
      "autoBuildVfModules": false, 
      "usePreload": false,
      "userParams": [
        {
          "name": "aic_zone", 
          "value": "mtn6"
        }
      ]
    },
     "relatedInstanceList": [
     {
        "relatedInstance": {
               "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000", 
               "modelInfo": {   
                  "modelType": "service",
                  "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
                  "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
                  "modelName": "vSAMP12",
                  "modelVersion": "1.0"
               }
            }
         },
		 {
            "relatedInstance": {
               "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000",
               "modelInfo": {   
                  "modelType": "vnf",
                  "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
                  "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
                  "modelName": "vSAMP12",
                  "modelVersion": "1.0",
                  "modelCustomizationId": "test",
      			  "modelNameVersionId": "test"
               }
            }
         }
         ],
    "subscriberInfo": {
      "globalSubscriberId": "MSO_1610_dev", 
      "subscriberName": "MSO_1610_dev"
    }
  }
}
575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657
<?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="_DkzPAHB4EeaJwpcpVN5gXw" 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="DoCreateVnf" name="DoCreateVnf" isExecutable="true">
    <bpmn2:startEvent id="StartEvent_1">
      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
    </bpmn2:startEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
    <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.preProcessRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="callGetService" />
    <bpmn2:scriptTask id="buildWorkflowException" name="Create Workflow Exception" scriptFormat="groovy">
      <bpmn2:incoming>notFound</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ExceptionUtil exceptionUtil = new ExceptionUtil()
exceptionUtil.buildWorkflowException(execution, 404, "Service Instance Not Found")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="buildWorkflowException" targetRef="EndEvent_1" />
    <bpmn2:callActivity id="callGetService" name="Get&#10;&#10;Service&#10;&#10;Instance" calledElement="GenericGetService">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_serviceInstanceId" target="GENGS_serviceInstanceId" />
        <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
        <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
        <camunda:out source="GENGS_serviceInstance" target="CRTVI_serviceInstance" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="GENGS_type" target="GENGS_type" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="callGetService" targetRef="serviceInstanceFound" />
    <bpmn2:exclusiveGateway id="serviceInstanceFound" name="Service Instance Found?" default="notFound">
      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
      <bpmn2:outgoing>notFound</bpmn2:outgoing>
      <bpmn2:outgoing>found</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="notFound" name="No" sourceRef="serviceInstanceFound" targetRef="buildWorkflowException" />
    <bpmn2:sequenceFlow id="found" name="Yes" sourceRef="serviceInstanceFound" targetRef="ExclusiveGateway_0j73e7c">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true && execution.getVariable("GENGS_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:exclusiveGateway id="vnfExist" name="Vnf Already Exist?" default="vnfExistYes">
      <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
      <bpmn2:outgoing>vnfExistYes</bpmn2:outgoing>
      <bpmn2:outgoing>vnfExistNo</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="vnfExistYes" name="Yes" sourceRef="vnfExist" targetRef="vnfExistWorkflowException" />
    <bpmn2:sequenceFlow id="vnfExistNo" name="No" sourceRef="vnfExist" targetRef="prepareCreateGenericVnf">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGV_FoundIndicator" ) == false && execution.getVariable("GENGV_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:callActivity id="callGetVnf" name="Get&#10;&#10;Generic Vnf" calledElement="GenericGetVnf">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_vnfName" target="GENGV_vnfName" />
        <camunda:in source="DoCVNF_type" target="GENGV_type" />
        <camunda:out source="GENGV_vnf" target="CRTVI_genericVnf" />
        <camunda:out source="GENGV_FoundIndicator" target="GENGV_FoundIndicator" />
        <camunda:out source="GENGV_SuccessIndicator" target="GENGV_SuccessIndicator" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>VnfNameSpecified1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="callGetVnf" targetRef="vnfExist" />
    <bpmn2:scriptTask id="vnfExistWorkflowException" name="Create Workflow Exception" scriptFormat="groovy">
      <bpmn2:incoming>vnfExistYes</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ExceptionUtil exceptionUtil = new ExceptionUtil()
exceptionUtil.buildWorkflowException(execution, 5000, "Generic Vnf Already Exist.")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="vnfExistWorkflowException" targetRef="EndEvent_2" />
    <bpmn2:endEvent id="EndEvent_1">
      <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
      <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2" />
    </bpmn2:endEvent>
    <bpmn2:endEvent id="EndEvent_2">
      <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
      <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_2" />
    </bpmn2:endEvent>
    <bpmn2:scriptTask id="prepareCreateGenericVnf" name="Prepare&#10;&#10;Create Vnf Payload" scriptFormat="groovy">
      <bpmn2:incoming>vnfExistNo</bpmn2:incoming>
      <bpmn2:incoming>VnfNameNotSpecified1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.prepareCreateGenericVnf(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareCreateGenericVnf" targetRef="callPutVnf" />
    <bpmn2:callActivity id="callPutVnf" name="Create (Put)&#10;&#10;Generic Vnf" calledElement="GenericPutVnf">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_genericVnfPayload" target="GENPV_vnfPayload" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="DoCVNF_vnfId" target="GENPV_vnfId" />
        <camunda:out source="GENPV_SuccessIndicator" target="GENPV_SuccessIndicator" />
        <camunda:out source="WorkflowException" target="WorkflowException" />
        <camunda:in source="DoCVNF_type" target="GENPV_type" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0seif8n</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
      <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
        <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
        <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
        <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
ExceptionUtil exceptionUtil = new ExceptionUtil()
exceptionUtil.processJavaException(execution)]]></bpmn2:script>
      </bpmn2:scriptTask>
      <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
      <bpmn2:endEvent id="EndEvent_4">
        <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
      </bpmn2:endEvent>
      <bpmn2:startEvent id="StartEvent_2">
        <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
        <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
      </bpmn2:startEvent>
      <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
    </bpmn2:subProcess>
    <bpmn2:endEvent id="EndEvent_3">
      <bpmn2:incoming>SdncInteractionNotEnabled</bpmn2:incoming>
      <bpmn2:incoming>SequenceFlow_0bj7c4s</bpmn2:incoming>
      <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
    </bpmn2:endEvent>
    <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="preProcessSDNCAssignRequest" targetRef="callSDNCAdapterVNFTopologyAssign" />
    <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="callSDNCAdapterVNFTopologyAssign" targetRef="postProcessSDNCAssignRequest" />
    <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="preProcessSDNCActivateRequest" targetRef="callSDNCAdapterVNFTopologyActivate" />
    <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="callSDNCAdapterVNFTopologyActivate" targetRef="postProcessSDNCActivateRequest" />
    <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCActivateRequest" targetRef="Task_053tb0h" />
    <bpmn2:scriptTask id="preProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
      <bpmn2:incoming>SdncInteractionEnabled</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="callSDNCAdapterVNFTopologyAssign" name="Call SDNC Adapter VNF Topology Assign" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_assignSDNCRequest" 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="DoCVNF_assignSDNCAdapterResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="postProcessSDNCAssignRequest" name="PostProcess SDNC Assign Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0lnh79j</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")

def createVnfInfra = new DoCreateVnf()
createVnfInfra.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:scriptTask id="preProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_1q1poly</bpmn2:incoming>
      <bpmn2:incoming>VnfNameSpecified2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="callSDNCAdapterVNFTopologyActivate" name="Call SDNC Adapter VNF Topology Activate" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />
        <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
        <camunda:in source="mso-reqeuest-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="DoCVNF_activateSDNCAdapterResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="postProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*

String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")

def createVnfInfra = new DoCreateVnf()
createVnfInfra.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_045rm8i" name="Is SDNC Interaction Enabled?" default="SdncInteractionNotEnabled">
      <bpmn2:incoming>SequenceFlow_1gc18ih</bpmn2:incoming>
      <bpmn2:outgoing>SdncInteractionEnabled</bpmn2:outgoing>
      <bpmn2:outgoing>SdncInteractionNotEnabled</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SdncInteractionEnabled" name="Yes" sourceRef="ExclusiveGateway_045rm8i" targetRef="preProcessSDNCAssignRequest">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="SdncInteractionNotEnabled" name="No" sourceRef="ExclusiveGateway_045rm8i" targetRef="EndEvent_3" />
    <bpmn2:sequenceFlow id="SequenceFlow_0seif8n" sourceRef="callPutVnf" targetRef="postProcessCreateGenericVnf" />
    <bpmn2:sequenceFlow id="SequenceFlow_1gc18ih" sourceRef="postProcessCreateGenericVnf" targetRef="ExclusiveGateway_045rm8i" />
    <bpmn2:scriptTask id="postProcessCreateGenericVnf" name="PostProcess Create Generic Vnf" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_0seif8n</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1gc18ih</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.postProcessCreateGenericVnf(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:exclusiveGateway id="ExclusiveGateway_0j73e7c" name="Vnf-name specified?" default="VnfNameSpecified1">
      <bpmn2:incoming>found</bpmn2:incoming>
      <bpmn2:outgoing>VnfNameNotSpecified1</bpmn2:outgoing>
      <bpmn2:outgoing>VnfNameSpecified1</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="VnfNameNotSpecified1" name="No" sourceRef="ExclusiveGateway_0j73e7c" targetRef="prepareCreateGenericVnf">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_vnfName" ) == null}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="VnfNameSpecified1" name="Yes" sourceRef="ExclusiveGateway_0j73e7c" targetRef="callGetVnf" />
    <bpmn2:sequenceFlow id="SequenceFlow_1h9jdgr" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVNFTopologyGet" />
    <bpmn2:sequenceFlow id="SequenceFlow_14xac2y" sourceRef="CallSDNCAdapterVNFTopologyGet" targetRef="PostProcessSDNCGetRequest" />
    <bpmn2:sequenceFlow id="SequenceFlow_1q1poly" sourceRef="PostProcessSDNCGetRequest" targetRef="preProcessSDNCActivateRequest" />
    <bpmn2:exclusiveGateway id="ExclusiveGateway_0qnhlm1" name="Vnf-name specified?" default="VnfNameSpecified2">
      <bpmn2:incoming>SequenceFlow_0lnh79j</bpmn2:incoming>
      <bpmn2:outgoing>VnfNameNotSpecified2</bpmn2:outgoing>
      <bpmn2:outgoing>VnfNameSpecified2</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>
    <bpmn2:sequenceFlow id="SequenceFlow_0lnh79j" sourceRef="postProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0qnhlm1" />
    <bpmn2:sequenceFlow id="VnfNameNotSpecified2" name="No" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="PreProcessSDNCGetRequest">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_vnfName" ) == null}]]></bpmn2:conditionExpression>
    </bpmn2:sequenceFlow>
    <bpmn2:sequenceFlow id="VnfNameSpecified2" name="Yes" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="preProcessSDNCActivateRequest" />
    <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC Get Request" scriptFormat="groovy">
      <bpmn2:incoming>VnfNameNotSpecified2</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1h9jdgr</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
DoCreateVnf createVnf = new DoCreateVnf()
createVnf.preProcessSDNCGetRequest(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGet" name="Call SDNC Adapter VNF Topology Get" calledElement="sdncAdapter">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_getSDNCRequest" 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="WorkflowException" target="WorkflowException" />
        <camunda:out source="sdncAdapterResponse" target="DoCVNF_getSDNCAdapterResponse" />
        <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
      </bpmn2:extensionElements>
      <bpmn2:incoming>SequenceFlow_1h9jdgr</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_14xac2y</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC Get Request" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_14xac2y</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_1q1poly</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*

String response = execution.getVariable("DoCVNF_getSDNCAdapterResponse")

def createVnfInfra = new DoCreateVnf()
createVnfInfra.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>
    </bpmn2:scriptTask>
    <bpmn2:sequenceFlow id="SequenceFlow_0bj7c4s" sourceRef="UpdateAAIOrchestrationStatus" targetRef="EndEvent_3" />
    <bpmn2:callActivity id="UpdateAAIOrchestrationStatus" name="Update AAI Orchestration Status to Active" calledElement="UpdateAAIGenericVnf">
      <bpmn2:extensionElements>
        <camunda:in source="DoCVNF_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_0nhsdmj</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0bj7c4s</bpmn2:outgoing>
    </bpmn2:callActivity>
    <bpmn2:sequenceFlow id="SequenceFlow_0nhsdmj" sourceRef="Task_053tb0h" targetRef="UpdateAAIOrchestrationStatus" />
    <bpmn2:scriptTask id="Task_053tb0h" name="Prepare Update AAI Generic VNF" scriptFormat="groovy">
      <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_0nhsdmj</bpmn2:outgoing>
      <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
def doCreateVnf = new DoCreateVnf()
doCreateVnf.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
    </bpmn2:scriptTask>
  </bpmn2:process>
  <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
  <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnf">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
        <dc:Bounds x="96" y="222" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="114" y="263" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
        <dc:Bounds x="216" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
        <di:waypoint xsi:type="dc:Point" x="132" y="240" />
        <di:waypoint xsi:type="dc:Point" x="216" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="165" y="240" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285">
        <di:waypoint xsi:type="dc:Point" x="316" y="240" />
        <di:waypoint xsi:type="dc:Point" x="406" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="361" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_59" bpmnElement="callGetService">
        <dc:Bounds x="406" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_229" bpmnElement="serviceInstanceFound" isMarkerVisible="true">
        <dc:Bounds x="552" y="215" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="536" y="267" width="82" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_CallActivity_59" targetElement="_BPMNShape_ExclusiveGateway_229">
        <di:waypoint xsi:type="dc:Point" x="506" y="240" />
        <di:waypoint xsi:type="dc:Point" x="552" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="529" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_293" bpmnElement="buildWorkflowException">
        <dc:Bounds x="720" y="115" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="notFound" sourceElement="_BPMNShape_ExclusiveGateway_229" targetElement="_BPMNShape_ScriptTask_293">
        <di:waypoint xsi:type="dc:Point" x="577" y="215" />
        <di:waypoint xsi:type="dc:Point" x="577" y="155" />
        <di:waypoint xsi:type="dc:Point" x="720" y="155" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="580" y="174.4237288135593" width="14" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_225" bpmnElement="EndEvent_1">
        <dc:Bounds x="876" y="137" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="894" y="178" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_293" targetElement="_BPMNShape_EndEvent_225">
        <di:waypoint xsi:type="dc:Point" x="820" y="155" />
        <di:waypoint xsi:type="dc:Point" x="876" y="155" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="846" y="155" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="found" sourceElement="_BPMNShape_ExclusiveGateway_229" targetElement="_BPMNShape_CallActivity_60">
        <di:waypoint xsi:type="dc:Point" x="602" y="240" />
        <di:waypoint xsi:type="dc:Point" x="646" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="614" y="216.01288698145387" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_60" bpmnElement="callGetVnf">
        <dc:Bounds x="720" y="288" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_232" bpmnElement="vnfExist" isMarkerVisible="true">
        <dc:Bounds x="854" y="302" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="890" y="332" width="114" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_CallActivity_60" targetElement="_BPMNShape_ExclusiveGateway_232">
        <di:waypoint xsi:type="dc:Point" x="820" y="328" />
        <di:waypoint xsi:type="dc:Point" x="854" y="327" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="804" y="330" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="vnfExistWorkflowException">
        <dc:Bounds x="926" y="367" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="prepareCreateGenericVnf">
        <dc:Bounds x="935" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="vnfExistYes" sourceElement="_BPMNShape_ExclusiveGateway_232" targetElement="_BPMNShape_ScriptTask_299">
        <di:waypoint xsi:type="dc:Point" x="879" y="352" />
        <di:waypoint xsi:type="dc:Point" x="879" y="407" />
        <di:waypoint xsi:type="dc:Point" x="926" y="407" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="880" y="367" width="29" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="vnfExistNo" sourceElement="_BPMNShape_ExclusiveGateway_232" targetElement="_BPMNShape_ScriptTask_300">
        <di:waypoint xsi:type="dc:Point" x="879" y="302" />
        <di:waypoint xsi:type="dc:Point" x="879" y="240" />
        <di:waypoint xsi:type="dc:Point" x="935" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="880" y="254" width="22" height="22" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_227" bpmnElement="EndEvent_2">
        <dc:Bounds x="1092" y="389" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1110" y="430" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_299" targetElement="_BPMNShape_EndEvent_227">
        <di:waypoint xsi:type="dc:Point" x="1026" y="407" />
        <di:waypoint xsi:type="dc:Point" x="1092" y="407" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1034" y="407" width="6" height="6" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
        <dc:Bounds x="1765" y="537" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1783" y="578" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_CallActivity_61">
        <di:waypoint xsi:type="dc:Point" x="1035" y="240" />
        <di:waypoint xsi:type="dc:Point" x="1080" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1058" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="_BPMNShape_CallActivity_61" bpmnElement="callPutVnf">
        <dc:Bounds x="1080" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
        <dc:Bounds x="109" y="668" width="313" height="169" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
        <dc:Bounds x="133" y="735" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="151" y="776" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
        <dc:Bounds x="216" y="713" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
        <dc:Bounds x="361" y="735" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="379" y="776" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
        <di:waypoint xsi:type="dc:Point" x="169" y="753" />
        <di:waypoint xsi:type="dc:Point" x="216" y="753" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="190" y="753" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
        <di:waypoint xsi:type="dc:Point" x="316" y="753" />
        <di:waypoint xsi:type="dc:Point" x="361" y="753" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="336" y="753" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm">
        <di:waypoint xsi:type="dc:Point" x="306" y="555" />
        <di:waypoint xsi:type="dc:Point" x="346" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="326" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
        <di:waypoint xsi:type="dc:Point" x="446" y="555" />
        <di:waypoint xsi:type="dc:Point" x="493" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="470" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp">
        <di:waypoint xsi:type="dc:Point" x="1100" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1156" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1128" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
        <di:waypoint xsi:type="dc:Point" x="1256" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1304" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1280" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq">
        <di:waypoint xsi:type="dc:Point" x="1404" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1445" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1425" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="preProcessSDNCAssignRequest">
        <dc:Bounds x="206" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="callSDNCAdapterVNFTopologyAssign">
        <dc:Bounds x="346" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="postProcessSDNCAssignRequest">
        <dc:Bounds x="493" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="preProcessSDNCActivateRequest">
        <dc:Bounds x="1000" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="callSDNCAdapterVNFTopologyActivate">
        <dc:Bounds x="1156" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCActivateRequest">
        <dc:Bounds x="1304" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_045rm8i_di" bpmnElement="ExclusiveGateway_045rm8i" isMarkerVisible="true">
        <dc:Bounds x="1758" y="215" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1756" y="163" width="54" height="36" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0ttqcwx_di" bpmnElement="SdncInteractionEnabled">
        <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
        <di:waypoint xsi:type="dc:Point" x="1783" y="475" />
        <di:waypoint xsi:type="dc:Point" x="106" y="475" />
        <di:waypoint xsi:type="dc:Point" x="106" y="555" />
        <di:waypoint xsi:type="dc:Point" x="206" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="941" y="460" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0ay5l4b_di" bpmnElement="SdncInteractionNotEnabled">
        <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
        <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
        <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
        <di:waypoint xsi:type="dc:Point" x="1783" y="537" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1812" y="431.09791911764705" width="14" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0seif8n_di" bpmnElement="SequenceFlow_0seif8n">
        <di:waypoint xsi:type="dc:Point" x="1180" y="240" />
        <di:waypoint xsi:type="dc:Point" x="1213" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1197" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1gc18ih_di" bpmnElement="SequenceFlow_1gc18ih">
        <di:waypoint xsi:type="dc:Point" x="1313" y="240" />
        <di:waypoint xsi:type="dc:Point" x="1758" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1536" y="225" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0y55cyz_di" bpmnElement="postProcessCreateGenericVnf">
        <dc:Bounds x="1213" y="200" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_0j73e7c_di" bpmnElement="ExclusiveGateway_0j73e7c" isMarkerVisible="true">
        <dc:Bounds x="646" y="215" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="653" y="184" width="51" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0k2oavy_di" bpmnElement="VnfNameNotSpecified1">
        <di:waypoint xsi:type="dc:Point" x="696" y="240" />
        <di:waypoint xsi:type="dc:Point" x="935" y="240" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="809" y="215" width="14" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1pwgmrg_di" bpmnElement="VnfNameSpecified1">
        <di:waypoint xsi:type="dc:Point" x="671" y="265" />
        <di:waypoint xsi:type="dc:Point" x="671" y="328" />
        <di:waypoint xsi:type="dc:Point" x="720" y="328" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="677" y="286.5" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1h9jdgr_di" bpmnElement="SequenceFlow_1h9jdgr">
        <di:waypoint xsi:type="dc:Point" x="777" y="693" />
        <di:waypoint xsi:type="dc:Point" x="799" y="693" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="788" y="678" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_14xac2y_di" bpmnElement="SequenceFlow_14xac2y">
        <di:waypoint xsi:type="dc:Point" x="899" y="693" />
        <di:waypoint xsi:type="dc:Point" x="926" y="693" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="913" y="678" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1q1poly_di" bpmnElement="SequenceFlow_1q1poly">
        <di:waypoint xsi:type="dc:Point" x="1026" y="693" />
        <di:waypoint xsi:type="dc:Point" x="1050" y="693" />
        <di:waypoint xsi:type="dc:Point" x="1050" y="595" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1038" y="678" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_0qnhlm1_di" bpmnElement="ExclusiveGateway_0qnhlm1" isMarkerVisible="true">
        <dc:Bounds x="625" y="530" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="624" y="495" width="51" height="24" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0lnh79j_di" bpmnElement="SequenceFlow_0lnh79j">
        <di:waypoint xsi:type="dc:Point" x="593" y="555" />
        <di:waypoint xsi:type="dc:Point" x="625" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="609" y="530" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1mh1y3w_di" bpmnElement="VnfNameNotSpecified2">
        <di:waypoint xsi:type="dc:Point" x="650" y="580" />
        <di:waypoint xsi:type="dc:Point" x="650" y="693" />
        <di:waypoint xsi:type="dc:Point" x="677" y="693" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="626" y="622" width="14" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_175qbtt_di" bpmnElement="VnfNameSpecified2">
        <di:waypoint xsi:type="dc:Point" x="675" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1000" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="829" y="530" width="18" height="12" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_1cpb0sg_di" bpmnElement="PreProcessSDNCGetRequest">
        <dc:Bounds x="677" y="653" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="CallActivity_0h8tpji_di" bpmnElement="CallSDNCAdapterVNFTopologyGet">
        <dc:Bounds x="799" y="653" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ScriptTask_1orism0_di" bpmnElement="PostProcessSDNCGetRequest">
        <dc:Bounds x="926" y="653" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0bj7c4s_di" bpmnElement="SequenceFlow_0bj7c4s">
        <di:waypoint xsi:type="dc:Point" x="1700" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1765" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1733" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="CallActivity_0a4a9lx_di" bpmnElement="UpdateAAIOrchestrationStatus">
        <dc:Bounds x="1600" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0nhsdmj_di" bpmnElement="SequenceFlow_0nhsdmj">
        <di:waypoint xsi:type="dc:Point" x="1545" y="555" />
        <di:waypoint xsi:type="dc:Point" x="1600" y="555" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1573" y="540" width="0" height="0" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ScriptTask_0aonzix_di" bpmnElement="Task_053tb0h">
        <dc:Bounds x="1445" y="515" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn2:definitions>