Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / DeleteVfModuleVolumeInfraV1.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="_MagIIMOUEeW8asg-vCEgWQ" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="DeleteVfModuleVolumeInfraV1" name="DeleteVfModuleVolumeInfraV1" isExecutable="true">\r
4     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">\r
5       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
7       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
8 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
9 deleteVfMod.executeMethod('preProcessRequest', execution, isDebugLogEnabled)
10
11 ]]></bpmn2:script>\r
12     </bpmn2:scriptTask>\r
13     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask"/>\r
14     <bpmn2:startEvent id="deleteNetwork_startEvent" camunda:asyncAfter="true" name="Start Flow">\r
15       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
16     </bpmn2:startEvent>\r
17     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="deleteNetwork_startEvent" targetRef="preProcessRequest_ScriptTask"/>\r
18     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">\r
19       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
20       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
21       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
22 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
23 deleteVfMod.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>\r
24     </bpmn2:scriptTask>\r
25     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="ScriptTask_callRestCloudRegion"/>\r
26     <bpmn2:scriptTask id="ScriptTask_callRestCloudRegion" name="Call REST Query Cloud Region " scriptFormat="groovy">\r
27       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
28       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
29       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
30 def delVfModuleVol = new DeleteVfModuleVolumeInfraV1()
31 delVfModuleVol.executeMethod('callRESTQueryAAICloudRegion', execution, isDebugLogEnabled)]]></bpmn2:script>\r
32     </bpmn2:scriptTask>\r
33     <bpmn2:scriptTask id="prepareVnfAdapterDelete_ScriptTask_1" name="Prepare Vnf Adapter Delete" scriptFormat="groovy">\r
34       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
35       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
36       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
37 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
38 deleteVfMod.executeMethod('prepareVnfAdapterDeleteRequest', execution, isDebugLogEnabled)]]></bpmn2:script>\r
39     </bpmn2:scriptTask>\r
40     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="prepareVnfAdapterDelete_ScriptTask_1" targetRef="callVnfAdapterDeleteSubflow_CallActivity"/>\r
41     <bpmn2:endEvent id="EndEvent_5">\r
42       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
43       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1"/>\r
44     </bpmn2:endEvent>\r
45     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="TenantId Match?" default="SequenceFlow_21">\r
46       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
47       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
48       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
49     </bpmn2:exclusiveGateway>\r
50     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_3" targetRef="prepareVnfAdapterDelete_ScriptTask_1">\r
51       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_tenantId") == execution.getVariable("DELVfModVol_volumeGroupTenantId")}]]></bpmn2:conditionExpression>\r
52     </bpmn2:sequenceFlow>\r
53     <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ExclusiveGateway_3" targetRef="ScriptTask_2"/>\r
54     <bpmn2:callActivity id="callVnfAdapterDeleteSubflow_CallActivity" name="Call Vnf Adapter Delete subflow" calledElement="vnfAdapterRestV1">\r
55       <bpmn2:extensionElements>\r
56         <camunda:in source="DELVfModVol_deleteVnfARequest" target="vnfAdapterRestV1Request"/>\r
57         <camunda:out source="vnfAdapterRestV1Response" target="DELVfModVol_deleteVnfAResponse"/>\r
58         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
59         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
60         <camunda:in variables="all"/>\r
61         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
62         <camunda:out source="VNFREST_SuccessIndicator" target="VNFREST_SuccessIndicator"/>\r
63       </bpmn2:extensionElements>\r
64       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
65       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
66     </bpmn2:callActivity>\r
67     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="callVnfAdapterDeleteSubflow_CallActivity" targetRef="ExclusiveGateway_2"/>\r
68     <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Query AAI for Volume Group Info" scriptFormat="groovy">\r
69       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
70       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
71       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
72 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
73 deleteVfMod.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled)
74 ]]></bpmn2:script>\r
75     </bpmn2:scriptTask>\r
76     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="callAAIQuery_scriptTask" targetRef="ExclusiveGateway_3"/>\r
77     <bpmn2:scriptTask id="ScriptTask_2" name="Handle TenantId Mismatch" scriptFormat="groovy">\r
78       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
79       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
80       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
81 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
82 deleteVfMod.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)]]></bpmn2:script>\r
83     </bpmn2:scriptTask>\r
84     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_5"/>\r
85     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_callRestCloudRegion" targetRef="ExclusiveGateway_1"/>\r
86     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="is Cloud Region Ok?" default="SequenceFlow_4">\r
87       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
89       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
90     </bpmn2:exclusiveGateway>\r
91     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_3"/>\r
92     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ExclusiveGateway_1" targetRef="callAAIQuery_scriptTask">\r
93       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_isCloudRegionGood") == true}]]></bpmn2:conditionExpression>\r
94     </bpmn2:sequenceFlow>\r
95     <bpmn2:endEvent id="EndEvent_3">\r
96       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
97       <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/>\r
98     </bpmn2:endEvent>\r
99     <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">\r
100       <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">\r
101         <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
102         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
103       </bpmn2:startEvent>\r
104       <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ExclusiveGateway_synResponseSent"/>\r
105       <bpmn2:exclusiveGateway id="ExclusiveGateway_synResponseSent" name="Sync response sent?" default="SequenceFlow_responseNotSent">\r
106         <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
107         <bpmn2:outgoing>SequenceFlow_responseNotSent</bpmn2:outgoing>\r
108         <bpmn2:outgoing>SequenceFlow_responseSent</bpmn2:outgoing>\r
109       </bpmn2:exclusiveGateway>\r
110       <bpmn2:scriptTask id="ScriptTask_4" name="Send Sync Ack Error" scriptFormat="groovy">\r
111         <bpmn2:incoming>SequenceFlow_responseNotSent</bpmn2:incoming>\r
112         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
113         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
114 def deleteVfMod = new  DeleteVfModuleVolumeInfraV1()
115 deleteVfMod.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>\r
116       </bpmn2:scriptTask>\r
117       <bpmn2:sequenceFlow id="SequenceFlow_responseNotSent" name="No" sourceRef="ExclusiveGateway_synResponseSent" targetRef="ScriptTask_4"/>\r
118       <bpmn2:sequenceFlow id="SequenceFlow_responseSent" name="Yes" sourceRef="ExclusiveGateway_synResponseSent" targetRef="prepareFalloutHandler_ScriptTask">\r
119         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DELVfModVol_syncResponseSent == true}</bpmn2:conditionExpression>\r
120       </bpmn2:sequenceFlow>\r
121       <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy">\r
122         <bpmn2:incoming>SequenceFlow_responseSent</bpmn2:incoming>\r
123         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
124         <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
125         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
126 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
127 deleteVfMod.executeMethod('prepareFalloutHandler', execution, isDebugLogEnabled)
128 ]]></bpmn2:script>\r
129       </bpmn2:scriptTask>\r
130       <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity"/>\r
131       <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler">\r
132         <bpmn2:extensionElements>\r
133           <camunda:in variables="all"/>\r
134           <camunda:out variables="all"/>\r
135           <camunda:in source="DELVfModVol_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
136           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
137           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
138           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/>\r
139           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/>\r
140           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/>\r
141         </bpmn2:extensionElements>\r
142         <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
143         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
144       </bpmn2:callActivity>\r
145       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_1"/>\r
146       <bpmn2:endEvent id="EndEvent_1">\r
147         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
148         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>\r
149       </bpmn2:endEvent>\r
150       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_4" targetRef="prepareFalloutHandler_ScriptTask"/>\r
151     </bpmn2:subProcess>\r
152     <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy">\r
153       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
154       <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>\r
155       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
156 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
157 deleteVfMod.executeMethod('prepareDBRequest', execution, isDebugLogEnabled)
158
159 ]]></bpmn2:script>\r
160     </bpmn2:scriptTask>\r
161     <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask"/>\r
162     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Prepare Completion Handler Request" scriptFormat="groovy">\r
163       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
164       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
165       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
166 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
167 deleteVfMod.executeMethod('prepareCompletionHandlerRequest', execution, isDebugLogEnabled)
168 ]]></bpmn2:script>\r
169     </bpmn2:scriptTask>\r
170     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity"/>\r
171     <bpmn2:scriptTask id="ScriptTask_3" name="Set Success" scriptFormat="groovy">\r
172       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
173       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
174       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
175 execution.setVariable("DELVfModVol_TransactionSuccessIndicator", true)]]></bpmn2:script>\r
176     </bpmn2:scriptTask>\r
177     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ScriptTask_3" targetRef="EndEvent_2"/>\r
178     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">\r
179       <bpmn2:extensionElements>\r
180         <camunda:in variables="all"/>\r
181         <camunda:out variables="all"/>\r
182         <camunda:in source="DELVfModVol_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>\r
183         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
184         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
185         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>\r
186         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>\r
187         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>\r
188       </bpmn2:extensionElements>\r
189       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
190       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
191     </bpmn2:callActivity>\r
192     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_3"/>\r
193     <bpmn2:endEvent id="EndEvent_2" name="End">\r
194       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
195       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_3"/>\r
196     </bpmn2:endEvent>\r
197     <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update">\r
198       <bpmn2:extensionElements>\r
199         <camunda:connector>\r
200           <camunda:connectorId>http-connector</camunda:connectorId>\r
201           <camunda:inputOutput>\r
202             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
203             <camunda:inputParameter name="payload">${DELVfModVol_updateInfraRequest}</camunda:inputParameter>\r
204             <camunda:inputParameter name="headers">\r
205               <camunda:map>\r
206                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
207               </camunda:map>\r
208             </camunda:inputParameter>\r
209             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
210             <camunda:outputParameter name="DELVfModVol_createDBResponse">${response}</camunda:outputParameter>\r
211             <camunda:outputParameter name="DELVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter>\r
212           </camunda:inputOutput>\r
213         </camunda:connector>\r
214       </bpmn2:extensionElements>\r
215       <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>\r
216       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
217     </bpmn2:serviceTask>\r
218     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask"/>\r
219     <bpmn2:scriptTask id="callRESTDeleteVolGrpId_ScriptTask" name="Call REST Delete AAI Vol Grp Id" scriptFormat="groovy">\r
220       <bpmn2:incoming>SequenceFlow_vnfAdapterCallOK</bpmn2:incoming>\r
221       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
222       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
223 def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
224 deleteVfMod.executeMethod('deleteVolGrpId', execution, isDebugLogEnabled)]]></bpmn2:script>\r
225     </bpmn2:scriptTask>\r
226     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTDeleteVolGrpId_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask"/>\r
227     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Is call to VNF Adapter OK?" default="SequenceFlow_vnfAdapterCallNotOK">\r
228       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
229       <bpmn2:outgoing>SequenceFlow_vnfAdapterCallOK</bpmn2:outgoing>\r
230       <bpmn2:outgoing>SequenceFlow_vnfAdapterCallNotOK</bpmn2:outgoing>\r
231     </bpmn2:exclusiveGateway>\r
232     <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallOK" name="" sourceRef="ExclusiveGateway_2" targetRef="callRESTDeleteVolGrpId_ScriptTask">\r
233       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{VNFREST_SuccessIndicator == true}</bpmn2:conditionExpression>\r
234     </bpmn2:sequenceFlow>\r
235     <bpmn2:endEvent id="EndEvent_6">\r
236       <bpmn2:incoming>SequenceFlow_vnfAdapterCallNotOK</bpmn2:incoming>\r
237       <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_1"/>\r
238     </bpmn2:endEvent>\r
239     <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallNotOK" name="" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_6"/>\r
240   </bpmn2:process>\r
241   <bpmn2:error id="Error_2" errorCode="java.lang.Exception" name="java.lang.Exception"/>\r
242   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
243   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
244     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleVolumeInfraV1">\r
245       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteNetwork_startEvent">\r
246         <dc:Bounds height="36.0" width="36.0" x="103.0" y="94.0"/>\r
247         <bpmndi:BPMNLabel>\r
248           <dc:Bounds height="22.0" width="65.0" x="89.0" y="135.0"/>\r
249         </bpmndi:BPMNLabel>\r
250       </bpmndi:BPMNShape>\r
251       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">\r
252         <dc:Bounds height="80.0" width="100.0" x="355.0" y="72.0"/>\r
253       </bpmndi:BPMNShape>\r
254       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">\r
255         <di:waypoint xsi:type="dc:Point" x="139.0" y="112.0"/>\r
256         <di:waypoint xsi:type="dc:Point" x="355.0" y="112.0"/>\r
257         <bpmndi:BPMNLabel>\r
258           <dc:Bounds height="6.0" width="6.0" x="116.0" y="12.0"/>\r
259         </bpmndi:BPMNLabel>\r
260       </bpmndi:BPMNEdge>\r
261       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask">\r
262         <dc:Bounds height="80.0" width="100.0" x="864.0" y="72.0"/>\r
263       </bpmndi:BPMNShape>\r
264       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity">\r
265         <dc:Bounds height="80.0" width="100.0" x="438.0" y="360.0"/>\r
266       </bpmndi:BPMNShape>\r
267       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">\r
268         <dc:Bounds height="80.0" width="100.0" x="993.0" y="985.0"/>\r
269       </bpmndi:BPMNShape>\r
270       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">\r
271         <dc:Bounds height="337.0" width="660.0" x="37.0" y="288.0"/>\r
272       </bpmndi:BPMNShape>\r
273       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">\r
274         <dc:Bounds height="36.0" width="36.0" x="60.0" y="383.0"/>\r
275         <bpmndi:BPMNLabel>\r
276           <dc:Bounds height="22.0" width="67.0" x="45.0" y="424.0"/>\r
277         </bpmndi:BPMNLabel>\r
278       </bpmndi:BPMNShape>\r
279       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask">\r
280         <dc:Bounds height="80.0" width="100.0" x="288.0" y="360.0"/>\r
281       </bpmndi:BPMNShape>\r
282       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">\r
283         <dc:Bounds height="80.0" width="100.0" x="993.0" y="877.0"/>\r
284       </bpmndi:BPMNShape>\r
285       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask">\r
286         <dc:Bounds height="80.0" width="100.0" x="993.0" y="660.0"/>\r
287       </bpmndi:BPMNShape>\r
288       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask">\r
289         <dc:Bounds height="80.0" width="100.0" x="993.0" y="769.0"/>\r
290       </bpmndi:BPMNShape>\r
291       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">\r
292         <di:waypoint xsi:type="dc:Point" x="455.0" y="112.0"/>\r
293         <di:waypoint xsi:type="dc:Point" x="496.0" y="112.0"/>\r
294         <bpmndi:BPMNLabel>\r
295           <dc:Bounds height="6.0" width="6.0" x="486.0" y="112.0"/>\r
296         </bpmndi:BPMNLabel>\r
297       </bpmndi:BPMNEdge>\r
298       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">\r
299         <dc:Bounds height="80.0" width="100.0" x="496.0" y="72.0"/>\r
300       </bpmndi:BPMNShape>\r
301       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_255">\r
302         <di:waypoint xsi:type="dc:Point" x="96.0" y="401.0"/>\r
303         <di:waypoint xsi:type="dc:Point" x="118.0" y="401.0"/>\r
304         <di:waypoint xsi:type="dc:Point" x="118.0" y="400.0"/>\r
305         <di:waypoint xsi:type="dc:Point" x="144.0" y="400.0"/>\r
306         <bpmndi:BPMNLabel>\r
307           <dc:Bounds height="6.0" width="6.0" x="99.0" y="401.0"/>\r
308         </bpmndi:BPMNLabel>\r
309       </bpmndi:BPMNEdge>\r
310       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3">\r
311         <di:waypoint xsi:type="dc:Point" x="388.0" y="400.0"/>\r
312         <di:waypoint xsi:type="dc:Point" x="438.0" y="400.0"/>\r
313         <bpmndi:BPMNLabel>\r
314           <dc:Bounds height="6.0" width="6.0" x="413.0" y="400.0"/>\r
315         </bpmndi:BPMNLabel>\r
316       </bpmndi:BPMNEdge>\r
317       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80">\r
318         <di:waypoint xsi:type="dc:Point" x="1043.0" y="849.0"/>\r
319         <di:waypoint xsi:type="dc:Point" x="1043.0" y="877.0"/>\r
320         <bpmndi:BPMNLabel>\r
321           <dc:Bounds height="6.0" width="6.0" x="1258.0" y="857.0"/>\r
322         </bpmndi:BPMNLabel>\r
323       </bpmndi:BPMNEdge>\r
324       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">\r
325         <di:waypoint xsi:type="dc:Point" x="1043.0" y="957.0"/>\r
326         <di:waypoint xsi:type="dc:Point" x="1043.0" y="985.0"/>\r
327         <bpmndi:BPMNLabel>\r
328           <dc:Bounds height="6.0" width="6.0" x="1289.0" y="898.0"/>\r
329         </bpmndi:BPMNLabel>\r
330       </bpmndi:BPMNEdge>\r
331       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTDeleteVolGrpId_ScriptTask">\r
332         <dc:Bounds height="80.0" width="100.0" x="993.0" y="528.0"/>\r
333       </bpmndi:BPMNShape>\r
334       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_83">\r
335         <di:waypoint xsi:type="dc:Point" x="1043.0" y="608.0"/>\r
336         <di:waypoint xsi:type="dc:Point" x="1043.0" y="660.0"/>\r
337         <bpmndi:BPMNLabel>\r
338           <dc:Bounds height="6.0" width="6.0" x="1291.0" y="557.0"/>\r
339         </bpmndi:BPMNLabel>\r
340       </bpmndi:BPMNEdge>\r
341       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86">\r
342         <di:waypoint xsi:type="dc:Point" x="1043.0" y="740.0"/>\r
343         <di:waypoint xsi:type="dc:Point" x="1043.0" y="769.0"/>\r
344         <bpmndi:BPMNLabel>\r
345           <dc:Bounds height="6.0" width="6.0" x="1258.0" y="751.0"/>\r
346         </bpmndi:BPMNLabel>\r
347       </bpmndi:BPMNEdge>\r
348       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_22" bpmnElement="callVnfAdapterDeleteSubflow_CallActivity">\r
349         <dc:Bounds height="80.0" width="100.0" x="993.0" y="300.0"/>\r
350       </bpmndi:BPMNShape>\r
351       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="prepareVnfAdapterDelete_ScriptTask_1">\r
352         <dc:Bounds height="80.0" width="100.0" x="993.0" y="180.0"/>\r
353       </bpmndi:BPMNShape>\r
354       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_CallActivity_22">\r
355         <di:waypoint xsi:type="dc:Point" x="1043.0" y="260.0"/>\r
356         <di:waypoint xsi:type="dc:Point" x="1043.0" y="300.0"/>\r
357         <bpmndi:BPMNLabel>\r
358           <dc:Bounds height="6.0" width="6.0" x="1112.0" y="280.0"/>\r
359         </bpmndi:BPMNLabel>\r
360       </bpmndi:BPMNEdge>\r
361       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_22" targetElement="_BPMNShape_ExclusiveGateway_252">\r
362         <di:waypoint xsi:type="dc:Point" x="1043.0" y="380.0"/>\r
363         <di:waypoint xsi:type="dc:Point" x="1043.0" y="401.0"/>\r
364         <di:waypoint xsi:type="dc:Point" x="1042.0" y="401.0"/>\r
365         <di:waypoint xsi:type="dc:Point" x="1042.0" y="422.0"/>\r
366         <bpmndi:BPMNLabel>\r
367           <dc:Bounds height="6.0" width="6.0" x="1039.0" y="415.0"/>\r
368         </bpmndi:BPMNLabel>\r
369       </bpmndi:BPMNEdge>\r
370       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_163" bpmnElement="EndEvent_1">\r
371         <dc:Bounds height="36.0" width="36.0" x="588.0" y="382.0"/>\r
372         <bpmndi:BPMNLabel>\r
373           <dc:Bounds height="0.0" width="0.0" x="606.0" y="423.0"/>\r
374         </bpmndi:BPMNLabel>\r
375       </bpmndi:BPMNShape>\r
376       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_163">\r
377         <di:waypoint xsi:type="dc:Point" x="538.0" y="400.0"/>\r
378         <di:waypoint xsi:type="dc:Point" x="588.0" y="400.0"/>\r
379         <bpmndi:BPMNLabel>\r
380           <dc:Bounds height="6.0" width="6.0" x="558.0" y="400.0"/>\r
381         </bpmndi:BPMNLabel>\r
382       </bpmndi:BPMNEdge>\r
383       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_167" bpmnElement="EndEvent_2">\r
384         <dc:Bounds height="36.0" width="36.0" x="1025.0" y="1201.0"/>\r
385         <bpmndi:BPMNLabel>\r
386           <dc:Bounds height="22.0" width="29.0" x="1029.0" y="1242.0"/>\r
387         </bpmndi:BPMNLabel>\r
388       </bpmndi:BPMNShape>\r
389       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_241">\r
390         <di:waypoint xsi:type="dc:Point" x="1043.0" y="1065.0"/>\r
391         <di:waypoint xsi:type="dc:Point" x="1043.0" y="1093.0"/>\r
392         <bpmndi:BPMNLabel>\r
393           <dc:Bounds height="6.0" width="6.0" x="1258.0" y="1083.0"/>\r
394         </bpmndi:BPMNLabel>\r
395       </bpmndi:BPMNEdge>\r
396       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_4">\r
397         <dc:Bounds height="80.0" width="100.0" x="120.0" y="492.0"/>\r
398       </bpmndi:BPMNShape>\r
399       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_ScriptTask_251">\r
400         <di:waypoint xsi:type="dc:Point" x="596.0" y="112.0"/>\r
401         <di:waypoint xsi:type="dc:Point" x="623.0" y="112.0"/>\r
402         <di:waypoint xsi:type="dc:Point" x="623.0" y="115.0"/>\r
403         <di:waypoint xsi:type="dc:Point" x="636.0" y="115.0"/>\r
404         <bpmndi:BPMNLabel>\r
405           <dc:Bounds height="6.0" width="6.0" x="613.0" y="112.0"/>\r
406         </bpmndi:BPMNLabel>\r
407       </bpmndi:BPMNEdge>\r
408       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_203">\r
409         <di:waypoint xsi:type="dc:Point" x="964.0" y="112.0"/>\r
410         <di:waypoint xsi:type="dc:Point" x="1017.0" y="111.0"/>\r
411         <bpmndi:BPMNLabel>\r
412           <dc:Bounds height="6.0" width="6.0" x="1067.0" y="113.0"/>\r
413         </bpmndi:BPMNLabel>\r
414       </bpmndi:BPMNEdge>\r
415       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_203" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">\r
416         <dc:Bounds height="50.0" width="50.0" x="1017.0" y="86.0"/>\r
417         <bpmndi:BPMNLabel>\r
418           <dc:Bounds height="22.0" width="102.0" x="984.0" y="60.0"/>\r
419         </bpmndi:BPMNLabel>\r
420       </bpmndi:BPMNShape>\r
421       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_240" bpmnElement="ScriptTask_2">\r
422         <dc:Bounds height="80.0" width="100.0" x="1104.0" y="72.0"/>\r
423       </bpmndi:BPMNShape>\r
424       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_160">\r
425         <di:waypoint xsi:type="dc:Point" x="1042.0" y="136.0"/>\r
426         <di:waypoint xsi:type="dc:Point" x="1043.0" y="180.0"/>\r
427         <bpmndi:BPMNLabel>\r
428           <dc:Bounds height="6.0" width="6.0" x="1040.0" y="122.0"/>\r
429         </bpmndi:BPMNLabel>\r
430       </bpmndi:BPMNEdge>\r
431       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_240">\r
432         <di:waypoint xsi:type="dc:Point" x="1067.0" y="111.0"/>\r
433         <di:waypoint xsi:type="dc:Point" x="1085.0" y="111.0"/>\r
434         <di:waypoint xsi:type="dc:Point" x="1085.0" y="112.0"/>\r
435         <di:waypoint xsi:type="dc:Point" x="1104.0" y="112.0"/>\r
436         <bpmndi:BPMNLabel>\r
437           <dc:Bounds height="6.0" width="6.0" x="1216.0" y="113.0"/>\r
438         </bpmndi:BPMNLabel>\r
439       </bpmndi:BPMNEdge>\r
440       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_5">\r
441         <dc:Bounds height="36.0" width="36.0" x="1242.0" y="95.0"/>\r
442         <bpmndi:BPMNLabel>\r
443           <dc:Bounds height="0.0" width="0.0" x="1260.0" y="136.0"/>\r
444         </bpmndi:BPMNLabel>\r
445       </bpmndi:BPMNShape>\r
446       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_240" targetElement="_BPMNShape_EndEvent_178">\r
447         <di:waypoint xsi:type="dc:Point" x="1204.0" y="112.0"/>\r
448         <di:waypoint xsi:type="dc:Point" x="1222.0" y="112.0"/>\r
449         <di:waypoint xsi:type="dc:Point" x="1222.0" y="113.0"/>\r
450         <di:waypoint xsi:type="dc:Point" x="1242.0" y="113.0"/>\r
451         <bpmndi:BPMNLabel>\r
452           <dc:Bounds height="6.0" width="6.0" x="1220.0" y="113.0"/>\r
453         </bpmndi:BPMNLabel>\r
454       </bpmndi:BPMNEdge>\r
455       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="ScriptTask_3">\r
456         <dc:Bounds height="80.0" width="100.0" x="993.0" y="1093.0"/>\r
457       </bpmndi:BPMNShape>\r
458       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_167">\r
459         <di:waypoint xsi:type="dc:Point" x="1043.0" y="1173.0"/>\r
460         <di:waypoint xsi:type="dc:Point" x="1043.0" y="1201.0"/>\r
461         <bpmndi:BPMNLabel>\r
462           <dc:Bounds height="6.0" width="6.0" x="1040.0" y="1320.0"/>\r
463         </bpmndi:BPMNLabel>\r
464       </bpmndi:BPMNEdge>\r
465       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="ScriptTask_callRestCloudRegion">\r
466         <dc:Bounds height="80.0" width="100.0" x="636.0" y="75.0"/>\r
467       </bpmndi:BPMNShape>\r
468       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">\r
469         <dc:Bounds height="50.0" width="50.0" x="774.0" y="89.0"/>\r
470         <bpmndi:BPMNLabel>\r
471           <dc:Bounds height="22.0" width="125.0" x="735.0" y="40.0"/>\r
472         </bpmndi:BPMNLabel>\r
473       </bpmndi:BPMNShape>\r
474       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_215" bpmnElement="EndEvent_3">\r
475         <dc:Bounds height="36.0" width="36.0" x="781.0" y="170.0"/>\r
476         <bpmndi:BPMNLabel>\r
477           <dc:Bounds height="0.0" width="0.0" x="799.0" y="211.0"/>\r
478         </bpmndi:BPMNLabel>\r
479       </bpmndi:BPMNShape>\r
480       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_EndEvent_215">\r
481         <di:waypoint xsi:type="dc:Point" x="798.0" y="139.0"/>\r
482         <di:waypoint xsi:type="dc:Point" x="798.0" y="153.0"/>\r
483         <di:waypoint xsi:type="dc:Point" x="799.0" y="153.0"/>\r
484         <di:waypoint xsi:type="dc:Point" x="799.0" y="170.0"/>\r
485         <bpmndi:BPMNLabel>\r
486           <dc:Bounds height="6.0" width="6.0" x="796.0" y="166.0"/>\r
487         </bpmndi:BPMNLabel>\r
488       </bpmndi:BPMNEdge>\r
489       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ExclusiveGateway_223">\r
490         <di:waypoint xsi:type="dc:Point" x="736.0" y="115.0"/>\r
491         <di:waypoint xsi:type="dc:Point" x="754.0" y="115.0"/>\r
492         <di:waypoint xsi:type="dc:Point" x="754.0" y="114.0"/>\r
493         <di:waypoint xsi:type="dc:Point" x="774.0" y="114.0"/>\r
494         <bpmndi:BPMNLabel>\r
495           <dc:Bounds height="6.0" width="6.0" x="752.0" y="114.0"/>\r
496         </bpmndi:BPMNLabel>\r
497       </bpmndi:BPMNEdge>\r
498       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_62">\r
499         <di:waypoint xsi:type="dc:Point" x="824.0" y="114.0"/>\r
500         <di:waypoint xsi:type="dc:Point" x="844.0" y="114.0"/>\r
501         <di:waypoint xsi:type="dc:Point" x="844.0" y="112.0"/>\r
502         <di:waypoint xsi:type="dc:Point" x="864.0" y="112.0"/>\r
503         <bpmndi:BPMNLabel>\r
504           <dc:Bounds height="6.0" width="6.0" x="841.0" y="113.0"/>\r
505         </bpmndi:BPMNLabel>\r
506       </bpmndi:BPMNEdge>\r
507       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_252" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
508         <dc:Bounds height="50.0" width="50.0" x="1017.0" y="422.0"/>\r
509         <bpmndi:BPMNLabel>\r
510           <dc:Bounds height="22.0" width="164.0" x="960.0" y="477.0"/>\r
511         </bpmndi:BPMNLabel>\r
512       </bpmndi:BPMNShape>\r
513       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_vnfAdapterCallOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_ScriptTask_134">\r
514         <di:waypoint xsi:type="dc:Point" x="1042.0" y="472.0"/>\r
515         <di:waypoint xsi:type="dc:Point" x="1043.0" y="528.0"/>\r
516         <bpmndi:BPMNLabel>\r
517           <dc:Bounds height="6.0" width="6.0" x="1040.0" y="500.0"/>\r
518         </bpmndi:BPMNLabel>\r
519       </bpmndi:BPMNEdge>\r
520       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_236" bpmnElement="EndEvent_6">\r
521         <dc:Bounds height="36.0" width="36.0" x="1168.0" y="430.0"/>\r
522         <bpmndi:BPMNLabel>\r
523           <dc:Bounds height="0.0" width="0.0" x="1186.0" y="471.0"/>\r
524         </bpmndi:BPMNLabel>\r
525       </bpmndi:BPMNShape>\r
526       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_vnfAdapterCallNotOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_EndEvent_236">\r
527         <di:waypoint xsi:type="dc:Point" x="1067.0" y="447.0"/>\r
528         <di:waypoint xsi:type="dc:Point" x="1117.0" y="447.0"/>\r
529         <di:waypoint xsi:type="dc:Point" x="1117.0" y="448.0"/>\r
530         <di:waypoint xsi:type="dc:Point" x="1168.0" y="448.0"/>\r
531       </bpmndi:BPMNEdge>\r
532       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_synResponseSent" isMarkerVisible="true">\r
533         <dc:Bounds height="50.0" width="50.0" x="144.0" y="375.0"/>\r
534         <bpmndi:BPMNLabel>\r
535           <dc:Bounds height="22.0" width="129.0" x="106.0" y="439.0"/>\r
536         </bpmndi:BPMNLabel>\r
537       </bpmndi:BPMNShape>\r
538       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_responseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_234">\r
539         <di:waypoint xsi:type="dc:Point" x="169.0" y="425.0"/>\r
540         <di:waypoint xsi:type="dc:Point" x="169.0" y="458.0"/>\r
541         <di:waypoint xsi:type="dc:Point" x="170.0" y="458.0"/>\r
542         <di:waypoint xsi:type="dc:Point" x="170.0" y="492.0"/>\r
543         <bpmndi:BPMNLabel>\r
544           <dc:Bounds height="22.0" width="22.0" x="159.0" y="458.0"/>\r
545         </bpmndi:BPMNLabel>\r
546       </bpmndi:BPMNEdge>\r
547       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_responseSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_79">\r
548         <di:waypoint xsi:type="dc:Point" x="194.0" y="400.0"/>\r
549         <di:waypoint xsi:type="dc:Point" x="288.0" y="400.0"/>\r
550         <bpmndi:BPMNLabel>\r
551           <dc:Bounds height="22.0" width="29.0" x="204.0" y="400.0"/>\r
552         </bpmndi:BPMNLabel>\r
553       </bpmndi:BPMNEdge>\r
554       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_ScriptTask_79">\r
555         <di:waypoint xsi:type="dc:Point" x="220.0" y="532.0"/>\r
556         <di:waypoint xsi:type="dc:Point" x="254.0" y="532.0"/>\r
557         <di:waypoint xsi:type="dc:Point" x="336.0" y="532.0"/>\r
558         <di:waypoint xsi:type="dc:Point" x="336.0" y="508.0"/>\r
559         <di:waypoint xsi:type="dc:Point" x="336.0" y="482.0"/>\r
560         <di:waypoint xsi:type="dc:Point" x="337.0" y="440.0"/>\r
561         <bpmndi:BPMNLabel>\r
562           <dc:Bounds height="6.0" width="6.0" x="317.0" y="532.0"/>\r
563         </bpmndi:BPMNLabel>\r
564       </bpmndi:BPMNEdge>\r
565     </bpmndi:BPMNPlane>\r
566   </bpmndi:BPMNDiagram>\r
567 </bpmn2:definitions>