blob: 2e5d2e30b1f18e1ee3011db74fabaa32ddc4cd9a [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Boslet, Corycd4e5b42020-03-25 16:04:41 -04002<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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn2:process id="DeleteVfModuleVolumeInfraV1" name="DeleteVfModuleVolumeInfraV1" isExecutable="true">
4 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
5 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
6 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
7 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
8def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
9deleteVfMod.executeMethod('preProcessRequest', execution, isDebugLogEnabled)
10
11]]></bpmn2:script>
12 </bpmn2:scriptTask>
13 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
14 <bpmn2:startEvent id="deleteNetwork_startEvent" name="Start Flow">
15 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
16 </bpmn2:startEvent>
17 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="deleteNetwork_startEvent" targetRef="preProcessRequest_ScriptTask" />
18 <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
19 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
20 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
21 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
22def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
23deleteVfMod.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
24 </bpmn2:scriptTask>
25 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="ScriptTask_callRestCloudRegion" />
26 <bpmn2:scriptTask id="ScriptTask_callRestCloudRegion" name="Call REST Query Cloud Region " scriptFormat="groovy">
27 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
29 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30def delVfModuleVol = new DeleteVfModuleVolumeInfraV1()
31delVfModuleVol.executeMethod('callRESTQueryAAICloudRegion', execution, isDebugLogEnabled)]]></bpmn2:script>
32 </bpmn2:scriptTask>
33 <bpmn2:scriptTask id="prepareVnfAdapterDelete_ScriptTask_1" name="Prepare Vnf Adapter Delete" scriptFormat="groovy">
34 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
35 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
36 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
37def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
38deleteVfMod.executeMethod('prepareVnfAdapterDeleteRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
39 </bpmn2:scriptTask>
40 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="prepareVnfAdapterDelete_ScriptTask_1" targetRef="callVnfAdapterDeleteSubflow_CallActivity" />
41 <bpmn2:endEvent id="EndEvent_5">
42 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
43 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" />
44 </bpmn2:endEvent>
45 <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="TenantId Match?" default="SequenceFlow_21">
46 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
47 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
48 <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
49 </bpmn2:exclusiveGateway>
50 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_3" targetRef="prepareVnfAdapterDelete_ScriptTask_1">
51 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_tenantId") == execution.getVariable("DELVfModVol_volumeGroupTenantId")}]]></bpmn2:conditionExpression>
52 </bpmn2:sequenceFlow>
53 <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ExclusiveGateway_3" targetRef="ScriptTask_2" />
Boslet, Corycd4e5b42020-03-25 16:04:41 -040054 <bpmn2:callActivity id="callVnfAdapterDeleteSubflow_CallActivity" name="Call Vnf Adapter Delete subflow" calledElement="vnfAdapterTask">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040055 <bpmn2:extensionElements>
Boslet, Corycd4e5b42020-03-25 16:04:41 -040056 <camunda:in source="DELVfModVol_deleteVnfARequest" target="vnfAdapterTaskRequest" />
57 <camunda:out source="WorkflowResponse" target="DELVfModVol_deleteVnfAResponse" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040058 <camunda:in source="mso-request-id" target="mso-request-id" />
59 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040060 <camunda:out source="WorkflowException" target="WorkflowException" />
61 <camunda:out source="VNFREST_SuccessIndicator" target="VNFREST_SuccessIndicator" />
62 </bpmn2:extensionElements>
63 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
64 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
65 </bpmn2:callActivity>
66 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="callVnfAdapterDeleteSubflow_CallActivity" targetRef="ExclusiveGateway_2" />
67 <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Query AAI for Volume Group Info" scriptFormat="groovy">
68 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
69 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
70 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
71def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
72deleteVfMod.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled)
73]]></bpmn2:script>
74 </bpmn2:scriptTask>
75 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="callAAIQuery_scriptTask" targetRef="ExclusiveGateway_3" />
76 <bpmn2:scriptTask id="ScriptTask_2" name="Handle TenantId Mismatch" scriptFormat="groovy">
77 <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
78 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
79 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
80def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
81deleteVfMod.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)]]></bpmn2:script>
82 </bpmn2:scriptTask>
83 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_5" />
84 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_callRestCloudRegion" targetRef="ExclusiveGateway_1" />
85 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="is Cloud Region Ok?" default="SequenceFlow_4">
86 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
87 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
88 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
89 </bpmn2:exclusiveGateway>
90 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_3" />
91 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ExclusiveGateway_1" targetRef="callAAIQuery_scriptTask">
92 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DELVfModVol_isCloudRegionGood") == true}]]></bpmn2:conditionExpression>
93 </bpmn2:sequenceFlow>
94 <bpmn2:endEvent id="EndEvent_3">
95 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
96 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
97 </bpmn2:endEvent>
98 <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">
99 <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">
100 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
101 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
102 </bpmn2:startEvent>
103 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ExclusiveGateway_synResponseSent" />
104 <bpmn2:exclusiveGateway id="ExclusiveGateway_synResponseSent" name="Sync response sent?" default="SequenceFlow_responseNotSent">
105 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
106 <bpmn2:outgoing>SequenceFlow_responseNotSent</bpmn2:outgoing>
107 <bpmn2:outgoing>SequenceFlow_responseSent</bpmn2:outgoing>
108 </bpmn2:exclusiveGateway>
109 <bpmn2:scriptTask id="ScriptTask_4" name="Send Sync Ack Error" scriptFormat="groovy">
110 <bpmn2:incoming>SequenceFlow_responseNotSent</bpmn2:incoming>
111 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
112 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
113def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
114deleteVfMod.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>
115 </bpmn2:scriptTask>
116 <bpmn2:sequenceFlow id="SequenceFlow_responseNotSent" name="No" sourceRef="ExclusiveGateway_synResponseSent" targetRef="ScriptTask_4" />
117 <bpmn2:sequenceFlow id="SequenceFlow_responseSent" name="Yes" sourceRef="ExclusiveGateway_synResponseSent" targetRef="prepareFalloutHandler_ScriptTask">
118 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DELVfModVol_syncResponseSent == true}</bpmn2:conditionExpression>
119 </bpmn2:sequenceFlow>
120 <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy">
121 <bpmn2:incoming>SequenceFlow_responseSent</bpmn2:incoming>
122 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
123 <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
124 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
125def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
126deleteVfMod.executeMethod('prepareFalloutHandler', execution, isDebugLogEnabled)
127]]></bpmn2:script>
128 </bpmn2:scriptTask>
129 <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity" />
130 <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
131 <bpmn2:extensionElements>
132 <camunda:in variables="all" />
133 <camunda:out variables="all" />
134 <camunda:in source="DELVfModVol_FalloutHandlerRequest" target="FalloutHandlerRequest" />
135 <camunda:in source="mso-request-id" target="mso-request-id" />
136 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
137 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
138 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
139 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
140 </bpmn2:extensionElements>
141 <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
142 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
143 </bpmn2:callActivity>
144 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_1" />
145 <bpmn2:endEvent id="EndEvent_1">
146 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
147 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" />
148 </bpmn2:endEvent>
149 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_4" targetRef="prepareFalloutHandler_ScriptTask" />
150 </bpmn2:subProcess>
151 <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy">
152 <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
153 <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>
154 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
155def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
156deleteVfMod.executeMethod('prepareDBRequest', execution, isDebugLogEnabled)
157
158]]></bpmn2:script>
159 </bpmn2:scriptTask>
160 <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask" />
161 <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Prepare Completion Handler Request" scriptFormat="groovy">
162 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
163 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
164 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
165def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
166deleteVfMod.executeMethod('prepareCompletionHandlerRequest', execution, isDebugLogEnabled)
167]]></bpmn2:script>
168 </bpmn2:scriptTask>
169 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
170 <bpmn2:scriptTask id="ScriptTask_3" name="Set Success" scriptFormat="groovy">
171 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
172 <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
173 <bpmn2:script><![CDATA[// The following variable is checked by the unit test
174execution.setVariable("DELVfModVol_TransactionSuccessIndicator", true)]]></bpmn2:script>
175 </bpmn2:scriptTask>
176 <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ScriptTask_3" targetRef="EndEvent_2" />
177 <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
178 <bpmn2:extensionElements>
179 <camunda:in variables="all" />
180 <camunda:out variables="all" />
181 <camunda:in source="DELVfModVol_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
182 <camunda:in source="mso-request-id" target="mso-request-id" />
183 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
184 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
185 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
186 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
187 </bpmn2:extensionElements>
188 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
189 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
190 </bpmn2:callActivity>
191 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_3" />
192 <bpmn2:endEvent id="EndEvent_2" name="End">
193 <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
194 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_3" />
195 </bpmn2:endEvent>
196 <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update">
197 <bpmn2:extensionElements>
198 <camunda:connector>
199 <camunda:inputOutput>
200 <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}]]></camunda:inputParameter>
201 <camunda:inputParameter name="payload">${DELVfModVol_updateInfraRequest}</camunda:inputParameter>
202 <camunda:inputParameter name="headers">
203 <camunda:map>
204 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
205 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
206 </camunda:map>
207 </camunda:inputParameter>
208 <camunda:inputParameter name="method">POST</camunda:inputParameter>
209 <camunda:outputParameter name="DELVfModVol_createDBResponse">${response}</camunda:outputParameter>
210 <camunda:outputParameter name="DELVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter>
211 </camunda:inputOutput>
212 <camunda:connectorId>http-connector</camunda:connectorId>
213 </camunda:connector>
214 </bpmn2:extensionElements>
215 <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>
216 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
217 </bpmn2:serviceTask>
218 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
219 <bpmn2:scriptTask id="callRESTDeleteVolGrpId_ScriptTask" name="Call REST Delete AAI Vol Grp Id" scriptFormat="groovy">
220 <bpmn2:incoming>SequenceFlow_vnfAdapterCallOK</bpmn2:incoming>
221 <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
222 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
223def deleteVfMod = new DeleteVfModuleVolumeInfraV1()
224deleteVfMod.executeMethod('deleteVolGrpId', execution, isDebugLogEnabled)]]></bpmn2:script>
225 </bpmn2:scriptTask>
226 <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTDeleteVolGrpId_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask" />
227 <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Is call to VNF Adapter OK?" default="SequenceFlow_vnfAdapterCallNotOK">
228 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
229 <bpmn2:outgoing>SequenceFlow_vnfAdapterCallOK</bpmn2:outgoing>
230 <bpmn2:outgoing>SequenceFlow_vnfAdapterCallNotOK</bpmn2:outgoing>
231 </bpmn2:exclusiveGateway>
232 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallOK" name="" sourceRef="ExclusiveGateway_2" targetRef="callRESTDeleteVolGrpId_ScriptTask">
233 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{VNFREST_SuccessIndicator == true}</bpmn2:conditionExpression>
234 </bpmn2:sequenceFlow>
235 <bpmn2:endEvent id="EndEvent_6">
236 <bpmn2:incoming>SequenceFlow_vnfAdapterCallNotOK</bpmn2:incoming>
237 <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_1" />
238 </bpmn2:endEvent>
239 <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallNotOK" name="" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_6" />
240 </bpmn2:process>
241 <bpmn2:error id="Error_2" name="java.lang.Exception" errorCode="java.lang.Exception" />
242 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
243 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
244 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleVolumeInfraV1">
245 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteNetwork_startEvent">
246 <dc:Bounds x="103" y="94" width="36" height="36" />
247 <bpmndi:BPMNLabel>
248 <dc:Bounds x="89" y="135" width="65" height="22" />
249 </bpmndi:BPMNLabel>
250 </bpmndi:BPMNShape>
251 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
252 <dc:Bounds x="355" y="72" width="100" height="80" />
253 </bpmndi:BPMNShape>
254 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
255 <di:waypoint xsi:type="dc:Point" x="139" y="112" />
256 <di:waypoint xsi:type="dc:Point" x="355" y="112" />
257 <bpmndi:BPMNLabel>
258 <dc:Bounds x="116" y="12" width="6" height="6" />
259 </bpmndi:BPMNLabel>
260 </bpmndi:BPMNEdge>
261 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask">
262 <dc:Bounds x="864" y="72" width="100" height="80" />
263 </bpmndi:BPMNShape>
264 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity">
265 <dc:Bounds x="438" y="360" width="100" height="80" />
266 </bpmndi:BPMNShape>
267 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
268 <dc:Bounds x="993" y="985" width="100" height="80" />
269 </bpmndi:BPMNShape>
270 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">
271 <dc:Bounds x="37" y="288" width="660" height="337" />
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">
274 <dc:Bounds x="60" y="383" width="36" height="36" />
275 <bpmndi:BPMNLabel>
276 <dc:Bounds x="45" y="424" width="67" height="22" />
277 </bpmndi:BPMNLabel>
278 </bpmndi:BPMNShape>
279 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask">
280 <dc:Bounds x="288" y="360" width="100" height="80" />
281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
283 <dc:Bounds x="993" y="877" width="100" height="80" />
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask">
286 <dc:Bounds x="993" y="660" width="100" height="80" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask">
289 <dc:Bounds x="993" y="769" width="100" height="80" />
290 </bpmndi:BPMNShape>
291 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
292 <di:waypoint xsi:type="dc:Point" x="455" y="112" />
293 <di:waypoint xsi:type="dc:Point" x="496" y="112" />
294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="486" y="112" width="6" height="6" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
299 <dc:Bounds x="496" y="72" width="100" height="80" />
300 </bpmndi:BPMNShape>
301 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_255">
302 <di:waypoint xsi:type="dc:Point" x="96" y="401" />
303 <di:waypoint xsi:type="dc:Point" x="118" y="401" />
304 <di:waypoint xsi:type="dc:Point" x="118" y="400" />
305 <di:waypoint xsi:type="dc:Point" x="144" y="400" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="99" y="401" width="6" height="6" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
310 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3">
311 <di:waypoint xsi:type="dc:Point" x="388" y="400" />
312 <di:waypoint xsi:type="dc:Point" x="438" y="400" />
313 <bpmndi:BPMNLabel>
314 <dc:Bounds x="413" y="400" width="6" height="6" />
315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNEdge>
317 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80">
318 <di:waypoint xsi:type="dc:Point" x="1043" y="849" />
319 <di:waypoint xsi:type="dc:Point" x="1043" y="877" />
320 <bpmndi:BPMNLabel>
321 <dc:Bounds x="1258" y="857" width="6" height="6" />
322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNEdge>
324 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
325 <di:waypoint xsi:type="dc:Point" x="1043" y="957" />
326 <di:waypoint xsi:type="dc:Point" x="1043" y="985" />
327 <bpmndi:BPMNLabel>
328 <dc:Bounds x="1289" y="898" width="6" height="6" />
329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNEdge>
331 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTDeleteVolGrpId_ScriptTask">
332 <dc:Bounds x="993" y="528" width="100" height="80" />
333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_83">
335 <di:waypoint xsi:type="dc:Point" x="1043" y="608" />
336 <di:waypoint xsi:type="dc:Point" x="1043" y="660" />
337 <bpmndi:BPMNLabel>
338 <dc:Bounds x="1291" y="557" width="6" height="6" />
339 </bpmndi:BPMNLabel>
340 </bpmndi:BPMNEdge>
341 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86">
342 <di:waypoint xsi:type="dc:Point" x="1043" y="740" />
343 <di:waypoint xsi:type="dc:Point" x="1043" y="769" />
344 <bpmndi:BPMNLabel>
345 <dc:Bounds x="1258" y="751" width="6" height="6" />
346 </bpmndi:BPMNLabel>
347 </bpmndi:BPMNEdge>
348 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_22" bpmnElement="callVnfAdapterDeleteSubflow_CallActivity">
349 <dc:Bounds x="993" y="300" width="100" height="80" />
350 </bpmndi:BPMNShape>
351 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="prepareVnfAdapterDelete_ScriptTask_1">
352 <dc:Bounds x="993" y="180" width="100" height="80" />
353 </bpmndi:BPMNShape>
354 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_CallActivity_22">
355 <di:waypoint xsi:type="dc:Point" x="1043" y="260" />
356 <di:waypoint xsi:type="dc:Point" x="1043" y="300" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="1112" y="280" width="6" height="6" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_22" targetElement="_BPMNShape_ExclusiveGateway_252">
362 <di:waypoint xsi:type="dc:Point" x="1043" y="380" />
363 <di:waypoint xsi:type="dc:Point" x="1043" y="401" />
364 <di:waypoint xsi:type="dc:Point" x="1042" y="401" />
365 <di:waypoint xsi:type="dc:Point" x="1042" y="422" />
366 <bpmndi:BPMNLabel>
367 <dc:Bounds x="1039" y="415" width="6" height="6" />
368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNEdge>
370 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_163" bpmnElement="EndEvent_1">
371 <dc:Bounds x="588" y="382" width="36" height="36" />
372 <bpmndi:BPMNLabel>
373 <dc:Bounds x="606" y="423" width="0" height="0" />
374 </bpmndi:BPMNLabel>
375 </bpmndi:BPMNShape>
376 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_163">
377 <di:waypoint xsi:type="dc:Point" x="538" y="400" />
378 <di:waypoint xsi:type="dc:Point" x="588" y="400" />
379 <bpmndi:BPMNLabel>
380 <dc:Bounds x="558" y="400" width="6" height="6" />
381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
383 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_167" bpmnElement="EndEvent_2">
384 <dc:Bounds x="1025" y="1201" width="36" height="36" />
385 <bpmndi:BPMNLabel>
386 <dc:Bounds x="1029" y="1242" width="29" height="22" />
387 </bpmndi:BPMNLabel>
388 </bpmndi:BPMNShape>
389 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_241">
390 <di:waypoint xsi:type="dc:Point" x="1043" y="1065" />
391 <di:waypoint xsi:type="dc:Point" x="1043" y="1093" />
392 <bpmndi:BPMNLabel>
393 <dc:Bounds x="1258" y="1083" width="6" height="6" />
394 </bpmndi:BPMNLabel>
395 </bpmndi:BPMNEdge>
396 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_4">
397 <dc:Bounds x="120" y="492" width="100" height="80" />
398 </bpmndi:BPMNShape>
399 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_ScriptTask_251">
400 <di:waypoint xsi:type="dc:Point" x="596" y="112" />
401 <di:waypoint xsi:type="dc:Point" x="623" y="112" />
402 <di:waypoint xsi:type="dc:Point" x="623" y="115" />
403 <di:waypoint xsi:type="dc:Point" x="636" y="115" />
404 <bpmndi:BPMNLabel>
405 <dc:Bounds x="613" y="112" width="6" height="6" />
406 </bpmndi:BPMNLabel>
407 </bpmndi:BPMNEdge>
408 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_203">
409 <di:waypoint xsi:type="dc:Point" x="964" y="112" />
410 <di:waypoint xsi:type="dc:Point" x="1017" y="111" />
411 <bpmndi:BPMNLabel>
412 <dc:Bounds x="1067" y="113" width="6" height="6" />
413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNEdge>
415 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_203" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
416 <dc:Bounds x="1017" y="86" width="50" height="50" />
417 <bpmndi:BPMNLabel>
418 <dc:Bounds x="984" y="60" width="102" height="22" />
419 </bpmndi:BPMNLabel>
420 </bpmndi:BPMNShape>
421 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_240" bpmnElement="ScriptTask_2">
422 <dc:Bounds x="1104" y="72" width="100" height="80" />
423 </bpmndi:BPMNShape>
424 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_160">
425 <di:waypoint xsi:type="dc:Point" x="1042" y="136" />
426 <di:waypoint xsi:type="dc:Point" x="1043" y="180" />
427 <bpmndi:BPMNLabel>
428 <dc:Bounds x="1040" y="122" width="6" height="6" />
429 </bpmndi:BPMNLabel>
430 </bpmndi:BPMNEdge>
431 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_240">
432 <di:waypoint xsi:type="dc:Point" x="1067" y="111" />
433 <di:waypoint xsi:type="dc:Point" x="1085" y="111" />
434 <di:waypoint xsi:type="dc:Point" x="1085" y="112" />
435 <di:waypoint xsi:type="dc:Point" x="1104" y="112" />
436 <bpmndi:BPMNLabel>
437 <dc:Bounds x="1216" y="113" width="6" height="6" />
438 </bpmndi:BPMNLabel>
439 </bpmndi:BPMNEdge>
440 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_5">
441 <dc:Bounds x="1242" y="95" width="36" height="36" />
442 <bpmndi:BPMNLabel>
443 <dc:Bounds x="1260" y="136" width="0" height="0" />
444 </bpmndi:BPMNLabel>
445 </bpmndi:BPMNShape>
446 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_240" targetElement="_BPMNShape_EndEvent_178">
447 <di:waypoint xsi:type="dc:Point" x="1204" y="112" />
448 <di:waypoint xsi:type="dc:Point" x="1222" y="112" />
449 <di:waypoint xsi:type="dc:Point" x="1222" y="113" />
450 <di:waypoint xsi:type="dc:Point" x="1242" y="113" />
451 <bpmndi:BPMNLabel>
452 <dc:Bounds x="1220" y="113" width="6" height="6" />
453 </bpmndi:BPMNLabel>
454 </bpmndi:BPMNEdge>
455 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="ScriptTask_3">
456 <dc:Bounds x="993" y="1093" width="100" height="80" />
457 </bpmndi:BPMNShape>
458 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_167">
459 <di:waypoint xsi:type="dc:Point" x="1043" y="1173" />
460 <di:waypoint xsi:type="dc:Point" x="1043" y="1201" />
461 <bpmndi:BPMNLabel>
462 <dc:Bounds x="1040" y="1320" width="6" height="6" />
463 </bpmndi:BPMNLabel>
464 </bpmndi:BPMNEdge>
465 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="ScriptTask_callRestCloudRegion">
466 <dc:Bounds x="636" y="75" width="100" height="80" />
467 </bpmndi:BPMNShape>
468 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
469 <dc:Bounds x="774" y="89" width="50" height="50" />
470 <bpmndi:BPMNLabel>
471 <dc:Bounds x="735" y="40" width="125" height="22" />
472 </bpmndi:BPMNLabel>
473 </bpmndi:BPMNShape>
474 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_215" bpmnElement="EndEvent_3">
475 <dc:Bounds x="781" y="170" width="36" height="36" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="799" y="211" width="0" height="0" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNShape>
480 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_EndEvent_215">
481 <di:waypoint xsi:type="dc:Point" x="798" y="139" />
482 <di:waypoint xsi:type="dc:Point" x="798" y="153" />
483 <di:waypoint xsi:type="dc:Point" x="799" y="153" />
484 <di:waypoint xsi:type="dc:Point" x="799" y="170" />
485 <bpmndi:BPMNLabel>
486 <dc:Bounds x="796" y="166" width="6" height="6" />
487 </bpmndi:BPMNLabel>
488 </bpmndi:BPMNEdge>
489 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ExclusiveGateway_223">
490 <di:waypoint xsi:type="dc:Point" x="736" y="115" />
491 <di:waypoint xsi:type="dc:Point" x="754" y="115" />
492 <di:waypoint xsi:type="dc:Point" x="754" y="114" />
493 <di:waypoint xsi:type="dc:Point" x="774" y="114" />
494 <bpmndi:BPMNLabel>
495 <dc:Bounds x="752" y="114" width="6" height="6" />
496 </bpmndi:BPMNLabel>
497 </bpmndi:BPMNEdge>
498 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_62">
499 <di:waypoint xsi:type="dc:Point" x="824" y="114" />
500 <di:waypoint xsi:type="dc:Point" x="844" y="114" />
501 <di:waypoint xsi:type="dc:Point" x="844" y="112" />
502 <di:waypoint xsi:type="dc:Point" x="864" y="112" />
503 <bpmndi:BPMNLabel>
504 <dc:Bounds x="841" y="113" width="6" height="6" />
505 </bpmndi:BPMNLabel>
506 </bpmndi:BPMNEdge>
507 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_252" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
508 <dc:Bounds x="1017" y="422" width="50" height="50" />
509 <bpmndi:BPMNLabel>
510 <dc:Bounds x="960" y="477" width="164" height="22" />
511 </bpmndi:BPMNLabel>
512 </bpmndi:BPMNShape>
513 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_vnfAdapterCallOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_ScriptTask_134">
514 <di:waypoint xsi:type="dc:Point" x="1042" y="472" />
515 <di:waypoint xsi:type="dc:Point" x="1043" y="528" />
516 <bpmndi:BPMNLabel>
517 <dc:Bounds x="1040" y="500" width="6" height="6" />
518 </bpmndi:BPMNLabel>
519 </bpmndi:BPMNEdge>
520 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_236" bpmnElement="EndEvent_6">
521 <dc:Bounds x="1168" y="430" width="36" height="36" />
522 <bpmndi:BPMNLabel>
523 <dc:Bounds x="1186" y="471" width="0" height="0" />
524 </bpmndi:BPMNLabel>
525 </bpmndi:BPMNShape>
526 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_vnfAdapterCallNotOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_EndEvent_236">
527 <di:waypoint xsi:type="dc:Point" x="1067" y="447" />
528 <di:waypoint xsi:type="dc:Point" x="1117" y="447" />
529 <di:waypoint xsi:type="dc:Point" x="1117" y="448" />
530 <di:waypoint xsi:type="dc:Point" x="1168" y="448" />
531 </bpmndi:BPMNEdge>
532 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_synResponseSent" isMarkerVisible="true">
533 <dc:Bounds x="144" y="375" width="50" height="50" />
534 <bpmndi:BPMNLabel>
535 <dc:Bounds x="106" y="439" width="129" height="22" />
536 </bpmndi:BPMNLabel>
537 </bpmndi:BPMNShape>
538 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_responseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_234">
539 <di:waypoint xsi:type="dc:Point" x="169" y="425" />
540 <di:waypoint xsi:type="dc:Point" x="169" y="458" />
541 <di:waypoint xsi:type="dc:Point" x="170" y="458" />
542 <di:waypoint xsi:type="dc:Point" x="170" y="492" />
543 <bpmndi:BPMNLabel>
544 <dc:Bounds x="159" y="458" width="22" height="22" />
545 </bpmndi:BPMNLabel>
546 </bpmndi:BPMNEdge>
547 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_responseSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_79">
548 <di:waypoint xsi:type="dc:Point" x="194" y="400" />
549 <di:waypoint xsi:type="dc:Point" x="288" y="400" />
550 <bpmndi:BPMNLabel>
551 <dc:Bounds x="204" y="400" width="29" height="22" />
552 </bpmndi:BPMNLabel>
553 </bpmndi:BPMNEdge>
554 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_ScriptTask_79">
555 <di:waypoint xsi:type="dc:Point" x="220" y="532" />
556 <di:waypoint xsi:type="dc:Point" x="254" y="532" />
557 <di:waypoint xsi:type="dc:Point" x="336" y="532" />
558 <di:waypoint xsi:type="dc:Point" x="336" y="508" />
559 <di:waypoint xsi:type="dc:Point" x="336" y="482" />
560 <di:waypoint xsi:type="dc:Point" x="337" y="440" />
561 <bpmndi:BPMNLabel>
562 <dc:Bounds x="317" y="532" width="6" height="6" />
563 </bpmndi:BPMNLabel>
564 </bpmndi:BPMNEdge>
565 </bpmndi:BPMNPlane>
566 </bpmndi:BPMNDiagram>
567</bpmn2:definitions>