1710 Rebase - Second Attempt
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateVnf.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <bpmn2:process id="DoCreateVnf" name="DoCreateVnf" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8     <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12 DoCreateVnf createVnf = new DoCreateVnf()
13 createVnf.preProcessRequest(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="callGetService" />
16     <bpmn2:scriptTask id="buildWorkflowException" name="Create Workflow Exception" scriptFormat="groovy">
17       <bpmn2:incoming>notFound</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
20 ExceptionUtil exceptionUtil = new ExceptionUtil()
21 exceptionUtil.buildWorkflowException(execution, 404, "Service Instance Not Found")]]></bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="buildWorkflowException" targetRef="EndEvent_1" />
24     <bpmn2:callActivity id="callGetService" name="Get&#10;&#10;Service&#10;&#10;Instance" calledElement="GenericGetService">
25       <bpmn2:extensionElements>
26         <camunda:in source="DoCVNF_serviceInstanceId" target="GENGS_serviceInstanceId" />
27         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
28         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
29         <camunda:out source="GENGS_serviceInstance" target="CRTVI_serviceInstance" />
30         <camunda:out source="WorkflowException" target="WorkflowException" />
31         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
32         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
33         <camunda:in source="GENGS_type" target="GENGS_type" />
34       </bpmn2:extensionElements>
35       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
36       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
37     </bpmn2:callActivity>
38     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="callGetService" targetRef="serviceInstanceFound" />
39     <bpmn2:exclusiveGateway id="serviceInstanceFound" name="Service Instance Found?" default="notFound">
40       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
41       <bpmn2:outgoing>notFound</bpmn2:outgoing>
42       <bpmn2:outgoing>found</bpmn2:outgoing>
43     </bpmn2:exclusiveGateway>
44     <bpmn2:sequenceFlow id="notFound" name="No" sourceRef="serviceInstanceFound" targetRef="buildWorkflowException" />
45     <bpmn2:sequenceFlow id="found" name="Yes" sourceRef="serviceInstanceFound" targetRef="ExclusiveGateway_0j73e7c">
46       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true && execution.getVariable("GENGS_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>
47     </bpmn2:sequenceFlow>
48     <bpmn2:exclusiveGateway id="vnfExist" name="Vnf Already Exist?" default="vnfExistYes">
49       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
50       <bpmn2:outgoing>vnfExistYes</bpmn2:outgoing>
51       <bpmn2:outgoing>vnfExistNo</bpmn2:outgoing>
52     </bpmn2:exclusiveGateway>
53     <bpmn2:sequenceFlow id="vnfExistYes" name="Yes" sourceRef="vnfExist" targetRef="vnfExistWorkflowException" />
54     <bpmn2:sequenceFlow id="vnfExistNo" name="No" sourceRef="vnfExist" targetRef="prepareCreateGenericVnf">
55       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGV_FoundIndicator" ) == false && execution.getVariable("GENGV_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>
56     </bpmn2:sequenceFlow>
57     <bpmn2:callActivity id="callGetVnf" name="Get&#10;&#10;Generic Vnf" calledElement="GenericGetVnf">
58       <bpmn2:extensionElements>
59         <camunda:in source="DoCVNF_vnfName" target="GENGV_vnfName" />
60         <camunda:in source="DoCVNF_type" target="GENGV_type" />
61         <camunda:out source="GENGV_vnf" target="CRTVI_genericVnf" />
62         <camunda:out source="GENGV_FoundIndicator" target="GENGV_FoundIndicator" />
63         <camunda:out source="GENGV_SuccessIndicator" target="GENGV_SuccessIndicator" />
64         <camunda:out source="WorkflowException" target="WorkflowException" />
65         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
66       </bpmn2:extensionElements>
67       <bpmn2:incoming>VnfNameSpecified1</bpmn2:incoming>
68       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
69     </bpmn2:callActivity>
70     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="callGetVnf" targetRef="vnfExist" />
71     <bpmn2:scriptTask id="vnfExistWorkflowException" name="Create Workflow Exception" scriptFormat="groovy">
72       <bpmn2:incoming>vnfExistYes</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
74       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
75 ExceptionUtil exceptionUtil = new ExceptionUtil()
76 exceptionUtil.buildWorkflowException(execution, 5000, "Generic Vnf Already Exist.")]]></bpmn2:script>
77     </bpmn2:scriptTask>
78     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="vnfExistWorkflowException" targetRef="EndEvent_2" />
79     <bpmn2:endEvent id="EndEvent_1">
80       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
81       <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2" />
82     </bpmn2:endEvent>
83     <bpmn2:endEvent id="EndEvent_2">
84       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
85       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_2" />
86     </bpmn2:endEvent>
87     <bpmn2:scriptTask id="prepareCreateGenericVnf" name="Prepare&#10;&#10;Create Vnf Payload" scriptFormat="groovy">
88       <bpmn2:incoming>vnfExistNo</bpmn2:incoming>
89       <bpmn2:incoming>VnfNameNotSpecified1</bpmn2:incoming>
90       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
91       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
92 DoCreateVnf createVnf = new DoCreateVnf()
93 createVnf.prepareCreateGenericVnf(execution)]]></bpmn2:script>
94     </bpmn2:scriptTask>
95     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareCreateGenericVnf" targetRef="callPutVnf" />
96     <bpmn2:callActivity id="callPutVnf" name="Create (Put)&#10;&#10;Generic Vnf" calledElement="GenericPutVnf">
97       <bpmn2:extensionElements>
98         <camunda:in source="DoCVNF_genericVnfPayload" target="GENPV_vnfPayload" />
99         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
100         <camunda:in source="DoCVNF_vnfId" target="GENPV_vnfId" />
101         <camunda:out source="GENPV_SuccessIndicator" target="GENPV_SuccessIndicator" />
102         <camunda:out source="WorkflowException" target="WorkflowException" />
103         <camunda:in source="DoCVNF_type" target="GENPV_type" />
104       </bpmn2:extensionElements>
105       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_0seif8n</bpmn2:outgoing>
107     </bpmn2:callActivity>
108     <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
109       <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
110         <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
111         <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
112         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
113 ExceptionUtil exceptionUtil = new ExceptionUtil()
114 exceptionUtil.processJavaException(execution)]]></bpmn2:script>
115       </bpmn2:scriptTask>
116       <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
117       <bpmn2:endEvent id="EndEvent_4">
118         <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
119       </bpmn2:endEvent>
120       <bpmn2:startEvent id="StartEvent_2">
121         <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
122         <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
123       </bpmn2:startEvent>
124       <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
125     </bpmn2:subProcess>
126     <bpmn2:endEvent id="EndEvent_3">
127       <bpmn2:incoming>SdncInteractionNotEnabled</bpmn2:incoming>
128       <bpmn2:incoming>SequenceFlow_0bj7c4s</bpmn2:incoming>
129       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
130     </bpmn2:endEvent>
131     <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="preProcessSDNCAssignRequest" targetRef="callSDNCAdapterVNFTopologyAssign" />
132     <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="callSDNCAdapterVNFTopologyAssign" targetRef="postProcessSDNCAssignRequest" />
133     <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="preProcessSDNCActivateRequest" targetRef="callSDNCAdapterVNFTopologyActivate" />
134     <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="callSDNCAdapterVNFTopologyActivate" targetRef="postProcessSDNCActivateRequest" />
135     <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCActivateRequest" targetRef="Task_053tb0h" />
136     <bpmn2:scriptTask id="preProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
137       <bpmn2:incoming>SdncInteractionEnabled</bpmn2:incoming>
138       <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing>
139       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
140 DoCreateVnf createVnf = new DoCreateVnf()
141 createVnf.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
142     </bpmn2:scriptTask>
143     <bpmn2:callActivity id="callSDNCAdapterVNFTopologyAssign" name="Call SDNC Adapter VNF Topology Assign" calledElement="sdncAdapter">
144       <bpmn2:extensionElements>
145         <camunda:in source="DoCVNF_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />
146         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
147         <camunda:in source="mso-request-id" target="mso-request-id" />
148         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
149         <camunda:out source="WorkflowException" target="WorkflowException" />
150         <camunda:out source="sdncAdapterResponse" target="DoCVNF_assignSDNCAdapterResponse" />
151         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
152       </bpmn2:extensionElements>
153       <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming>
154       <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
155     </bpmn2:callActivity>
156     <bpmn2:scriptTask id="postProcessSDNCAssignRequest" name="PostProcess SDNC Assign Request" scriptFormat="groovy">
157       <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
158       <bpmn2:outgoing>SequenceFlow_0lnh79j</bpmn2:outgoing>
159       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
160 String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")
161
162 def createVnfInfra = new DoCreateVnf()
163 createVnfInfra.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>
164     </bpmn2:scriptTask>
165     <bpmn2:scriptTask id="preProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">
166       <bpmn2:incoming>SequenceFlow_1q1poly</bpmn2:incoming>
167       <bpmn2:incoming>VnfNameSpecified2</bpmn2:incoming>
168       <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing>
169       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
170 DoCreateVnf createVnf = new DoCreateVnf()
171 createVnf.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>
172     </bpmn2:scriptTask>
173     <bpmn2:callActivity id="callSDNCAdapterVNFTopologyActivate" name="Call SDNC Adapter VNF Topology Activate" calledElement="sdncAdapter">
174       <bpmn2:extensionElements>
175         <camunda:in source="DoCVNF_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />
176         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
177         <camunda:in source="mso-reqeuest-id" target="mso-request-id" />
178         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
179         <camunda:out source="WorkflowException" target="WorkflowException" />
180         <camunda:out source="sdncAdapterResponse" target="DoCVNF_activateSDNCAdapterResponse" />
181         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
182       </bpmn2:extensionElements>
183       <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming>
184       <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
185     </bpmn2:callActivity>
186     <bpmn2:scriptTask id="postProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">
187       <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
188       <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing>
189       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
190
191 String response = execution.getVariable("DoCVNF_assignSDNCAdapterResponse")
192
193 def createVnfInfra = new DoCreateVnf()
194 createVnfInfra.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>
195     </bpmn2:scriptTask>
196     <bpmn2:exclusiveGateway id="ExclusiveGateway_045rm8i" name="Is SDNC Interaction Enabled?" default="SdncInteractionNotEnabled">
197       <bpmn2:incoming>SequenceFlow_1gc18ih</bpmn2:incoming>
198       <bpmn2:outgoing>SdncInteractionEnabled</bpmn2:outgoing>
199       <bpmn2:outgoing>SdncInteractionNotEnabled</bpmn2:outgoing>
200     </bpmn2:exclusiveGateway>
201     <bpmn2:sequenceFlow id="SdncInteractionEnabled" name="Yes" sourceRef="ExclusiveGateway_045rm8i" targetRef="preProcessSDNCAssignRequest">
202       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
203     </bpmn2:sequenceFlow>
204     <bpmn2:sequenceFlow id="SdncInteractionNotEnabled" name="No" sourceRef="ExclusiveGateway_045rm8i" targetRef="EndEvent_3" />
205     <bpmn2:sequenceFlow id="SequenceFlow_0seif8n" sourceRef="callPutVnf" targetRef="postProcessCreateGenericVnf" />
206     <bpmn2:sequenceFlow id="SequenceFlow_1gc18ih" sourceRef="postProcessCreateGenericVnf" targetRef="ExclusiveGateway_045rm8i" />
207     <bpmn2:scriptTask id="postProcessCreateGenericVnf" name="PostProcess Create Generic Vnf" scriptFormat="groovy">
208       <bpmn2:incoming>SequenceFlow_0seif8n</bpmn2:incoming>
209       <bpmn2:outgoing>SequenceFlow_1gc18ih</bpmn2:outgoing>
210       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
211 DoCreateVnf createVnf = new DoCreateVnf()
212 createVnf.postProcessCreateGenericVnf(execution)]]></bpmn2:script>
213     </bpmn2:scriptTask>
214     <bpmn2:exclusiveGateway id="ExclusiveGateway_0j73e7c" name="Vnf-name specified?" default="VnfNameSpecified1">
215       <bpmn2:incoming>found</bpmn2:incoming>
216       <bpmn2:outgoing>VnfNameNotSpecified1</bpmn2:outgoing>
217       <bpmn2:outgoing>VnfNameSpecified1</bpmn2:outgoing>
218     </bpmn2:exclusiveGateway>
219     <bpmn2:sequenceFlow id="VnfNameNotSpecified1" name="No" sourceRef="ExclusiveGateway_0j73e7c" targetRef="prepareCreateGenericVnf">
220       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_vnfName" ) == null}]]></bpmn2:conditionExpression>
221     </bpmn2:sequenceFlow>
222     <bpmn2:sequenceFlow id="VnfNameSpecified1" name="Yes" sourceRef="ExclusiveGateway_0j73e7c" targetRef="callGetVnf" />
223     <bpmn2:sequenceFlow id="SequenceFlow_1h9jdgr" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVNFTopologyGet" />
224     <bpmn2:sequenceFlow id="SequenceFlow_14xac2y" sourceRef="CallSDNCAdapterVNFTopologyGet" targetRef="PostProcessSDNCGetRequest" />
225     <bpmn2:sequenceFlow id="SequenceFlow_1q1poly" sourceRef="PostProcessSDNCGetRequest" targetRef="preProcessSDNCActivateRequest" />
226     <bpmn2:exclusiveGateway id="ExclusiveGateway_0qnhlm1" name="Vnf-name specified?" default="VnfNameSpecified2">
227       <bpmn2:incoming>SequenceFlow_0lnh79j</bpmn2:incoming>
228       <bpmn2:outgoing>VnfNameNotSpecified2</bpmn2:outgoing>
229       <bpmn2:outgoing>VnfNameSpecified2</bpmn2:outgoing>
230     </bpmn2:exclusiveGateway>
231     <bpmn2:sequenceFlow id="SequenceFlow_0lnh79j" sourceRef="postProcessSDNCAssignRequest" targetRef="ExclusiveGateway_0qnhlm1" />
232     <bpmn2:sequenceFlow id="VnfNameNotSpecified2" name="No" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="PreProcessSDNCGetRequest">
233       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DoCVNF_vnfName" ) == null}]]></bpmn2:conditionExpression>
234     </bpmn2:sequenceFlow>
235     <bpmn2:sequenceFlow id="VnfNameSpecified2" name="Yes" sourceRef="ExclusiveGateway_0qnhlm1" targetRef="preProcessSDNCActivateRequest" />
236     <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC Get Request" scriptFormat="groovy">
237       <bpmn2:incoming>VnfNameNotSpecified2</bpmn2:incoming>
238       <bpmn2:outgoing>SequenceFlow_1h9jdgr</bpmn2:outgoing>
239       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
240 DoCreateVnf createVnf = new DoCreateVnf()
241 createVnf.preProcessSDNCGetRequest(execution)]]></bpmn2:script>
242     </bpmn2:scriptTask>
243     <bpmn2:callActivity id="CallSDNCAdapterVNFTopologyGet" name="Call SDNC Adapter VNF Topology Get" calledElement="sdncAdapter">
244       <bpmn2:extensionElements>
245         <camunda:in source="DoCVNF_getSDNCRequest" target="sdncAdapterWorkflowRequest" />
246         <camunda:in source="mso-request-id" target="mso-request-id" />
247         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
248         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
249         <camunda:out source="WorkflowException" target="WorkflowException" />
250         <camunda:out source="sdncAdapterResponse" target="DoCVNF_getSDNCAdapterResponse" />
251         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
252       </bpmn2:extensionElements>
253       <bpmn2:incoming>SequenceFlow_1h9jdgr</bpmn2:incoming>
254       <bpmn2:outgoing>SequenceFlow_14xac2y</bpmn2:outgoing>
255     </bpmn2:callActivity>
256     <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC Get Request" scriptFormat="groovy">
257       <bpmn2:incoming>SequenceFlow_14xac2y</bpmn2:incoming>
258       <bpmn2:outgoing>SequenceFlow_1q1poly</bpmn2:outgoing>
259       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
260
261 String response = execution.getVariable("DoCVNF_getSDNCAdapterResponse")
262
263 def createVnfInfra = new DoCreateVnf()
264 createVnfInfra.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>
265     </bpmn2:scriptTask>
266     <bpmn2:sequenceFlow id="SequenceFlow_0bj7c4s" sourceRef="UpdateAAIOrchestrationStatus" targetRef="EndEvent_3" />
267     <bpmn2:callActivity id="UpdateAAIOrchestrationStatus" name="Update AAI Orchestration Status to Active" calledElement="UpdateAAIGenericVnf">
268       <bpmn2:extensionElements>
269         <camunda:in source="DoCVNF_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
270         <camunda:in source="mso-request-id" target="mso-request-id" />
271         <camunda:in source="mso-service-id" target="mso-service-id" />
272         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
273         <camunda:out source="WorkflowException" target="WorkflowException" />
274       </bpmn2:extensionElements>
275       <bpmn2:incoming>SequenceFlow_0nhsdmj</bpmn2:incoming>
276       <bpmn2:outgoing>SequenceFlow_0bj7c4s</bpmn2:outgoing>
277     </bpmn2:callActivity>
278     <bpmn2:sequenceFlow id="SequenceFlow_0nhsdmj" sourceRef="Task_053tb0h" targetRef="UpdateAAIOrchestrationStatus" />
279     <bpmn2:scriptTask id="Task_053tb0h" name="Prepare Update AAI Generic VNF" scriptFormat="groovy">
280       <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming>
281       <bpmn2:outgoing>SequenceFlow_0nhsdmj</bpmn2:outgoing>
282       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
283 def doCreateVnf = new DoCreateVnf()
284 doCreateVnf.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>
285     </bpmn2:scriptTask>
286   </bpmn2:process>
287   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
288   <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
289   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
290     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnf">
291       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
292         <dc:Bounds x="96" y="222" width="36" height="36" />
293         <bpmndi:BPMNLabel>
294           <dc:Bounds x="114" y="263" width="0" height="0" />
295         </bpmndi:BPMNLabel>
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
298         <dc:Bounds x="216" y="200" width="100" height="80" />
299       </bpmndi:BPMNShape>
300       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
301         <di:waypoint xsi:type="dc:Point" x="132" y="240" />
302         <di:waypoint xsi:type="dc:Point" x="216" y="240" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="165" y="240" width="6" height="6" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285">
308         <di:waypoint xsi:type="dc:Point" x="316" y="240" />
309         <di:waypoint xsi:type="dc:Point" x="406" y="240" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="361" y="225" width="0" height="0" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_59" bpmnElement="callGetService">
315         <dc:Bounds x="406" y="200" width="100" height="80" />
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_229" bpmnElement="serviceInstanceFound" isMarkerVisible="true">
318         <dc:Bounds x="552" y="215" width="50" height="50" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="536" y="267" width="82" height="24" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNShape>
323       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_CallActivity_59" targetElement="_BPMNShape_ExclusiveGateway_229">
324         <di:waypoint xsi:type="dc:Point" x="506" y="240" />
325         <di:waypoint xsi:type="dc:Point" x="552" y="240" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="529" y="225" width="0" height="0" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_293" bpmnElement="buildWorkflowException">
331         <dc:Bounds x="720" y="115" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="notFound" sourceElement="_BPMNShape_ExclusiveGateway_229" targetElement="_BPMNShape_ScriptTask_293">
334         <di:waypoint xsi:type="dc:Point" x="577" y="215" />
335         <di:waypoint xsi:type="dc:Point" x="577" y="155" />
336         <di:waypoint xsi:type="dc:Point" x="720" y="155" />
337         <bpmndi:BPMNLabel>
338           <dc:Bounds x="580" y="174.4237288135593" width="14" height="12" />
339         </bpmndi:BPMNLabel>
340       </bpmndi:BPMNEdge>
341       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_225" bpmnElement="EndEvent_1">
342         <dc:Bounds x="876" y="137" width="36" height="36" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="894" y="178" width="0" height="0" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_293" targetElement="_BPMNShape_EndEvent_225">
348         <di:waypoint xsi:type="dc:Point" x="820" y="155" />
349         <di:waypoint xsi:type="dc:Point" x="876" y="155" />
350         <bpmndi:BPMNLabel>
351           <dc:Bounds x="846" y="155" width="6" height="6" />
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="found" sourceElement="_BPMNShape_ExclusiveGateway_229" targetElement="_BPMNShape_CallActivity_60">
355         <di:waypoint xsi:type="dc:Point" x="602" y="240" />
356         <di:waypoint xsi:type="dc:Point" x="646" y="240" />
357         <bpmndi:BPMNLabel>
358           <dc:Bounds x="614" y="216.01288698145387" width="18" height="12" />
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_60" bpmnElement="callGetVnf">
362         <dc:Bounds x="720" y="288" width="100" height="80" />
363       </bpmndi:BPMNShape>
364       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_232" bpmnElement="vnfExist" isMarkerVisible="true">
365         <dc:Bounds x="854" y="302" width="50" height="50" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="890" y="332" width="114" height="22" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_CallActivity_60" targetElement="_BPMNShape_ExclusiveGateway_232">
371         <di:waypoint xsi:type="dc:Point" x="820" y="328" />
372         <di:waypoint xsi:type="dc:Point" x="854" y="327" />
373         <bpmndi:BPMNLabel>
374           <dc:Bounds x="804" y="330" width="6" height="6" />
375         </bpmndi:BPMNLabel>
376       </bpmndi:BPMNEdge>
377       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="vnfExistWorkflowException">
378         <dc:Bounds x="926" y="367" width="100" height="80" />
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="prepareCreateGenericVnf">
381         <dc:Bounds x="935" y="200" width="100" height="80" />
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="vnfExistYes" sourceElement="_BPMNShape_ExclusiveGateway_232" targetElement="_BPMNShape_ScriptTask_299">
384         <di:waypoint xsi:type="dc:Point" x="879" y="352" />
385         <di:waypoint xsi:type="dc:Point" x="879" y="407" />
386         <di:waypoint xsi:type="dc:Point" x="926" y="407" />
387         <bpmndi:BPMNLabel>
388           <dc:Bounds x="880" y="367" width="29" height="22" />
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="vnfExistNo" sourceElement="_BPMNShape_ExclusiveGateway_232" targetElement="_BPMNShape_ScriptTask_300">
392         <di:waypoint xsi:type="dc:Point" x="879" y="302" />
393         <di:waypoint xsi:type="dc:Point" x="879" y="240" />
394         <di:waypoint xsi:type="dc:Point" x="935" y="240" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="880" y="254" width="22" height="22" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNEdge>
399       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_227" bpmnElement="EndEvent_2">
400         <dc:Bounds x="1092" y="389" width="36" height="36" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="1110" y="430" width="0" height="0" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_299" targetElement="_BPMNShape_EndEvent_227">
406         <di:waypoint xsi:type="dc:Point" x="1026" y="407" />
407         <di:waypoint xsi:type="dc:Point" x="1092" y="407" />
408         <bpmndi:BPMNLabel>
409           <dc:Bounds x="1034" y="407" width="6" height="6" />
410         </bpmndi:BPMNLabel>
411       </bpmndi:BPMNEdge>
412       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
413         <dc:Bounds x="1765" y="537" width="36" height="36" />
414         <bpmndi:BPMNLabel>
415           <dc:Bounds x="1783" y="578" width="0" height="0" />
416         </bpmndi:BPMNLabel>
417       </bpmndi:BPMNShape>
418       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_CallActivity_61">
419         <di:waypoint xsi:type="dc:Point" x="1035" y="240" />
420         <di:waypoint xsi:type="dc:Point" x="1080" y="240" />
421         <bpmndi:BPMNLabel>
422           <dc:Bounds x="1058" y="225" width="0" height="0" />
423         </bpmndi:BPMNLabel>
424       </bpmndi:BPMNEdge>
425       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_61" bpmnElement="callPutVnf">
426         <dc:Bounds x="1080" y="200" width="100" height="80" />
427       </bpmndi:BPMNShape>
428       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
429         <dc:Bounds x="109" y="668" width="313" height="169" />
430       </bpmndi:BPMNShape>
431       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
432         <dc:Bounds x="133" y="735" width="36" height="36" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="151" y="776" width="0" height="0" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
438         <dc:Bounds x="216" y="713" width="100" height="80" />
439       </bpmndi:BPMNShape>
440       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
441         <dc:Bounds x="361" y="735" width="36" height="36" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="379" y="776" width="0" height="0" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNShape>
446       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
447         <di:waypoint xsi:type="dc:Point" x="169" y="753" />
448         <di:waypoint xsi:type="dc:Point" x="216" y="753" />
449         <bpmndi:BPMNLabel>
450           <dc:Bounds x="190" y="753" width="0" height="0" />
451         </bpmndi:BPMNLabel>
452       </bpmndi:BPMNEdge>
453       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
454         <di:waypoint xsi:type="dc:Point" x="316" y="753" />
455         <di:waypoint xsi:type="dc:Point" x="361" y="753" />
456         <bpmndi:BPMNLabel>
457           <dc:Bounds x="336" y="753" width="0" height="0" />
458         </bpmndi:BPMNLabel>
459       </bpmndi:BPMNEdge>
460       <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm">
461         <di:waypoint xsi:type="dc:Point" x="306" y="555" />
462         <di:waypoint xsi:type="dc:Point" x="346" y="555" />
463         <bpmndi:BPMNLabel>
464           <dc:Bounds x="326" y="540" width="0" height="0" />
465         </bpmndi:BPMNLabel>
466       </bpmndi:BPMNEdge>
467       <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
468         <di:waypoint xsi:type="dc:Point" x="446" y="555" />
469         <di:waypoint xsi:type="dc:Point" x="493" y="555" />
470         <bpmndi:BPMNLabel>
471           <dc:Bounds x="470" y="540" width="0" height="0" />
472         </bpmndi:BPMNLabel>
473       </bpmndi:BPMNEdge>
474       <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp">
475         <di:waypoint xsi:type="dc:Point" x="1100" y="555" />
476         <di:waypoint xsi:type="dc:Point" x="1156" y="555" />
477         <bpmndi:BPMNLabel>
478           <dc:Bounds x="1128" y="540" width="0" height="0" />
479         </bpmndi:BPMNLabel>
480       </bpmndi:BPMNEdge>
481       <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
482         <di:waypoint xsi:type="dc:Point" x="1256" y="555" />
483         <di:waypoint xsi:type="dc:Point" x="1304" y="555" />
484         <bpmndi:BPMNLabel>
485           <dc:Bounds x="1280" y="540" width="0" height="0" />
486         </bpmndi:BPMNLabel>
487       </bpmndi:BPMNEdge>
488       <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq">
489         <di:waypoint xsi:type="dc:Point" x="1404" y="555" />
490         <di:waypoint xsi:type="dc:Point" x="1445" y="555" />
491         <bpmndi:BPMNLabel>
492           <dc:Bounds x="1425" y="540" width="0" height="0" />
493         </bpmndi:BPMNLabel>
494       </bpmndi:BPMNEdge>
495       <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="preProcessSDNCAssignRequest">
496         <dc:Bounds x="206" y="515" width="100" height="80" />
497       </bpmndi:BPMNShape>
498       <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="callSDNCAdapterVNFTopologyAssign">
499         <dc:Bounds x="346" y="515" width="100" height="80" />
500       </bpmndi:BPMNShape>
501       <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="postProcessSDNCAssignRequest">
502         <dc:Bounds x="493" y="515" width="100" height="80" />
503       </bpmndi:BPMNShape>
504       <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="preProcessSDNCActivateRequest">
505         <dc:Bounds x="1000" y="515" width="100" height="80" />
506       </bpmndi:BPMNShape>
507       <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="callSDNCAdapterVNFTopologyActivate">
508         <dc:Bounds x="1156" y="515" width="100" height="80" />
509       </bpmndi:BPMNShape>
510       <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCActivateRequest">
511         <dc:Bounds x="1304" y="515" width="100" height="80" />
512       </bpmndi:BPMNShape>
513       <bpmndi:BPMNShape id="ExclusiveGateway_045rm8i_di" bpmnElement="ExclusiveGateway_045rm8i" isMarkerVisible="true">
514         <dc:Bounds x="1758" y="215" width="50" height="50" />
515         <bpmndi:BPMNLabel>
516           <dc:Bounds x="1756" y="163" width="54" height="36" />
517         </bpmndi:BPMNLabel>
518       </bpmndi:BPMNShape>
519       <bpmndi:BPMNEdge id="SequenceFlow_0ttqcwx_di" bpmnElement="SdncInteractionEnabled">
520         <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
521         <di:waypoint xsi:type="dc:Point" x="1783" y="475" />
522         <di:waypoint xsi:type="dc:Point" x="106" y="475" />
523         <di:waypoint xsi:type="dc:Point" x="106" y="555" />
524         <di:waypoint xsi:type="dc:Point" x="206" y="555" />
525         <bpmndi:BPMNLabel>
526           <dc:Bounds x="941" y="460" width="18" height="12" />
527         </bpmndi:BPMNLabel>
528       </bpmndi:BPMNEdge>
529       <bpmndi:BPMNEdge id="SequenceFlow_0ay5l4b_di" bpmnElement="SdncInteractionNotEnabled">
530         <di:waypoint xsi:type="dc:Point" x="1783" y="265" />
531         <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
532         <di:waypoint xsi:type="dc:Point" x="1783" y="401" />
533         <di:waypoint xsi:type="dc:Point" x="1783" y="537" />
534         <bpmndi:BPMNLabel>
535           <dc:Bounds x="1812" y="431.09791911764705" width="14" height="12" />
536         </bpmndi:BPMNLabel>
537       </bpmndi:BPMNEdge>
538       <bpmndi:BPMNEdge id="SequenceFlow_0seif8n_di" bpmnElement="SequenceFlow_0seif8n">
539         <di:waypoint xsi:type="dc:Point" x="1180" y="240" />
540         <di:waypoint xsi:type="dc:Point" x="1213" y="240" />
541         <bpmndi:BPMNLabel>
542           <dc:Bounds x="1197" y="225" width="0" height="0" />
543         </bpmndi:BPMNLabel>
544       </bpmndi:BPMNEdge>
545       <bpmndi:BPMNEdge id="SequenceFlow_1gc18ih_di" bpmnElement="SequenceFlow_1gc18ih">
546         <di:waypoint xsi:type="dc:Point" x="1313" y="240" />
547         <di:waypoint xsi:type="dc:Point" x="1758" y="240" />
548         <bpmndi:BPMNLabel>
549           <dc:Bounds x="1536" y="225" width="0" height="0" />
550         </bpmndi:BPMNLabel>
551       </bpmndi:BPMNEdge>
552       <bpmndi:BPMNShape id="ScriptTask_0y55cyz_di" bpmnElement="postProcessCreateGenericVnf">
553         <dc:Bounds x="1213" y="200" width="100" height="80" />
554       </bpmndi:BPMNShape>
555       <bpmndi:BPMNShape id="ExclusiveGateway_0j73e7c_di" bpmnElement="ExclusiveGateway_0j73e7c" isMarkerVisible="true">
556         <dc:Bounds x="646" y="215" width="50" height="50" />
557         <bpmndi:BPMNLabel>
558           <dc:Bounds x="653" y="184" width="51" height="24" />
559         </bpmndi:BPMNLabel>
560       </bpmndi:BPMNShape>
561       <bpmndi:BPMNEdge id="SequenceFlow_0k2oavy_di" bpmnElement="VnfNameNotSpecified1">
562         <di:waypoint xsi:type="dc:Point" x="696" y="240" />
563         <di:waypoint xsi:type="dc:Point" x="935" y="240" />
564         <bpmndi:BPMNLabel>
565           <dc:Bounds x="809" y="215" width="14" height="12" />
566         </bpmndi:BPMNLabel>
567       </bpmndi:BPMNEdge>
568       <bpmndi:BPMNEdge id="SequenceFlow_1pwgmrg_di" bpmnElement="VnfNameSpecified1">
569         <di:waypoint xsi:type="dc:Point" x="671" y="265" />
570         <di:waypoint xsi:type="dc:Point" x="671" y="328" />
571         <di:waypoint xsi:type="dc:Point" x="720" y="328" />
572         <bpmndi:BPMNLabel>
573           <dc:Bounds x="677" y="286.5" width="18" height="12" />
574         </bpmndi:BPMNLabel>
575       </bpmndi:BPMNEdge>
576       <bpmndi:BPMNEdge id="SequenceFlow_1h9jdgr_di" bpmnElement="SequenceFlow_1h9jdgr">
577         <di:waypoint xsi:type="dc:Point" x="777" y="693" />
578         <di:waypoint xsi:type="dc:Point" x="799" y="693" />
579         <bpmndi:BPMNLabel>
580           <dc:Bounds x="788" y="678" width="0" height="0" />
581         </bpmndi:BPMNLabel>
582       </bpmndi:BPMNEdge>
583       <bpmndi:BPMNEdge id="SequenceFlow_14xac2y_di" bpmnElement="SequenceFlow_14xac2y">
584         <di:waypoint xsi:type="dc:Point" x="899" y="693" />
585         <di:waypoint xsi:type="dc:Point" x="926" y="693" />
586         <bpmndi:BPMNLabel>
587           <dc:Bounds x="913" y="678" width="0" height="0" />
588         </bpmndi:BPMNLabel>
589       </bpmndi:BPMNEdge>
590       <bpmndi:BPMNEdge id="SequenceFlow_1q1poly_di" bpmnElement="SequenceFlow_1q1poly">
591         <di:waypoint xsi:type="dc:Point" x="1026" y="693" />
592         <di:waypoint xsi:type="dc:Point" x="1050" y="693" />
593         <di:waypoint xsi:type="dc:Point" x="1050" y="595" />
594         <bpmndi:BPMNLabel>
595           <dc:Bounds x="1038" y="678" width="0" height="0" />
596         </bpmndi:BPMNLabel>
597       </bpmndi:BPMNEdge>
598       <bpmndi:BPMNShape id="ExclusiveGateway_0qnhlm1_di" bpmnElement="ExclusiveGateway_0qnhlm1" isMarkerVisible="true">
599         <dc:Bounds x="625" y="530" width="50" height="50" />
600         <bpmndi:BPMNLabel>
601           <dc:Bounds x="624" y="495" width="51" height="24" />
602         </bpmndi:BPMNLabel>
603       </bpmndi:BPMNShape>
604       <bpmndi:BPMNEdge id="SequenceFlow_0lnh79j_di" bpmnElement="SequenceFlow_0lnh79j">
605         <di:waypoint xsi:type="dc:Point" x="593" y="555" />
606         <di:waypoint xsi:type="dc:Point" x="625" y="555" />
607         <bpmndi:BPMNLabel>
608           <dc:Bounds x="609" y="530" width="0" height="0" />
609         </bpmndi:BPMNLabel>
610       </bpmndi:BPMNEdge>
611       <bpmndi:BPMNEdge id="SequenceFlow_1mh1y3w_di" bpmnElement="VnfNameNotSpecified2">
612         <di:waypoint xsi:type="dc:Point" x="650" y="580" />
613         <di:waypoint xsi:type="dc:Point" x="650" y="693" />
614         <di:waypoint xsi:type="dc:Point" x="677" y="693" />
615         <bpmndi:BPMNLabel>
616           <dc:Bounds x="626" y="622" width="14" height="12" />
617         </bpmndi:BPMNLabel>
618       </bpmndi:BPMNEdge>
619       <bpmndi:BPMNEdge id="SequenceFlow_175qbtt_di" bpmnElement="VnfNameSpecified2">
620         <di:waypoint xsi:type="dc:Point" x="675" y="555" />
621         <di:waypoint xsi:type="dc:Point" x="1000" y="555" />
622         <bpmndi:BPMNLabel>
623           <dc:Bounds x="829" y="530" width="18" height="12" />
624         </bpmndi:BPMNLabel>
625       </bpmndi:BPMNEdge>
626       <bpmndi:BPMNShape id="ScriptTask_1cpb0sg_di" bpmnElement="PreProcessSDNCGetRequest">
627         <dc:Bounds x="677" y="653" width="100" height="80" />
628       </bpmndi:BPMNShape>
629       <bpmndi:BPMNShape id="CallActivity_0h8tpji_di" bpmnElement="CallSDNCAdapterVNFTopologyGet">
630         <dc:Bounds x="799" y="653" width="100" height="80" />
631       </bpmndi:BPMNShape>
632       <bpmndi:BPMNShape id="ScriptTask_1orism0_di" bpmnElement="PostProcessSDNCGetRequest">
633         <dc:Bounds x="926" y="653" width="100" height="80" />
634       </bpmndi:BPMNShape>
635       <bpmndi:BPMNEdge id="SequenceFlow_0bj7c4s_di" bpmnElement="SequenceFlow_0bj7c4s">
636         <di:waypoint xsi:type="dc:Point" x="1700" y="555" />
637         <di:waypoint xsi:type="dc:Point" x="1765" y="555" />
638         <bpmndi:BPMNLabel>
639           <dc:Bounds x="1733" y="540" width="0" height="0" />
640         </bpmndi:BPMNLabel>
641       </bpmndi:BPMNEdge>
642       <bpmndi:BPMNShape id="CallActivity_0a4a9lx_di" bpmnElement="UpdateAAIOrchestrationStatus">
643         <dc:Bounds x="1600" y="515" width="100" height="80" />
644       </bpmndi:BPMNShape>
645       <bpmndi:BPMNEdge id="SequenceFlow_0nhsdmj_di" bpmnElement="SequenceFlow_0nhsdmj">
646         <di:waypoint xsi:type="dc:Point" x="1545" y="555" />
647         <di:waypoint xsi:type="dc:Point" x="1600" y="555" />
648         <bpmndi:BPMNLabel>
649           <dc:Bounds x="1573" y="540" width="0" height="0" />
650         </bpmndi:BPMNLabel>
651       </bpmndi:BPMNEdge>
652       <bpmndi:BPMNShape id="ScriptTask_0aonzix_di" bpmnElement="Task_053tb0h">
653         <dc:Bounds x="1445" y="515" width="100" height="80" />
654       </bpmndi:BPMNShape>
655     </bpmndi:BPMNPlane>
656   </bpmndi:BPMNDiagram>
657 </bpmn2:definitions>