b98a4de8e23733220d51a3335b743b7bbf7b8230
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / UpdateVfModuleVolumeInfraV1.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
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://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_ZBLUcCkQEeaY6ZhIaNLwzg" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="UpdateVfModuleVolumeInfraV1" name="UpdateVfModuleVolumeInfraV1" isExecutable="true">\r
4     <bpmn2:endEvent id="EndEvent_4" name="TheEnd">\r
5       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
6       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>\r
7     </bpmn2:endEvent>\r
8     <bpmn2:callActivity id="CallActivity_completionHandler" name="Completion Handler" calledElement="CompleteMsoProcess">\r
9       <bpmn2:extensionElements>\r
10         <camunda:in source="UPDVfModVol_CompletionHandlerRequest" target="CompleteMsoProcessRequest"/>\r
11         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
12         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
13         <camunda:out source="CMSO_ResponseCode" target="UPDVfModVol_CMSO_ResponseCode"/>\r
14         <camunda:out source="CMSO_ErrorResponse" target="UPDVfModVol_CMSO_ErrorResponse"/>\r
15       </bpmn2:extensionElements>\r
16       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
17       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
18     </bpmn2:callActivity>\r
19     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_completionHandler" targetRef="ScriptTask_postProcessTemp"/>\r
20     <bpmn2:serviceTask id="ServiceTask_callUpdateInfraDb" name="Call Update Infra DB">\r
21       <bpmn2:extensionElements>\r
22         <camunda:connector>\r
23           <camunda:connectorId>http-connector</camunda:connectorId>\r
24           <camunda:inputOutput>\r
25             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
26             <camunda:inputParameter name="payload">${UPDVfModVol_updateInfraRequest}</camunda:inputParameter>\r
27             <camunda:inputParameter name="headers">\r
28               <camunda:map>\r
29                 <camunda:entry key="content-type">aapplication/soap+xml</camunda:entry>\r
30               </camunda:map>\r
31             </camunda:inputParameter>\r
32             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
33             <camunda:outputParameter name="UPDVfModVol_createDBResponse">${response}</camunda:outputParameter>\r
34             <camunda:outputParameter name="UPDVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter>\r
35           </camunda:inputOutput>\r
36         </camunda:connector>\r
37       </bpmn2:extensionElements>\r
38       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
39       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
40     </bpmn2:serviceTask>\r
41     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ServiceTask_callUpdateInfraDb" targetRef="ScriptTask_prepCompletionHandlerRequest"/>\r
42     <bpmn2:scriptTask id="ScriptTask_prepVnfRest" name="Prepare VNF Adapter Rest Request" scriptFormat="groovy">\r
43       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
44       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
45       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
46 def uvmv = new UpdateVfModuleVolumeInfraV1()
47 uvmv.executeMethod('prepVnfAdapterRest', execution, isDebugLogEnabled)]]></bpmn2:script>\r
48     </bpmn2:scriptTask>\r
49     <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ScriptTask_prepVnfRest" targetRef="CallActivity_callVNFAdapterRest"/>\r
50     <bpmn2:scriptTask id="ScriptTask_prepCompletionHandlerRequest" name="Prep Completion Handler Request" scriptFormat="groovy">\r
51       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
52       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
53       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
54 def uvmv = new UpdateVfModuleVolumeInfraV1()
55 uvmv.executeMethod('prepCompletionHandlerRequest', execution, UPDVfModVol_requestId, 'UPDATE', UPDVfModVol_source, isDebugLogEnabled)]]></bpmn2:script>\r
56     </bpmn2:scriptTask>\r
57     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_prepCompletionHandlerRequest" targetRef="CallActivity_completionHandler"/>\r
58     <bpmn2:callActivity id="CallActivity_callVNFAdapterRest" name="VNFAdapterRest" calledElement="vnfAdapterRestV1">\r
59       <bpmn2:extensionElements>\r
60         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
61         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
62         <camunda:out source="vnfAdapterRestV1Response" target="UPDVfModVol_vnfAdapterRestResponse"/>\r
63         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
64         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
65         <camunda:in source="UPDVfModVol_vnfAdapterRestRequest" target="vnfAdapterRestV1Request"/>\r
66       </bpmn2:extensionElements>\r
67       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
68       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
69     </bpmn2:callActivity>\r
70     <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callVNFAdapterRest" targetRef="ScriptTask_prepDbInfraRequest"/>\r
71     <bpmn2:scriptTask id="ScriptTask_prepDbInfraRequest" name="Prep DB Infra Request" scriptFormat="groovy">\r
72       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
73       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
74       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
75 def uvmv = new UpdateVfModuleVolumeInfraV1()
76 uvmv.executeMethod('prepDbInfraDbRequest', execution, isDebugLogEnabled)]]></bpmn2:script>\r
77     </bpmn2:scriptTask>\r
78     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_prepDbInfraRequest" targetRef="ServiceTask_callUpdateInfraDb"/>\r
79     <bpmn2:scriptTask id="ScriptTask_postProcessTemp" name="Set Success" scriptFormat="groovy">\r
80       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
81       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
82       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
83 execution.setVariable("UpdateVfModuleVolumeSuccessIndicator", true)]]></bpmn2:script>\r
84     </bpmn2:scriptTask>\r
85     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ScriptTask_postProcessTemp" targetRef="EndEvent_4"/>\r
86     <bpmn2:exclusiveGateway id="ExclusiveGateway_2">\r
87       <bpmn2:incoming>SequenceFlow_noVfModuleRelation</bpmn2:incoming>\r
88       <bpmn2:incoming>SequenceFlow_personaModelIdMatchYes</bpmn2:incoming>\r
89       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
90     </bpmn2:exclusiveGateway>\r
91     <bpmn2:subProcess id="SubProcess_errorHandler" name="Error Handler" triggeredByEvent="true">\r
92       <bpmn2:startEvent id="StartEvent_catchAllErrors" name="Catch All Errors">\r
93         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
94         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_77"/>\r
95       </bpmn2:startEvent>\r
96       <bpmn2:endEvent id="EndEvent_3">\r
97         <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
98         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11"/>\r
99       </bpmn2:endEvent>\r
100       <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="StartEvent_catchAllErrors" targetRef="ScriptTask_preFalloutHandler"/>\r
101       <bpmn2:scriptTask id="ScriptTask_preFalloutHandler" name="Fallout Handler (prep)" scriptFormat="groovy">\r
102         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
103         <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
104         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
105 def uvmv = new UpdateVfModuleVolumeInfraV1()
106 uvmv.executeMethod('prepFalloutHandler', execution, isDebugLogEnabled)]]></bpmn2:script>\r
107       </bpmn2:scriptTask>\r
108       <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preFalloutHandler" targetRef="CallActivity_falloutHandler"/>\r
109       <bpmn2:callActivity id="CallActivity_falloutHandler" name="Fallout Handler" calledElement="FalloutHandler">\r
110         <bpmn2:extensionElements>\r
111           <camunda:in source="UPDVfModVol_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
112           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
113           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
114           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
115           <camunda:out source="FH_ResponseCode" target="UPDVfModVol_FH_ResponseCode"/>\r
116           <camunda:out source="FH_ErrorResponse" target="UPDVfModVol_FH_ErrorResponse"/>\r
117           <camunda:out source="FalloutHandlerResponse" target="UPDVfModVol_FalloutHandlerResponse"/>\r
118         </bpmn2:extensionElements>\r
119         <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
120         <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
121       </bpmn2:callActivity>\r
122       <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="CallActivity_falloutHandler" targetRef="EndEvent_3"/>\r
123     </bpmn2:subProcess>\r
124     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_prepVnfRest"/>\r
125     <bpmn2:exclusiveGateway id="ExclusiveGateway_personaModelIdMatch" name="Persona Model ID match?">\r
126       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
127       <bpmn2:outgoing>SequenceFlow_personaModelIdMatchYes</bpmn2:outgoing>\r
128       <bpmn2:outgoing>SequenceFlow_personaModelidMatchNo</bpmn2:outgoing>\r
129     </bpmn2:exclusiveGateway>\r
130     <bpmn2:sequenceFlow id="SequenceFlow_personaModelIdMatchYes" name="Yes" sourceRef="ExclusiveGateway_personaModelIdMatch" targetRef="ExclusiveGateway_2">\r
131       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_modelInvariantId == UPDVfModVol_personaModelId}</bpmn2:conditionExpression>\r
132     </bpmn2:sequenceFlow>\r
133     <bpmn2:sequenceFlow id="SequenceFlow_personaModelidMatchNo" name="No" sourceRef="ExclusiveGateway_personaModelIdMatch" targetRef="ScriptTask_handlePersonaModelIdMismatch"/>\r
134     <bpmn2:scriptTask id="ScriptTask_queryAaiForVfModule" name="Query AAI for VF Module" scriptFormat="groovy">\r
135       <bpmn2:incoming>SequenceFlow_YesVfModuleRelation</bpmn2:incoming>\r
136       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
137       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
138 def uvmv = new UpdateVfModuleVolumeInfraV1()
139 uvmv.executeMethod('queryAAIForVfModule', execution, isDebugLogEnabled)]]></bpmn2:script>\r
140     </bpmn2:scriptTask>\r
141     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_queryAaiForVfModule" targetRef="ExclusiveGateway_personaModelIdMatch"/>\r
142     <bpmn2:scriptTask id="ScriptTask_handlePersonaModelIdMismatch" name="Handle Persona Model ID Mismatch" scriptFormat="groovy">\r
143       <bpmn2:incoming>SequenceFlow_personaModelidMatchNo</bpmn2:incoming>\r
144       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
145       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
146 def uvmv = new UpdateVfModuleVolumeInfraV1()
147 uvmv.executeMethod('handlePersonaModelIdMismatch', execution, isDebugLogEnabled)]]></bpmn2:script>\r
148     </bpmn2:scriptTask>\r
149     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_handlePersonaModelIdMismatch" targetRef="EndEvent_personaModelIdMismatch"/>\r
150     <bpmn2:endEvent id="EndEvent_personaModelIdMismatch">\r
151       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
152       <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1"/>\r
153     </bpmn2:endEvent>\r
154     <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Pre-process Request" scriptFormat="groovy">\r
155       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
156       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
157       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
158 def uvmv = new UpdateVfModuleVolumeInfraV1()
159 uvmv.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>\r
160     </bpmn2:scriptTask>\r
161     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSynchResponse"/>\r
162     <bpmn2:startEvent id="StartEvent_1" camunda:asyncAfter="true" name="Start">\r
163       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
164     </bpmn2:startEvent>\r
165     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_preProcessRequest"/>\r
166     <bpmn2:scriptTask id="ScriptTask_sendSynchResponse" name="Send Synch Response" scriptFormat="groovy">\r
167       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
168       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>\r
169       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
170 def uvmv = new UpdateVfModuleVolumeInfraV1()
171 uvmv.executeMethod('sendSynchResponse', execution, isDebugLogEnabled)]]></bpmn2:script>\r
172     </bpmn2:scriptTask>\r
173     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="ScriptTask_sendSynchResponse" targetRef="ScriptTask_queryAaiGenricVnf"/>\r
174     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="VF-MODULE relation?" default="SequenceFlow_noVfModuleRelation">\r
175       <bpmn2:incoming>SequenceFlow_tenantIsMatch</bpmn2:incoming>\r
176       <bpmn2:outgoing>SequenceFlow_YesVfModuleRelation</bpmn2:outgoing>\r
177       <bpmn2:outgoing>SequenceFlow_noVfModuleRelation</bpmn2:outgoing>\r
178     </bpmn2:exclusiveGateway>\r
179     <bpmn2:sequenceFlow id="SequenceFlow_YesVfModuleRelation" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_queryAaiForVfModule">\r
180       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_relatedVfModuleLink != ''}</bpmn2:conditionExpression>\r
181     </bpmn2:sequenceFlow>\r
182     <bpmn2:sequenceFlow id="SequenceFlow_noVfModuleRelation" name="No" sourceRef="ExclusiveGateway_1" targetRef="ExclusiveGateway_2"/>\r
183     <bpmn2:exclusiveGateway id="ExclusiveGateway_isTenantMatch" name="TenantId Match?" default="SequenceFlow_NoTenantMatch">\r
184       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
185       <bpmn2:outgoing>SequenceFlow_NoTenantMatch</bpmn2:outgoing>\r
186       <bpmn2:outgoing>SequenceFlow_tenantIsMatch</bpmn2:outgoing>\r
187     </bpmn2:exclusiveGateway>\r
188     <bpmn2:sequenceFlow id="SequenceFlow_NoTenantMatch" name="No" sourceRef="ExclusiveGateway_isTenantMatch" targetRef="ScriptTask_tenantIdMismatch"/>\r
189     <bpmn2:sequenceFlow id="SequenceFlow_tenantIsMatch" name="Yes" sourceRef="ExclusiveGateway_isTenantMatch" targetRef="ExclusiveGateway_1">\r
190       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_tenantId == UPDVfModVol_volumeGroupTenantId}</bpmn2:conditionExpression>\r
191     </bpmn2:sequenceFlow>\r
192     <bpmn2:scriptTask id="ScriptTask_tenantIdMismatch" name="Handle TenantId Mismatch" scriptFormat="groovy">\r
193       <bpmn2:incoming>SequenceFlow_NoTenantMatch</bpmn2:incoming>\r
194       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
195       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
196 def uvmv = new UpdateVfModuleVolumeInfraV1()
197 uvmv.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)]]></bpmn2:script>\r
198     </bpmn2:scriptTask>\r
199     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_tenantIdMismatch" targetRef="EndEvent_2"/>\r
200     <bpmn2:endEvent id="EndEvent_2">\r
201       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
202       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_76" errorRef="Error_1"/>\r
203     </bpmn2:endEvent>\r
204     <bpmn2:scriptTask id="ScriptTask_queryAAI" name="Query AAI for Volume Group Info" scriptFormat="groovy">\r
205       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
206       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
207       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
208 def uvmv = new UpdateVfModuleVolumeInfraV1()
209 uvmv.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled)]]></bpmn2:script>\r
210     </bpmn2:scriptTask>\r
211     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ScriptTask_queryAAI" targetRef="ExclusiveGateway_isTenantMatch"/>\r
212     <bpmn2:scriptTask id="ScriptTask_queryAaiGenricVnf" name="Query AAI for Generic VNF" scriptFormat="groovy">\r
213       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>\r
214       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
215       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
216 def uvmv = new UpdateVfModuleVolumeInfraV1()\r
217 uvmv.executeMethod('queryAAIForGenericVnf', execution, isDebugLogEnabled)]]></bpmn2:script>\r
218     </bpmn2:scriptTask>\r
219     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_queryAaiGenricVnf" targetRef="ScriptTask_queryAAI"/>\r
220   </bpmn2:process>\r
221   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
222   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
223     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVfModuleVolumeInfraV1">\r
224       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_62" bpmnElement="StartEvent_1">\r
225         <dc:Bounds height="37.0" width="37.0" x="191.0" y="131.0"/>\r
226         <bpmndi:BPMNLabel>\r
227           <dc:Bounds height="22.0" width="34.0" x="192.0" y="173.0"/>\r
228         </bpmndi:BPMNLabel>\r
229       </bpmndi:BPMNShape>\r
230       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_StartEvent_62" targetElement="_BPMNShape_ScriptTask_231">\r
231         <di:waypoint xsi:type="dc:Point" x="227.0" y="149.0"/>\r
232         <di:waypoint xsi:type="dc:Point" x="268.0" y="149.0"/>\r
233         <di:waypoint xsi:type="dc:Point" x="268.0" y="150.0"/>\r
234         <di:waypoint xsi:type="dc:Point" x="295.0" y="150.0"/>\r
235         <bpmndi:BPMNLabel>\r
236           <dc:Bounds height="6.0" width="6.0" x="248.0" y="149.0"/>\r
237         </bpmndi:BPMNLabel>\r
238       </bpmndi:BPMNEdge>\r
239       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_42" bpmnElement="CallActivity_callVNFAdapterRest">\r
240         <dc:Bounds height="80.0" width="100.0" x="591.0" y="420.0"/>\r
241       </bpmndi:BPMNShape>\r
242       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_230" bpmnElement="ScriptTask_postProcessTemp">\r
243         <dc:Bounds height="80.0" width="109.0" x="1318.0" y="420.0"/>\r
244       </bpmndi:BPMNShape>\r
245       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_231" bpmnElement="ScriptTask_preProcessRequest">\r
246         <dc:Bounds height="78.0" width="109.0" x="295.0" y="111.0"/>\r
247       </bpmndi:BPMNShape>\r
248       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_232" bpmnElement="ScriptTask_sendSynchResponse">\r
249         <dc:Bounds height="76.0" width="109.0" x="454.0" y="112.0"/>\r
250       </bpmndi:BPMNShape>\r
251       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_231" targetElement="_BPMNShape_ScriptTask_232">\r
252         <di:waypoint xsi:type="dc:Point" x="403.0" y="150.0"/>\r
253         <di:waypoint xsi:type="dc:Point" x="454.0" y="150.0"/>\r
254         <bpmndi:BPMNLabel>\r
255           <dc:Bounds height="6.0" width="6.0" x="418.0" y="150.0"/>\r
256         </bpmndi:BPMNLabel>\r
257       </bpmndi:BPMNEdge>\r
258       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_233" bpmnElement="ScriptTask_prepDbInfraRequest">\r
259         <dc:Bounds height="80.0" width="109.0" x="730.0" y="420.0"/>\r
260       </bpmndi:BPMNShape>\r
261       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_101" bpmnElement="ServiceTask_callUpdateInfraDb">\r
262         <dc:Bounds height="80.0" width="109.0" x="868.0" y="420.0"/>\r
263       </bpmndi:BPMNShape>\r
264       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_233" targetElement="_BPMNShape_ServiceTask_101">\r
265         <di:waypoint xsi:type="dc:Point" x="838.0" y="460.0"/>\r
266         <di:waypoint xsi:type="dc:Point" x="868.0" y="460.0"/>\r
267         <bpmndi:BPMNLabel>\r
268           <dc:Bounds height="6.0" width="6.0" x="853.0" y="491.0"/>\r
269         </bpmndi:BPMNLabel>\r
270       </bpmndi:BPMNEdge>\r
271       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ServiceTask_101" targetElement="_BPMNShape_ScriptTask_234">\r
272         <di:waypoint xsi:type="dc:Point" x="976.0" y="460.0"/>\r
273         <di:waypoint xsi:type="dc:Point" x="1014.0" y="460.0"/>\r
274         <bpmndi:BPMNLabel>\r
275           <dc:Bounds height="6.0" width="6.0" x="959.0" y="497.0"/>\r
276         </bpmndi:BPMNLabel>\r
277       </bpmndi:BPMNEdge>\r
278       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_prepCompletionHandlerRequest">\r
279         <dc:Bounds height="80.0" width="109.0" x="1014.0" y="420.0"/>\r
280       </bpmndi:BPMNShape>\r
281       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_43" bpmnElement="CallActivity_completionHandler">\r
282         <dc:Bounds height="61.0" width="109.0" x="1162.0" y="429.0"/>\r
283       </bpmndi:BPMNShape>\r
284       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_CallActivity_43">\r
285         <di:waypoint xsi:type="dc:Point" x="1122.0" y="460.0"/>\r
286         <di:waypoint xsi:type="dc:Point" x="1162.0" y="459.0"/>\r
287         <bpmndi:BPMNLabel>\r
288           <dc:Bounds height="6.0" width="6.0" x="1134.0" y="477.0"/>\r
289         </bpmndi:BPMNLabel>\r
290       </bpmndi:BPMNEdge>\r
291       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_43" targetElement="_BPMNShape_ScriptTask_230">\r
292         <di:waypoint xsi:type="dc:Point" x="1270.0" y="459.0"/>\r
293         <di:waypoint xsi:type="dc:Point" x="1318.0" y="460.0"/>\r
294         <bpmndi:BPMNLabel>\r
295           <dc:Bounds height="6.0" width="6.0" x="1216.0" y="521.0"/>\r
296         </bpmndi:BPMNLabel>\r
297       </bpmndi:BPMNEdge>\r
298       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_235" bpmnElement="ScriptTask_queryAAI">\r
299         <dc:Bounds height="73.0" width="109.0" x="742.0" y="113.0"/>\r
300       </bpmndi:BPMNShape>\r
301       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_126" bpmnElement="ExclusiveGateway_isTenantMatch" isMarkerVisible="true">\r
302         <dc:Bounds height="34.0" width="34.0" x="931.0" y="132.0"/>\r
303         <bpmndi:BPMNLabel>\r
304           <dc:Bounds height="22.0" width="102.0" x="898.0" y="113.0"/>\r
305         </bpmndi:BPMNLabel>\r
306       </bpmndi:BPMNShape>\r
307       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_236" bpmnElement="ScriptTask_tenantIdMismatch">\r
308         <dc:Bounds height="75.0" width="97.0" x="1064.0" y="112.0"/>\r
309       </bpmndi:BPMNShape>\r
310       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_235" targetElement="_BPMNShape_ExclusiveGateway_126">\r
311         <di:waypoint xsi:type="dc:Point" x="850.0" y="149.0"/>\r
312         <di:waypoint xsi:type="dc:Point" x="931.0" y="149.0"/>\r
313         <bpmndi:BPMNLabel>\r
314           <dc:Bounds height="6.0" width="6.0" x="877.0" y="149.0"/>\r
315         </bpmndi:BPMNLabel>\r
316       </bpmndi:BPMNEdge>\r
317       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_NoTenantMatch" sourceElement="_BPMNShape_ExclusiveGateway_126" targetElement="_BPMNShape_ScriptTask_236">\r
318         <di:waypoint xsi:type="dc:Point" x="965.0" y="149.0"/>\r
319         <di:waypoint xsi:type="dc:Point" x="1064.0" y="149.0"/>\r
320         <bpmndi:BPMNLabel>\r
321           <dc:Bounds height="22.0" width="22.0" x="986.0" y="149.0"/>\r
322         </bpmndi:BPMNLabel>\r
323       </bpmndi:BPMNEdge>\r
324       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_2">\r
325         <dc:Bounds height="49.0" width="49.0" x="1225.0" y="125.0"/>\r
326         <bpmndi:BPMNLabel>\r
327           <dc:Bounds height="0.0" width="0.0" x="1249.0" y="179.0"/>\r
328         </bpmndi:BPMNLabel>\r
329       </bpmndi:BPMNShape>\r
330       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_236" targetElement="_BPMNShape_EndEvent_169">\r
331         <di:waypoint xsi:type="dc:Point" x="1160.0" y="149.0"/>\r
332         <di:waypoint xsi:type="dc:Point" x="1225.0" y="149.0"/>\r
333         <bpmndi:BPMNLabel>\r
334           <dc:Bounds height="6.0" width="6.0" x="1179.0" y="149.0"/>\r
335         </bpmndi:BPMNLabel>\r
336       </bpmndi:BPMNEdge>\r
337       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_tenantIsMatch" sourceElement="_BPMNShape_ExclusiveGateway_126" targetElement="_BPMNShape_ExclusiveGateway_254">\r
338         <di:waypoint xsi:type="dc:Point" x="948.0" y="166.0"/>\r
339         <di:waypoint xsi:type="dc:Point" x="948.0" y="244.0"/>\r
340         <bpmndi:BPMNLabel>\r
341           <dc:Bounds height="22.0" width="29.0" x="915.0" y="173.0"/>\r
342         </bpmndi:BPMNLabel>\r
343       </bpmndi:BPMNEdge>\r
344       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_42" targetElement="_BPMNShape_ScriptTask_233">\r
345         <di:waypoint xsi:type="dc:Point" x="691.0" y="460.0"/>\r
346         <di:waypoint xsi:type="dc:Point" x="730.0" y="460.0"/>\r
347         <bpmndi:BPMNLabel>\r
348           <dc:Bounds height="6.0" width="6.0" x="712.0" y="531.0"/>\r
349         </bpmndi:BPMNLabel>\r
350       </bpmndi:BPMNEdge>\r
351       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_232" targetElement="_BPMNShape_ScriptTask_318">\r
352         <di:waypoint xsi:type="dc:Point" x="562.0" y="150.0"/>\r
353         <di:waypoint xsi:type="dc:Point" x="581.0" y="150.0"/>\r
354         <di:waypoint xsi:type="dc:Point" x="581.0" y="149.0"/>\r
355         <di:waypoint xsi:type="dc:Point" x="612.0" y="149.0"/>\r
356         <bpmndi:BPMNLabel>\r
357           <dc:Bounds height="6.0" width="6.0" x="578.0" y="150.0"/>\r
358         </bpmndi:BPMNLabel>\r
359       </bpmndi:BPMNEdge>\r
360       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_237" bpmnElement="ScriptTask_prepVnfRest">\r
361         <dc:Bounds height="80.0" width="109.0" x="454.0" y="420.0"/>\r
362       </bpmndi:BPMNShape>\r
363       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ScriptTask_237" targetElement="_BPMNShape_CallActivity_42">\r
364         <di:waypoint xsi:type="dc:Point" x="562.0" y="460.0"/>\r
365         <di:waypoint xsi:type="dc:Point" x="591.0" y="460.0"/>\r
366         <bpmndi:BPMNLabel>\r
367           <dc:Bounds height="6.0" width="6.0" x="446.0" y="460.0"/>\r
368         </bpmndi:BPMNLabel>\r
369       </bpmndi:BPMNEdge>\r
370       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_18" bpmnElement="SubProcess_errorHandler" isExpanded="true">\r
371         <dc:Bounds height="187.0" width="781.0" x="250.0" y="786.0"/>\r
372       </bpmndi:BPMNShape>\r
373       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_63" bpmnElement="StartEvent_catchAllErrors">\r
374         <dc:Bounds height="37.0" width="37.0" x="301.0" y="844.0"/>\r
375         <bpmndi:BPMNLabel>\r
376           <dc:Bounds height="22.0" width="98.0" x="270.0" y="886.0"/>\r
377         </bpmndi:BPMNLabel>\r
378       </bpmndi:BPMNShape>\r
379       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_238" bpmnElement="ScriptTask_preFalloutHandler">\r
380         <dc:Bounds height="61.0" width="109.0" x="445.0" y="832.0"/>\r
381       </bpmndi:BPMNShape>\r
382       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_44" bpmnElement="CallActivity_falloutHandler">\r
383         <dc:Bounds height="61.0" width="109.0" x="639.0" y="832.0"/>\r
384       </bpmndi:BPMNShape>\r
385       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_238" targetElement="_BPMNShape_CallActivity_44">\r
386         <di:waypoint xsi:type="dc:Point" x="553.0" y="862.0"/>\r
387         <di:waypoint xsi:type="dc:Point" x="639.0" y="862.0"/>\r
388         <bpmndi:BPMNLabel>\r
389           <dc:Bounds height="6.0" width="6.0" x="573.0" y="946.0"/>\r
390         </bpmndi:BPMNLabel>\r
391       </bpmndi:BPMNEdge>\r
392       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_170" bpmnElement="EndEvent_3">\r
393         <dc:Bounds height="37.0" width="37.0" x="862.0" y="844.0"/>\r
394         <bpmndi:BPMNLabel>\r
395           <dc:Bounds height="0.0" width="0.0" x="880.0" y="886.0"/>\r
396         </bpmndi:BPMNLabel>\r
397       </bpmndi:BPMNShape>\r
398       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_CallActivity_44" targetElement="_BPMNShape_EndEvent_170">\r
399         <di:waypoint xsi:type="dc:Point" x="747.0" y="862.0"/>\r
400         <di:waypoint xsi:type="dc:Point" x="862.0" y="862.0"/>\r
401         <bpmndi:BPMNLabel>\r
402           <dc:Bounds height="6.0" width="6.0" x="765.0" y="1030.0"/>\r
403         </bpmndi:BPMNLabel>\r
404       </bpmndi:BPMNEdge>\r
405       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_171" bpmnElement="EndEvent_4">\r
406         <dc:Bounds height="43.0" width="43.0" x="1461.0" y="438.0"/>\r
407         <bpmndi:BPMNLabel>\r
408           <dc:Bounds height="22.0" width="50.0" x="1457.0" y="486.0"/>\r
409         </bpmndi:BPMNLabel>\r
410       </bpmndi:BPMNShape>\r
411       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ScriptTask_230" targetElement="_BPMNShape_EndEvent_171">\r
412         <di:waypoint xsi:type="dc:Point" x="1426.0" y="460.0"/>\r
413         <di:waypoint xsi:type="dc:Point" x="1461.0" y="459.0"/>\r
414         <bpmndi:BPMNLabel>\r
415           <dc:Bounds height="6.0" width="6.0" x="1442.0" y="467.0"/>\r
416         </bpmndi:BPMNLabel>\r
417       </bpmndi:BPMNEdge>\r
418       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_StartEvent_63" targetElement="_BPMNShape_ScriptTask_238">\r
419         <di:waypoint xsi:type="dc:Point" x="337.0" y="862.0"/>\r
420         <di:waypoint xsi:type="dc:Point" x="445.0" y="862.0"/>\r
421         <bpmndi:BPMNLabel>\r
422           <dc:Bounds height="6.0" width="6.0" x="385.0" y="1030.0"/>\r
423         </bpmndi:BPMNLabel>\r
424       </bpmndi:BPMNEdge>\r
425       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">\r
426         <dc:Bounds height="34.0" width="34.0" x="931.0" y="244.0"/>\r
427         <bpmndi:BPMNLabel>\r
428           <dc:Bounds height="22.0" width="135.0" x="881.0" y="283.0"/>\r
429         </bpmndi:BPMNLabel>\r
430       </bpmndi:BPMNShape>\r
431       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_YesVfModuleRelation" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_313">\r
432         <di:waypoint xsi:type="dc:Point" x="931.0" y="261.0"/>\r
433         <di:waypoint xsi:type="dc:Point" x="634.0" y="261.0"/>\r
434         <di:waypoint xsi:type="dc:Point" x="634.0" y="262.0"/>\r
435         <di:waypoint xsi:type="dc:Point" x="405.0" y="262.0"/>\r
436         <bpmndi:BPMNLabel>\r
437           <dc:Bounds height="22.0" width="29.0" x="729.0" y="261.0"/>\r
438         </bpmndi:BPMNLabel>\r
439       </bpmndi:BPMNEdge>\r
440       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_313" bpmnElement="ScriptTask_queryAaiForVfModule">\r
441         <dc:Bounds height="80.0" width="109.0" x="297.0" y="222.0"/>\r
442       </bpmndi:BPMNShape>\r
443       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_personaModelIdMatch" isMarkerVisible="true">\r
444         <dc:Bounds height="34.0" width="34.0" x="333.0" y="346.0"/>\r
445         <bpmndi:BPMNLabel>\r
446           <dc:Bounds height="22.0" width="156.0" x="272.0" y="385.0"/>\r
447         </bpmndi:BPMNLabel>\r
448       </bpmndi:BPMNShape>\r
449       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_313" targetElement="_BPMNShape_ExclusiveGateway_255">\r
450         <di:waypoint xsi:type="dc:Point" x="350.0" y="302.0"/>\r
451         <di:waypoint xsi:type="dc:Point" x="350.0" y="329.0"/>\r
452         <di:waypoint xsi:type="dc:Point" x="350.0" y="346.0"/>\r
453         <bpmndi:BPMNLabel>\r
454           <dc:Bounds height="6.0" width="6.0" x="347.0" y="318.0"/>\r
455         </bpmndi:BPMNLabel>\r
456       </bpmndi:BPMNEdge>\r
457       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_personaModelIdMatchYes" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ExclusiveGateway_256">\r
458         <di:waypoint xsi:type="dc:Point" x="367.0" y="363.0"/>\r
459         <di:waypoint xsi:type="dc:Point" x="491.0" y="363.0"/>\r
460         <bpmndi:BPMNLabel>\r
461           <dc:Bounds height="22.0" width="29.0" x="398.0" y="363.0"/>\r
462         </bpmndi:BPMNLabel>\r
463       </bpmndi:BPMNEdge>\r
464       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_256" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
465         <dc:Bounds height="34.0" width="34.0" x="491.0" y="346.0"/>\r
466         <bpmndi:BPMNLabel>\r
467           <dc:Bounds height="0.0" width="0.0" x="508.0" y="385.0"/>\r
468         </bpmndi:BPMNLabel>\r
469       </bpmndi:BPMNShape>\r
470       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_noVfModuleRelation" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ExclusiveGateway_256">\r
471         <di:waypoint xsi:type="dc:Point" x="948.0" y="278.0"/>\r
472         <di:waypoint xsi:type="dc:Point" x="948.0" y="363.0"/>\r
473         <di:waypoint xsi:type="dc:Point" x="701.0" y="363.0"/>\r
474         <di:waypoint xsi:type="dc:Point" x="525.0" y="363.0"/>\r
475         <bpmndi:BPMNLabel>\r
476           <dc:Bounds height="22.0" width="22.0" x="795.0" y="363.0"/>\r
477         </bpmndi:BPMNLabel>\r
478       </bpmndi:BPMNEdge>\r
479       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_personaModelidMatchNo" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_315">\r
480         <di:waypoint xsi:type="dc:Point" x="350.0" y="380.0"/>\r
481         <di:waypoint xsi:type="dc:Point" x="350.0" y="401.0"/>\r
482         <di:waypoint xsi:type="dc:Point" x="351.0" y="460.0"/>\r
483         <bpmndi:BPMNLabel>\r
484           <dc:Bounds height="22.0" width="22.0" x="350.0" y="409.0"/>\r
485         </bpmndi:BPMNLabel>\r
486       </bpmndi:BPMNEdge>\r
487       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_315" bpmnElement="ScriptTask_handlePersonaModelIdMismatch">\r
488         <dc:Bounds height="80.0" width="109.0" x="297.0" y="460.0"/>\r
489       </bpmndi:BPMNShape>\r
490       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_172" bpmnElement="EndEvent_personaModelIdMismatch">\r
491         <dc:Bounds height="43.0" width="43.0" x="330.0" y="600.0"/>\r
492         <bpmndi:BPMNLabel>\r
493           <dc:Bounds height="0.0" width="0.0" x="351.0" y="648.0"/>\r
494         </bpmndi:BPMNLabel>\r
495       </bpmndi:BPMNShape>\r
496       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_315" targetElement="_BPMNShape_EndEvent_172">\r
497         <di:waypoint xsi:type="dc:Point" x="351.0" y="540.0"/>\r
498         <di:waypoint xsi:type="dc:Point" x="351.0" y="600.0"/>\r
499         <bpmndi:BPMNLabel>\r
500           <dc:Bounds height="6.0" width="6.0" x="348.0" y="560.0"/>\r
501         </bpmndi:BPMNLabel>\r
502       </bpmndi:BPMNEdge>\r
503       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_256" targetElement="_BPMNShape_ScriptTask_237">\r
504         <di:waypoint xsi:type="dc:Point" x="508.0" y="380.0"/>\r
505         <di:waypoint xsi:type="dc:Point" x="508.0" y="420.0"/>\r
506       </bpmndi:BPMNEdge>\r
507       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_318" bpmnElement="ScriptTask_queryAaiGenricVnf">\r
508         <dc:Bounds height="75.0" width="97.0" x="612.0" y="112.0"/>\r
509       </bpmndi:BPMNShape>\r
510       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_318" targetElement="_BPMNShape_ScriptTask_235">\r
511         <di:waypoint xsi:type="dc:Point" x="708.0" y="149.0"/>\r
512         <di:waypoint xsi:type="dc:Point" x="742.0" y="149.0"/>\r
513       </bpmndi:BPMNEdge>\r
514     </bpmndi:BPMNPlane>\r
515   </bpmndi:BPMNDiagram>\r
516 </bpmn2:definitions>