45e1a49f8a749772e83ff465530b937907c8dc69
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoUpdateNetworkInstance.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoUpdateNetworkInstance" name="DoUpdateNetworkInstance" isExecutable="true">
4     <bpmn2:startEvent id="updateNetwork_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="updateNetwork_startEvent" targetRef="preProcessRequest_ScriptTask" />
8     <bpmn2:scriptTask id="prepareSDNCTopoRequest_ScriptTask" name="Prepare SDNC Topology Request" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
13 DoUpdateNetworkInstance.prepareSDNCRequest(execution)
14 ]]></bpmn2:script>
15     </bpmn2:scriptTask>
16     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareSDNCTopoRequest_ScriptTask" targetRef="callAssignSDNCAdapter_CallActivity" />
17     <bpmn2:scriptTask id="validateSDNCResponse_ScriptTask" name="Validate SDNC Response" scriptFormat="groovy">
18       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
19       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
20       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
21 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
22 DoUpdateNetworkInstance.validateSDNCResponse(execution)]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:exclusiveGateway id="isSdncTopoOk_ExclusiveGateway" name="Is SDNC Ok?" default="sdncTopoNo_SequenceFlow">
25       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
26       <bpmn2:outgoing>sdncTopoNo_SequenceFlow</bpmn2:outgoing>
27       <bpmn2:outgoing>sdncTopoYes_SequenceFlow</bpmn2:outgoing>
28     </bpmn2:exclusiveGateway>
29     <bpmn2:sequenceFlow id="sdncTopoNo_SequenceFlow" name="No" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="sndcError_EndEvent" />
30     <bpmn2:sequenceFlow id="sdncTopoYes_SequenceFlow" name="Yes" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="callRESTReQuery1NetworkID_ScriptTask">
31       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_sdncResponseSuccess" ) == true}]]></bpmn2:conditionExpression>
32     </bpmn2:sequenceFlow>
33     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="validateSDNCResponse_ScriptTask" targetRef="isSdncTopoOk_ExclusiveGateway" />
34     <bpmn2:boundaryEvent id="BoundaryEvent_4" name="" attachedToRef="validateSDNCResponse_ScriptTask">
35       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
36       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_2" />
37     </bpmn2:boundaryEvent>
38     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="BoundaryEvent_4" targetRef="sndcError_EndEvent" />
39     <bpmn2:endEvent id="sndcError_EndEvent" name="SNDC Error">
40       <bpmn2:incoming>sdncTopoNo_SequenceFlow</bpmn2:incoming>
41       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
42       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_57" errorRef="Error_2" />
43     </bpmn2:endEvent>
44     <bpmn2:callActivity id="callAssignSDNCAdapter_CallActivity" name="Call SDNC ChangeAssign Adapter V1 Sub-process" calledElement="sdncAdapter">
45       <bpmn2:extensionElements>
46         <camunda:in source="UPDNETI_changeAssignSDNCRequest" target="sdncAdapterWorkflowRequest" />
47         <camunda:out source="sdncAdapterResponse" target="UPDNETI_changeAssignSDNCResponse" />
48         <camunda:out source="SDNCA_ResponseCode" target="UPDNETI_sdncReturnCode" />
49         <camunda:in source="mso-request-id" target="mso-request-id" />
50         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
51         <camunda:out source="WorkflowException" target="UPDNETI_WorkflowException" />
52         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
53         <camunda:in variables="all" />
54       </bpmn2:extensionElements>
55       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
56       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
57     </bpmn2:callActivity>
58     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="callAssignSDNCAdapter_CallActivity" targetRef="validateSDNCResponse_ScriptTask" />
59     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process Response" scriptFormat="groovy">
60       <bpmn2:incoming>SequenceFlow_46</bpmn2:incoming>
61       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
62       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
63 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
64 DoUpdateNetworkInstance.postProcessResponse(execution)]]></bpmn2:script>
65     </bpmn2:scriptTask>
66     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="EndEvent_3" />
67     <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception" triggeredByEvent="true">
68       <bpmn2:exclusiveGateway id="isRollbackOn_Network_ExclusiveGateway" name="Is Rollback On?" default="isRollbackOn_NoNetwork_SequenceFlow">
69         <bpmn2:incoming>SequenceFlow_053re4q</bpmn2:incoming>
70         <bpmn2:outgoing>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:outgoing>
71         <bpmn2:outgoing>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:outgoing>
72       </bpmn2:exclusiveGateway>
73       <bpmn2:sequenceFlow id="isRollbackOn_YesNetwork_SequenceFlow" name="Yes" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="isPONR_ExclusiveGateway">
74         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_rollbackEnabled") == true}]]></bpmn2:conditionExpression>
75       </bpmn2:sequenceFlow>
76       <bpmn2:sequenceFlow id="isRollbackOn_NoNetwork_SequenceFlow" name="No" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="ExclusiveGateway_1dcb5p2" />
77       <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">
78         <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
79         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2" />
80       </bpmn2:startEvent>
81       <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ScriptTask_1gedbow" />
82       <bpmn2:exclusiveGateway id="isPONR_ExclusiveGateway" name="isPONR?" default="isPONR_No_SequenceFlow">
83         <bpmn2:incoming>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:incoming>
84         <bpmn2:outgoing>isPONR_Yes_SequenceFlow</bpmn2:outgoing>
85         <bpmn2:outgoing>isPONR_No_SequenceFlow</bpmn2:outgoing>
86       </bpmn2:exclusiveGateway>
87       <bpmn2:sequenceFlow id="isPONR_Yes_SequenceFlow" name="Yes" sourceRef="isPONR_ExclusiveGateway" targetRef="ExclusiveGateway_1dcb5p2">
88         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_isPONR") == true}]]></bpmn2:conditionExpression>
89       </bpmn2:sequenceFlow>
90       <bpmn2:sequenceFlow id="isPONR_No_SequenceFlow" name="No" sourceRef="isPONR_ExclusiveGateway" targetRef="ExclusiveGateway_1dcb5p2" />
91       <bpmn2:exclusiveGateway id="sdncOk_ExclusiveGateway" name="is Sdnc Ok?" default="sdncOk_No_ExclusiveGateway">
92         <bpmn2:incoming>SequenceFlow_0nrc66n</bpmn2:incoming>
93         <bpmn2:outgoing>sdncOk_Yeso_ExclusiveGateway</bpmn2:outgoing>
94         <bpmn2:outgoing>sdncOk_No_ExclusiveGateway</bpmn2:outgoing>
95       </bpmn2:exclusiveGateway>
96       <bpmn2:sequenceFlow id="sdncOk_Yeso_ExclusiveGateway" name="Yes" sourceRef="sdncOk_ExclusiveGateway" targetRef="prepareSDNCRollbackRequest_ScriptTask">
97         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_isSdncRollbackNeeded" ) == true}]]></bpmn2:conditionExpression>
98       </bpmn2:sequenceFlow>
99       <bpmn2:sequenceFlow id="sdncOk_No_ExclusiveGateway" name="No" sourceRef="sdncOk_ExclusiveGateway" targetRef="InclusiveGateway_6" />
100       <bpmn2:scriptTask id="prepareSDNCRollbackRequest_ScriptTask" name="Prepare SDNCRollback Request" scriptFormat="groovy">
101         <bpmn2:incoming>sdncOk_Yeso_ExclusiveGateway</bpmn2:incoming>
102         <bpmn2:outgoing>SequenceFlow_53</bpmn2:outgoing>
103         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
104 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
105 DoUpdateNetworkInstance.prepareSDNCRollbackRequest(execution)]]></bpmn2:script>
106       </bpmn2:scriptTask>
107       <bpmn2:sequenceFlow id="SequenceFlow_53" name="" sourceRef="prepareSDNCRollbackRequest_ScriptTask" targetRef="InclusiveGateway_6" />
108       <bpmn2:endEvent id="EndEvent_4">
109         <bpmn2:incoming>SequenceFlow_04rdjfi</bpmn2:incoming>
110       </bpmn2:endEvent>
111       <bpmn2:inclusiveGateway id="InclusiveGateway_6">
112         <bpmn2:incoming>SequenceFlow_53</bpmn2:incoming>
113         <bpmn2:incoming>sdncOk_No_ExclusiveGateway</bpmn2:incoming>
114         <bpmn2:incoming>SequenceFlow_0srdlf3</bpmn2:incoming>
115         <bpmn2:outgoing>SequenceFlow_47</bpmn2:outgoing>
116       </bpmn2:inclusiveGateway>
117       <bpmn2:sequenceFlow id="SequenceFlow_47" name="" sourceRef="InclusiveGateway_6" targetRef="ScriptTask_1p6n2yy" />
118       <bpmn2:scriptTask id="ScriptTask_1p6n2yy" name="Prepare RollbackData" scriptFormat="groovy">
119         <bpmn2:incoming>SequenceFlow_47</bpmn2:incoming>
120         <bpmn2:outgoing>SequenceFlow_0qr4es6</bpmn2:outgoing>
121         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
122 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
123 DoUpdateNetworkInstance.prepareRollbackData(execution)]]></bpmn2:script>
124       </bpmn2:scriptTask>
125       <bpmn2:callActivity id="CallActivity_1kid5y0" name="DoUpdate&#10;NetworkInstanceRollback&#10;" calledElement="DoCreateNetworkInstanceRollback">
126         <bpmn2:extensionElements>
127           <camunda:in source="msoRequestId" target="msoRequestId" />
128           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
129           <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
130           <camunda:in source="rollbackData" target="rollbackData" />
131           <camunda:in source="mso-request-id" target="mso-request-id" />
132           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
133           <camunda:in source="WorkflowException" target="WorkflowException" />
134           <camunda:in source="sdncVersion" target="sdncVersion" />
135           <camunda:out source="wasDeleted" target="wasDeleted" />
136           <camunda:out source="rolledBack" target="rolledBack" />
137           <camunda:out source="WorkflowException" target="WorkflowException" />
138           <camunda:out source="workflowException" target="workflowException" />
139           <camunda:in source="SavedWorkflowException1" target="SavedWorkflowException1" />
140         </bpmn2:extensionElements>
141         <bpmn2:incoming>SequenceFlow_0qr4es6</bpmn2:incoming>
142       </bpmn2:callActivity>
143       <bpmn2:scriptTask id="ScriptTask_0voqz6r" name="Post Process Response" scriptFormat="groovy">
144         <bpmn2:incoming>SequenceFlow_0ze5k6c</bpmn2:incoming>
145         <bpmn2:outgoing>SequenceFlow_04rdjfi</bpmn2:outgoing>
146         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
147 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
148 DoUpdateNetworkInstance.postProcessResponse(execution)]]></bpmn2:script>
149       </bpmn2:scriptTask>
150       <bpmn2:sequenceFlow id="SequenceFlow_0qr4es6" sourceRef="ScriptTask_1p6n2yy" targetRef="CallActivity_1kid5y0" />
151       <bpmn2:sequenceFlow id="SequenceFlow_04rdjfi" sourceRef="ScriptTask_0voqz6r" targetRef="EndEvent_4" />
152       <bpmn2:exclusiveGateway id="ExclusiveGateway_1kjh92x" name="is &#39;1702&#39; SNDC Call?">
153         <bpmn2:outgoing>SequenceFlow_0nrc66n</bpmn2:outgoing>
154         <bpmn2:outgoing>SequenceFlow_0srdlf3</bpmn2:outgoing>
155       </bpmn2:exclusiveGateway>
156       <bpmn2:sequenceFlow id="SequenceFlow_0nrc66n" name="No" sourceRef="ExclusiveGateway_1kjh92x" targetRef="sdncOk_ExclusiveGateway" />
157       <bpmn2:sequenceFlow id="SequenceFlow_0srdlf3" name="Yes" sourceRef="ExclusiveGateway_1kjh92x" targetRef="InclusiveGateway_6">
158         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") == '1702'} ]]></bpmn2:conditionExpression>
159       </bpmn2:sequenceFlow>
160       <bpmn2:scriptTask id="ScriptTask_1gedbow" name="Set Exception Flag" scriptFormat="groovy">
161         <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
162         <bpmn2:outgoing>SequenceFlow_053re4q</bpmn2:outgoing>
163         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
164 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
165 DoUpdateNetworkInstance.setExceptionFlag(execution)]]></bpmn2:script>
166       </bpmn2:scriptTask>
167       <bpmn2:sequenceFlow id="SequenceFlow_053re4q" sourceRef="ScriptTask_1gedbow" targetRef="isRollbackOn_Network_ExclusiveGateway" />
168       <bpmn2:inclusiveGateway id="ExclusiveGateway_1dcb5p2">
169         <bpmn2:incoming>isPONR_Yes_SequenceFlow</bpmn2:incoming>
170         <bpmn2:incoming>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:incoming>
171         <bpmn2:incoming>isPONR_No_SequenceFlow</bpmn2:incoming>
172         <bpmn2:outgoing>SequenceFlow_0ze5k6c</bpmn2:outgoing>
173       </bpmn2:inclusiveGateway>
174       <bpmn2:sequenceFlow id="SequenceFlow_0ze5k6c" sourceRef="ExclusiveGateway_1dcb5p2" targetRef="ScriptTask_0voqz6r" />
175       <bpmn2:textAnnotation id="TextAnnotation_0qx19b9">      <bpmn2:text>Note: Rollback is not needed for UpdateNetwork,</bpmn2:text>
176 </bpmn2:textAnnotation>
177       <bpmn2:association id="Association_10dk4x3" sourceRef="CallActivity_1kid5y0" targetRef="TextAnnotation_0qx19b9" />
178     </bpmn2:subProcess>
179     <bpmn2:scriptTask id="callRESTReQuery2NetworkID_ScriptTask" name="Call REST ReQuery2 Network Id in AAI" scriptFormat="groovy">
180       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
181       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
182       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
183 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
184 DoUpdateNetworkInstance.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>
185     </bpmn2:scriptTask>
186     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTReQuery2NetworkID_ScriptTask" targetRef="callRESTUpdateContrailNetwork_ScriptTask" />
187     <bpmn2:scriptTask id="callRESTUpdateContrailNetwork_ScriptTask" name="Call REST Update Contrail Network in AAI" scriptFormat="groovy">
188       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
189       <bpmn2:outgoing>SequenceFlow_46</bpmn2:outgoing>
190       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
191 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
192 DoUpdateNetworkInstance.callRESTUpdateContrailAAINetwork(execution)]]></bpmn2:script>
193     </bpmn2:scriptTask>
194     <bpmn2:sequenceFlow id="SequenceFlow_46" name="PONR" sourceRef="callRESTUpdateContrailNetwork_ScriptTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
195     <bpmn2:endEvent id="EndEvent_3">
196       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
197     </bpmn2:endEvent>
198     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
199       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
200         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
201         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
202         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
203 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
204 DoUpdateNetworkInstance.processJavaException(execution)]]></bpmn2:script>
205       </bpmn2:scriptTask>
206       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
207       <bpmn2:startEvent id="StartEvent_1">
208         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
209         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" />
210       </bpmn2:startEvent>
211       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
212       <bpmn2:endEvent id="EndEvent_1">
213         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
214       </bpmn2:endEvent>
215     </bpmn2:subProcess>
216     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
217       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
218       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
219       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
220 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
221 DoUpdateNetworkInstance.preProcessRequest(execution)
222 ]]></bpmn2:script>
223     </bpmn2:scriptTask>
224     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="callGetServiceInstance" />
225     <bpmn2:scriptTask id="callRESTQueryCloudRegion_ScriptTask" name="Call REST Query Cloud Region " scriptFormat="groovy">
226       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
227       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
228       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
229 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
230 DoUpdateNetworkInstance.callRESTQueryAAICloudRegion(execution)]]></bpmn2:script>
231     </bpmn2:scriptTask>
232     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="callRESTQueryCloudRegion_ScriptTask" targetRef="prepareSDNCTopoRequest_ScriptTask" />
233     <bpmn2:scriptTask id="callRESTQueryNetworkId_ScriptTask" name="Call REST Query Network Id In AAI" scriptFormat="groovy">
234       <bpmn2:incoming>siFoundYes</bpmn2:incoming>
235       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
236       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
237 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
238 DoUpdateNetworkInstance.callRESTQueryAAINetworkId(execution)]]></bpmn2:script>
239     </bpmn2:scriptTask>
240     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="callRESTQueryNetworkId_ScriptTask" targetRef="callRESTQueryCloudRegion_ScriptTask" />
241     <bpmn2:endEvent id="EndEvent_2">
242       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
243       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_97" errorRef="Error_2" />
244     </bpmn2:endEvent>
245     <bpmn2:scriptTask id="workflowExceptionSINotFound" name="Create Workflow Exception" scriptFormat="groovy">
246       <bpmn2:incoming>siFoundNo</bpmn2:incoming>
247       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
248       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.utils.*
249 ExceptionUtil exceptionUtil = new ExceptionUtil()
250 exceptionUtil.buildWorkflowException(execution, 404, "Service Instance Not Found")]]></bpmn2:script>
251     </bpmn2:scriptTask>
252     <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="workflowExceptionSINotFound" targetRef="EndEvent_2" />
253     <bpmn2:exclusiveGateway id="siFoundCheck" name="is SI Found?" default="siFoundNo">
254       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
255       <bpmn2:outgoing>siFoundYes</bpmn2:outgoing>
256       <bpmn2:outgoing>siFoundNo</bpmn2:outgoing>
257     </bpmn2:exclusiveGateway>
258     <bpmn2:sequenceFlow id="siFoundYes" name="Yes" sourceRef="siFoundCheck" targetRef="callRESTQueryNetworkId_ScriptTask">
259       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGSI_FoundIndicator" ) == true && execution.getVariable("GENGSI_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>
260     </bpmn2:sequenceFlow>
261     <bpmn2:sequenceFlow id="siFoundNo" name="No" sourceRef="siFoundCheck" targetRef="workflowExceptionSINotFound" />
262     <bpmn2:callActivity id="callGetServiceInstance" name="Get\r&#10;Service\r&#10;Instance" calledElement="GenericGetService">
263       <bpmn2:extensionElements>
264         <camunda:in source="UPDNETI_serviceInstanceId" target="GENGS_serviceInstanceId" />
265         <camunda:out source="GENGS_serviceInstance" target="UPDNETI_serviceInstanceId" />
266         <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator" />
267         <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator" />
268         <camunda:out source="GENGS_siResourceLink" target="GENGSI_siResourceLink" />
269         <camunda:out source="WorkflowException" target="WorkflowException" />
270         <camunda:in source="GENGS_type" target="GENGS_type" />
271       </bpmn2:extensionElements>
272       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
273       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
274     </bpmn2:callActivity>
275     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="callGetServiceInstance" targetRef="siFoundCheck" />
276     <bpmn2:scriptTask id="validateUpdatePONetwork_ScriptTask" name="Validate Update PO Network" scriptFormat="groovy">
277       <bpmn2:incoming>SequenceFlow_59</bpmn2:incoming>
278       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
279       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
280 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
281 DoUpdateNetworkInstance.validateUpdateNetworkResponse(execution)]]></bpmn2:script>
282     </bpmn2:scriptTask>
283     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="validateUpdatePONetwork_ScriptTask" targetRef="callRESTReQuery2NetworkID_ScriptTask" />
284     <bpmn2:serviceTask id="callUpdateNetwork_ServiceTask" name="Call Update Network">
285       <bpmn2:extensionElements>
286         <camunda:connector>
287           <camunda:inputOutput>
288             <camunda:inputParameter name="payload">${UPDNETI_updateNetworkRequest}</camunda:inputParameter>
289             <camunda:inputParameter name="url">${URN_mso_adapters_network_rest_endpoint}/${UPDNETI_networkId}</camunda:inputParameter>
290             <camunda:inputParameter name="headers">
291               <camunda:map>
292                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>
293                 <camunda:entry key="content-type">application/xml</camunda:entry>
294               </camunda:map>
295             </camunda:inputParameter>
296             <camunda:inputParameter name="method">PUT</camunda:inputParameter>
297             <camunda:outputParameter name="UPDNETI_networkReturnCode">${statusCode}</camunda:outputParameter>
298             <camunda:outputParameter name="UPDNETI_updateNetworkResponse">${response}</camunda:outputParameter>
299           </camunda:inputOutput>
300           <camunda:connectorId>http-connector</camunda:connectorId>
301         </camunda:connector>
302       </bpmn2:extensionElements>
303       <bpmn2:incoming>SequenceFlow_61</bpmn2:incoming>
304       <bpmn2:outgoing>SequenceFlow_59</bpmn2:outgoing>
305     </bpmn2:serviceTask>
306     <bpmn2:sequenceFlow id="SequenceFlow_59" name="" sourceRef="callUpdateNetwork_ServiceTask" targetRef="validateUpdatePONetwork_ScriptTask" />
307     <bpmn2:scriptTask id="prepareNetworkRequest_ScriptTask" name="Prepare Create Network Request" scriptFormat="groovy">
308       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
309       <bpmn2:outgoing>SequenceFlow_61</bpmn2:outgoing>
310       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
311 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
312 DoUpdateNetworkInstance.prepareUpdateNetworkRequest(execution)
313 ]]></bpmn2:script>
314     </bpmn2:scriptTask>
315     <bpmn2:sequenceFlow id="SequenceFlow_61" name="" sourceRef="prepareNetworkRequest_ScriptTask" targetRef="callUpdateNetwork_ServiceTask" />
316     <bpmn2:scriptTask id="callRESTQueryNetworkTableRef_ScriptTask" name="Call REST Query Network TableRef in AAI" scriptFormat="groovy">
317       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>
318       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
319       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
320 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
321 DoUpdateNetworkInstance.callRESTQueryAAINetworkTableRef(execution)]]></bpmn2:script>
322     </bpmn2:scriptTask>
323     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="callRESTQueryNetworkTableRef_ScriptTask" targetRef="prepareNetworkRequest_ScriptTask" />
324     <bpmn2:scriptTask id="callRESTReQuery1NetworkID_ScriptTask" name="Call REST ReQuery1 Network Id in AAI" scriptFormat="groovy">
325       <bpmn2:incoming>sdncTopoYes_SequenceFlow</bpmn2:incoming>
326       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
327       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
328 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
329 DoUpdateNetworkInstance.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>
330     </bpmn2:scriptTask>
331     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="callRESTReQuery1NetworkID_ScriptTask" targetRef="callRESTQueryVpnBinding_ScriptTask" />
332     <bpmn2:scriptTask id="callRESTQueryVpnBinding_ScriptTask" name="Call REST Query Vpn Binding in AAI" scriptFormat="groovy">
333       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
334       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
335       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
336 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
337 DoUpdateNetworkInstance.callRESTQueryAAINetworkVpnBinding(execution)]]></bpmn2:script>
338     </bpmn2:scriptTask>
339     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="callRESTQueryVpnBinding_ScriptTask" targetRef="callRESTQueryNetworkPolicy_ScriptTask" />
340     <bpmn2:scriptTask id="callRESTQueryNetworkPolicy_ScriptTask" name="Call REST Query Network Policy in AAI" scriptFormat="groovy">
341       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
342       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>
343       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
344 def DoUpdateNetworkInstance = new DoUpdateNetworkInstance()
345 DoUpdateNetworkInstance.callRESTQueryAAINetworkPolicy(execution)]]></bpmn2:script>
346     </bpmn2:scriptTask>
347     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="callRESTQueryNetworkPolicy_ScriptTask" targetRef="callRESTQueryNetworkTableRef_ScriptTask" />
348   </bpmn2:process>
349   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
350   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
351   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
352     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateNetworkInstance">
353       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="updateNetwork_startEvent">
354         <dc:Bounds x="286" y="185" width="36" height="36" />
355         <bpmndi:BPMNLabel>
356           <dc:Bounds x="279" y="226" width="49" height="12" />
357         </bpmndi:BPMNLabel>
358       </bpmndi:BPMNShape>
359       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
360         <dc:Bounds x="472" y="163" width="100" height="80" />
361       </bpmndi:BPMNShape>
362       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
363         <di:waypoint xsi:type="dc:Point" x="322" y="203" />
364         <di:waypoint xsi:type="dc:Point" x="472" y="203" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="397" y="188" width="0" height="0" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_63" bpmnElement="validateUpdatePONetwork_ScriptTask">
370         <dc:Bounds x="1343" y="1311" width="100" height="80" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_83" bpmnElement="callUpdateNetwork_ServiceTask">
373         <dc:Bounds x="1342" y="1176" width="100" height="80" />
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_67" bpmnElement="prepareSDNCTopoRequest_ScriptTask">
376         <dc:Bounds x="1519" y="100" width="100" height="80" />
377       </bpmndi:BPMNShape>
378       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">
379         <dc:Bounds x="-153" y="594" width="1288" height="701" />
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">
382         <dc:Bounds x="-103" y="1160" width="36" height="36" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="-109" y="1201" width="50" height="12" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNShape>
387       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_67" bpmnElement="isSdncTopoOk_ExclusiveGateway" isMarkerVisible="true">
388         <dc:Bounds x="1544" y="521" width="50" height="50" />
389         <bpmndi:BPMNLabel>
390           <dc:Bounds x="1535" y="577" width="67" height="12" />
391         </bpmndi:BPMNLabel>
392       </bpmndi:BPMNShape>
393       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="sdncTopoNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_EndEvent_124">
394         <di:waypoint xsi:type="dc:Point" x="1594" y="546" />
395         <di:waypoint xsi:type="dc:Point" x="1682" y="546" />
396         <bpmndi:BPMNLabel>
397           <dc:Bounds x="1600" y="546.8622891951518" width="14" height="12" />
398         </bpmndi:BPMNLabel>
399       </bpmndi:BPMNEdge>
400       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="sdncTopoYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_ScriptTask_336">
401         <di:waypoint xsi:type="dc:Point" x="1544" y="546" />
402         <di:waypoint xsi:type="dc:Point" x="1393" y="546" />
403         <di:waypoint xsi:type="dc:Point" x="1393" y="576" />
404         <bpmndi:BPMNLabel>
405           <dc:Bounds x="1526" y="546" width="18" height="12" />
406         </bpmndi:BPMNLabel>
407       </bpmndi:BPMNEdge>
408       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
409         <dc:Bounds x="743" y="1390" width="100" height="80" />
410       </bpmndi:BPMNShape>
411       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_124" bpmnElement="sndcError_EndEvent">
412         <dc:Bounds x="1682" y="528" width="36" height="36" />
413         <bpmndi:BPMNLabel>
414           <dc:Bounds x="1663" y="569" width="74" height="22" />
415         </bpmndi:BPMNLabel>
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_19" bpmnElement="callAssignSDNCAdapter_CallActivity">
418         <dc:Bounds x="1519" y="242" width="100" height="80" />
419       </bpmndi:BPMNShape>
420       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_67" targetElement="_BPMNShape_CallActivity_19">
421         <di:waypoint xsi:type="dc:Point" x="1569" y="180" />
422         <di:waypoint xsi:type="dc:Point" x="1569" y="242" />
423         <bpmndi:BPMNLabel>
424           <dc:Bounds x="1584" y="211" width="0" height="0" />
425         </bpmndi:BPMNLabel>
426       </bpmndi:BPMNEdge>
427       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_19" targetElement="_BPMNShape_ScriptTask_131">
428         <di:waypoint xsi:type="dc:Point" x="1569" y="322" />
429         <di:waypoint xsi:type="dc:Point" x="1569" y="373" />
430         <bpmndi:BPMNLabel>
431           <dc:Bounds x="1584" y="347.5" width="0" height="0" />
432         </bpmndi:BPMNLabel>
433       </bpmndi:BPMNEdge>
434       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61">
435         <di:waypoint xsi:type="dc:Point" x="572" y="203" />
436         <di:waypoint xsi:type="dc:Point" x="686" y="203" />
437         <bpmndi:BPMNLabel>
438           <dc:Bounds x="629" y="188" width="0" height="0" />
439         </bpmndi:BPMNLabel>
440       </bpmndi:BPMNEdge>
441       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_90">
442         <di:waypoint xsi:type="dc:Point" x="-67" y="1178" />
443         <di:waypoint xsi:type="dc:Point" x="-40" y="1178" />
444         <di:waypoint xsi:type="dc:Point" x="-11" y="1178" />
445         <bpmndi:BPMNLabel>
446           <dc:Bounds x="-53" y="1163" width="0" height="0" />
447         </bpmndi:BPMNLabel>
448       </bpmndi:BPMNEdge>
449       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_131" bpmnElement="validateSDNCResponse_ScriptTask">
450         <dc:Bounds x="1519" y="373" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_131" targetElement="_BPMNShape_ExclusiveGateway_67">
453         <di:waypoint xsi:type="dc:Point" x="1569" y="453" />
454         <di:waypoint xsi:type="dc:Point" x="1569" y="521" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="1584" y="487" width="0" height="0" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNEdge>
459       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80">
460         <di:waypoint xsi:type="dc:Point" x="743" y="1430" />
461         <di:waypoint xsi:type="dc:Point" x="635" y="1430" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="689" y="1415" width="0" height="0" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNEdge>
466       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="callRESTQueryNetworkId_ScriptTask">
467         <dc:Bounds x="984" y="100" width="100" height="80" />
468       </bpmndi:BPMNShape>
469       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTReQuery2NetworkID_ScriptTask">
470         <dc:Bounds x="1176" y="1390" width="100" height="80" />
471       </bpmndi:BPMNShape>
472       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_135" bpmnElement="callRESTUpdateContrailNetwork_ScriptTask">
473         <dc:Bounds x="984" y="1390" width="100" height="80" />
474       </bpmndi:BPMNShape>
475       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_135">
476         <di:waypoint xsi:type="dc:Point" x="1176" y="1430" />
477         <di:waypoint xsi:type="dc:Point" x="1084" y="1430" />
478         <bpmndi:BPMNLabel>
479           <dc:Bounds x="1130" y="1415" width="0" height="0" />
480         </bpmndi:BPMNLabel>
481       </bpmndi:BPMNEdge>
482       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_65" bpmnElement="SequenceFlow_46" sourceElement="_BPMNShape_ScriptTask_135">
483         <di:waypoint xsi:type="dc:Point" x="984" y="1430" />
484         <di:waypoint xsi:type="dc:Point" x="843" y="1430" />
485         <bpmndi:BPMNLabel>
486           <dc:Bounds x="935" y="1431.2411831373652" width="32" height="12" />
487         </bpmndi:BPMNLabel>
488       </bpmndi:BPMNEdge>
489       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="callRESTQueryVpnBinding_ScriptTask">
490         <dc:Bounds x="1341" y="688" width="100" height="80" />
491       </bpmndi:BPMNShape>
492       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_215">
493         <di:waypoint xsi:type="dc:Point" x="1391" y="768" />
494         <di:waypoint xsi:type="dc:Point" x="1391" y="810" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="1388" y="781" width="6" height="6" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNEdge>
499       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_87" bpmnElement="SequenceFlow_59" sourceElement="_BPMNShape_ServiceTask_83" targetElement="_BPMNShape_ScriptTask_63">
500         <di:waypoint xsi:type="dc:Point" x="1392" y="1256" />
501         <di:waypoint xsi:type="dc:Point" x="1393" y="1311" />
502         <bpmndi:BPMNLabel>
503           <dc:Bounds x="1390" y="1284" width="6" height="6" />
504         </bpmndi:BPMNLabel>
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="prepareNetworkRequest_ScriptTask">
507         <dc:Bounds x="1342" y="1052" width="100" height="80" />
508       </bpmndi:BPMNShape>
509       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_89" bpmnElement="SequenceFlow_61" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ServiceTask_83">
510         <di:waypoint xsi:type="dc:Point" x="1392" y="1132" />
511         <di:waypoint xsi:type="dc:Point" x="1392" y="1176" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="1389" y="1159" width="6" height="6" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNEdge>
516       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="isRollbackOn_Network_ExclusiveGateway" isMarkerVisible="true">
517         <dc:Bounds x="156" y="1153" width="50" height="50" />
518         <bpmndi:BPMNLabel>
519           <dc:Bounds x="143" y="1213" width="78" height="12" />
520         </bpmndi:BPMNLabel>
521       </bpmndi:BPMNShape>
522       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="isRollbackOn_YesNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_215">
523         <di:waypoint xsi:type="dc:Point" x="181" y="1153" />
524         <di:waypoint xsi:type="dc:Point" x="181" y="1089" />
525         <bpmndi:BPMNLabel>
526           <dc:Bounds x="187" y="1133.4787123394708" width="18" height="12" />
527         </bpmndi:BPMNLabel>
528       </bpmndi:BPMNEdge>
529       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="isRollbackOn_NoNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_InclusiveGateway_24">
530         <di:waypoint xsi:type="dc:Point" x="206" y="1178" />
531         <di:waypoint xsi:type="dc:Point" x="372" y="1178" />
532         <bpmndi:BPMNLabel>
533           <dc:Bounds x="206" y="1182.7278101950883" width="14" height="12" />
534         </bpmndi:BPMNLabel>
535       </bpmndi:BPMNEdge>
536       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="callRESTQueryNetworkPolicy_ScriptTask">
537         <dc:Bounds x="1341" y="810" width="100" height="80" />
538       </bpmndi:BPMNShape>
539       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_60" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ScriptTask_335">
540         <di:waypoint xsi:type="dc:Point" x="1391" y="890" />
541         <di:waypoint xsi:type="dc:Point" x="1391" y="926" />
542         <bpmndi:BPMNLabel>
543           <dc:Bounds x="1388" y="900" width="6" height="6" />
544         </bpmndi:BPMNLabel>
545       </bpmndi:BPMNEdge>
546       <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_24" bpmnElement="InclusiveGateway_6">
547         <dc:Bounds x="626" y="859" width="50" height="50" />
548         <bpmndi:BPMNLabel>
549           <dc:Bounds x="651" y="914" width="0" height="0" />
550         </bpmndi:BPMNLabel>
551       </bpmndi:BPMNShape>
552       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_215" bpmnElement="isPONR_ExclusiveGateway" isMarkerVisible="true">
553         <dc:Bounds x="156" y="1039" width="50" height="50" />
554         <bpmndi:BPMNLabel>
555           <dc:Bounds x="90" y="1054" width="46" height="12" />
556         </bpmndi:BPMNLabel>
557       </bpmndi:BPMNShape>
558       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_77" bpmnElement="isPONR_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_InclusiveGateway_24">
559         <di:waypoint xsi:type="dc:Point" x="206" y="1064" />
560         <di:waypoint xsi:type="dc:Point" x="397" y="1064" />
561         <di:waypoint xsi:type="dc:Point" x="397" y="1153" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="213" y="1067.6448598130842" width="18" height="12" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNEdge>
566       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_85" bpmnElement="isPONR_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215">
567         <di:waypoint xsi:type="dc:Point" x="181" y="1039" />
568         <di:waypoint xsi:type="dc:Point" x="181" y="971" />
569         <di:waypoint xsi:type="dc:Point" x="397" y="971" />
570         <di:waypoint xsi:type="dc:Point" x="397" y="1153" />
571         <bpmndi:BPMNLabel>
572           <dc:Bounds x="185" y="1027.872131147541" width="14" height="12" />
573         </bpmndi:BPMNLabel>
574       </bpmndi:BPMNEdge>
575       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_217" bpmnElement="sdncOk_ExclusiveGateway" isMarkerVisible="true">
576         <dc:Bounds x="493" y="709" width="50" height="50" />
577         <bpmndi:BPMNLabel>
578           <dc:Bounds x="488" y="683" width="60" height="12" />
579         </bpmndi:BPMNLabel>
580       </bpmndi:BPMNShape>
581       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_92" bpmnElement="sdncOk_Yeso_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_261">
582         <di:waypoint xsi:type="dc:Point" x="543" y="734" />
583         <di:waypoint xsi:type="dc:Point" x="601" y="733" />
584         <bpmndi:BPMNLabel>
585           <dc:Bounds x="545" y="737.2172362208834" width="18" height="12" />
586         </bpmndi:BPMNLabel>
587       </bpmndi:BPMNEdge>
588       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_93" bpmnElement="sdncOk_No_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217">
589         <di:waypoint xsi:type="dc:Point" x="517" y="758" />
590         <di:waypoint xsi:type="dc:Point" x="517" y="884" />
591         <di:waypoint xsi:type="dc:Point" x="626" y="884" />
592         <bpmndi:BPMNLabel>
593           <dc:Bounds x="526" y="761.1171067354646" width="14" height="12" />
594         </bpmndi:BPMNLabel>
595       </bpmndi:BPMNEdge>
596       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
597         <dc:Bounds x="599" y="1412" width="36" height="36" />
598         <bpmndi:BPMNLabel>
599           <dc:Bounds x="617" y="1453" width="0" height="0" />
600         </bpmndi:BPMNLabel>
601       </bpmndi:BPMNShape>
602       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_4">
603         <dc:Bounds x="1029" y="968" width="36" height="36" />
604         <bpmndi:BPMNLabel>
605           <dc:Bounds x="1047" y="1009" width="0" height="0" />
606         </bpmndi:BPMNLabel>
607       </bpmndi:BPMNShape>
608       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_245" bpmnElement="callRESTQueryCloudRegion_ScriptTask">
609         <dc:Bounds x="1200" y="100" width="100" height="80" />
610       </bpmndi:BPMNShape>
611       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_53" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_245" targetElement="_BPMNShape_ScriptTask_67">
612         <di:waypoint xsi:type="dc:Point" x="1300" y="140" />
613         <di:waypoint xsi:type="dc:Point" x="1519" y="140" />
614         <bpmndi:BPMNLabel>
615           <dc:Bounds x="1410" y="125" width="0" height="0" />
616         </bpmndi:BPMNLabel>
617       </bpmndi:BPMNEdge>
618       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_38" bpmnElement="BoundaryEvent_4">
619         <dc:Bounds x="1601" y="355" width="36" height="36" />
620         <bpmndi:BPMNLabel>
621           <dc:Bounds x="1619" y="391" width="0" height="0" />
622         </bpmndi:BPMNLabel>
623       </bpmndi:BPMNShape>
624       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_69" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_BoundaryEvent_38" targetElement="_BPMNShape_EndEvent_124">
625         <di:waypoint xsi:type="dc:Point" x="1637" y="373" />
626         <di:waypoint xsi:type="dc:Point" x="1700" y="373" />
627         <di:waypoint xsi:type="dc:Point" x="1700" y="528" />
628         <bpmndi:BPMNLabel>
629           <dc:Bounds x="1669" y="358" width="0" height="0" />
630         </bpmndi:BPMNLabel>
631       </bpmndi:BPMNEdge>
632       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_261" bpmnElement="prepareSDNCRollbackRequest_ScriptTask">
633         <dc:Bounds x="601" y="694" width="100" height="79" />
634       </bpmndi:BPMNShape>
635       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_76" bpmnElement="SequenceFlow_47" sourceElement="_BPMNShape_InclusiveGateway_24">
636         <di:waypoint xsi:type="dc:Point" x="651" y="909" />
637         <di:waypoint xsi:type="dc:Point" x="651" y="946" />
638         <bpmndi:BPMNLabel>
639           <dc:Bounds x="666" y="927.5" width="0" height="0" />
640         </bpmndi:BPMNLabel>
641       </bpmndi:BPMNEdge>
642       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_84" bpmnElement="SequenceFlow_53" sourceElement="_BPMNShape_ScriptTask_261">
643         <di:waypoint xsi:type="dc:Point" x="651" y="773" />
644         <di:waypoint xsi:type="dc:Point" x="651" y="859" />
645         <bpmndi:BPMNLabel>
646           <dc:Bounds x="666" y="816" width="0" height="0" />
647         </bpmndi:BPMNLabel>
648       </bpmndi:BPMNEdge>
649       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_63" targetElement="_BPMNShape_ScriptTask_134">
650         <di:waypoint xsi:type="dc:Point" x="1393" y="1391" />
651         <di:waypoint xsi:type="dc:Point" x="1393" y="1430" />
652         <di:waypoint xsi:type="dc:Point" x="1310" y="1430" />
653         <di:waypoint xsi:type="dc:Point" x="1276" y="1430" />
654         <bpmndi:BPMNLabel>
655           <dc:Bounds x="1390" y="1425" width="6" height="6" />
656         </bpmndi:BPMNLabel>
657       </bpmndi:BPMNEdge>
658       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
659         <dc:Bounds x="-62" y="375" width="394" height="188" />
660       </bpmndi:BPMNShape>
661       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
662         <dc:Bounds x="-29" y="452" width="36" height="36" />
663         <bpmndi:BPMNLabel>
664           <dc:Bounds x="-11" y="493" width="0" height="0" />
665         </bpmndi:BPMNLabel>
666       </bpmndi:BPMNShape>
667       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
668         <dc:Bounds x="86" y="430" width="100" height="80" />
669       </bpmndi:BPMNShape>
670       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
671         <dc:Bounds x="247" y="452" width="36" height="36" />
672         <bpmndi:BPMNLabel>
673           <dc:Bounds x="265" y="493" width="0" height="0" />
674         </bpmndi:BPMNLabel>
675       </bpmndi:BPMNShape>
676       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
677         <di:waypoint xsi:type="dc:Point" x="7" y="470" />
678         <di:waypoint xsi:type="dc:Point" x="86" y="470" />
679         <bpmndi:BPMNLabel>
680           <dc:Bounds x="49" y="470" width="0" height="0" />
681         </bpmndi:BPMNLabel>
682       </bpmndi:BPMNEdge>
683       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
684         <di:waypoint xsi:type="dc:Point" x="186" y="470" />
685         <di:waypoint xsi:type="dc:Point" x="247" y="470" />
686         <bpmndi:BPMNLabel>
687           <dc:Bounds x="221" y="470" width="0" height="0" />
688         </bpmndi:BPMNLabel>
689       </bpmndi:BPMNEdge>
690       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="callGetServiceInstance">
691         <dc:Bounds x="686" y="163" width="100" height="80" />
692       </bpmndi:BPMNShape>
693       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_244" bpmnElement="siFoundCheck" isMarkerVisible="true">
694         <dc:Bounds x="836" y="177" width="50" height="50" />
695         <bpmndi:BPMNLabel>
696           <dc:Bounds x="891" y="195" width="79" height="22" />
697         </bpmndi:BPMNLabel>
698       </bpmndi:BPMNShape>
699       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_CallActivity_72" targetElement="_BPMNShape_ExclusiveGateway_244">
700         <di:waypoint xsi:type="dc:Point" x="786" y="203" />
701         <di:waypoint xsi:type="dc:Point" x="805" y="203" />
702         <di:waypoint xsi:type="dc:Point" x="805" y="202" />
703         <di:waypoint xsi:type="dc:Point" x="836" y="202" />
704         <bpmndi:BPMNLabel>
705           <dc:Bounds x="799" y="203" width="6" height="6" />
706         </bpmndi:BPMNLabel>
707       </bpmndi:BPMNEdge>
708       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="siFoundYes" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_133">
709         <di:waypoint xsi:type="dc:Point" x="861" y="177" />
710         <di:waypoint xsi:type="dc:Point" x="861" y="140" />
711         <di:waypoint xsi:type="dc:Point" x="910" y="140" />
712         <di:waypoint xsi:type="dc:Point" x="984" y="140" />
713         <bpmndi:BPMNLabel>
714           <dc:Bounds x="868" y="157" width="29" height="22" />
715         </bpmndi:BPMNLabel>
716       </bpmndi:BPMNEdge>
717       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_247" bpmnElement="EndEvent_2">
718         <dc:Bounds x="1155" y="278" width="36" height="36" />
719         <bpmndi:BPMNLabel>
720           <dc:Bounds x="1173" y="319" width="0" height="0" />
721         </bpmndi:BPMNLabel>
722       </bpmndi:BPMNShape>
723       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_331" bpmnElement="workflowExceptionSINotFound">
724         <dc:Bounds x="984" y="256" width="100" height="80" />
725       </bpmndi:BPMNShape>
726       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="siFoundNo" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_331">
727         <di:waypoint xsi:type="dc:Point" x="861" y="227" />
728         <di:waypoint xsi:type="dc:Point" x="861" y="296" />
729         <di:waypoint xsi:type="dc:Point" x="984" y="296" />
730         <bpmndi:BPMNLabel>
731           <dc:Bounds x="871" y="233" width="22" height="22" />
732         </bpmndi:BPMNLabel>
733       </bpmndi:BPMNEdge>
734       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ScriptTask_331" targetElement="_BPMNShape_EndEvent_247">
735         <di:waypoint xsi:type="dc:Point" x="1084" y="296" />
736         <di:waypoint xsi:type="dc:Point" x="1155" y="296" />
737         <bpmndi:BPMNLabel>
738           <dc:Bounds x="1103" y="296" width="6" height="6" />
739         </bpmndi:BPMNLabel>
740       </bpmndi:BPMNEdge>
741       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_ScriptTask_245">
742         <di:waypoint xsi:type="dc:Point" x="1084" y="140" />
743         <di:waypoint xsi:type="dc:Point" x="1200" y="140" />
744         <bpmndi:BPMNLabel>
745           <dc:Bounds x="1127" y="140" width="6" height="6" />
746         </bpmndi:BPMNLabel>
747       </bpmndi:BPMNEdge>
748       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="callRESTQueryNetworkTableRef_ScriptTask">
749         <dc:Bounds x="1341" y="926" width="100" height="80" />
750       </bpmndi:BPMNShape>
751       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_335" targetElement="_BPMNShape_ScriptTask_157">
752         <di:waypoint xsi:type="dc:Point" x="1391" y="1006" />
753         <di:waypoint xsi:type="dc:Point" x="1392" y="1052" />
754         <bpmndi:BPMNLabel>
755           <dc:Bounds x="1388" y="1028" width="6" height="6" />
756         </bpmndi:BPMNLabel>
757       </bpmndi:BPMNEdge>
758       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_336" bpmnElement="callRESTReQuery1NetworkID_ScriptTask">
759         <dc:Bounds x="1343" y="576" width="100" height="80" />
760       </bpmndi:BPMNShape>
761       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_336" targetElement="_BPMNShape_ScriptTask_156">
762         <di:waypoint xsi:type="dc:Point" x="1393" y="656" />
763         <di:waypoint xsi:type="dc:Point" x="1393" y="672" />
764         <di:waypoint xsi:type="dc:Point" x="1391" y="672" />
765         <di:waypoint xsi:type="dc:Point" x="1391" y="688" />
766         <bpmndi:BPMNLabel>
767           <dc:Bounds x="1390" y="666" width="6" height="6" />
768         </bpmndi:BPMNLabel>
769       </bpmndi:BPMNEdge>
770       <bpmndi:BPMNShape id="ScriptTask_1p6n2yy_di" bpmnElement="ScriptTask_1p6n2yy">
771         <dc:Bounds x="601" y="946" width="100" height="80" />
772       </bpmndi:BPMNShape>
773       <bpmndi:BPMNShape id="CallActivity_1kid5y0_di" bpmnElement="CallActivity_1kid5y0">
774         <dc:Bounds x="739" y="946" width="100" height="80" />
775       </bpmndi:BPMNShape>
776       <bpmndi:BPMNShape id="ScriptTask_0voqz6r_di" bpmnElement="ScriptTask_0voqz6r">
777         <dc:Bounds x="883" y="946" width="100" height="80" />
778       </bpmndi:BPMNShape>
779       <bpmndi:BPMNEdge id="SequenceFlow_0qr4es6_di" bpmnElement="SequenceFlow_0qr4es6">
780         <di:waypoint xsi:type="dc:Point" x="701" y="986" />
781         <di:waypoint xsi:type="dc:Point" x="739" y="986" />
782         <bpmndi:BPMNLabel>
783           <dc:Bounds x="720" y="971" width="0" height="0" />
784         </bpmndi:BPMNLabel>
785       </bpmndi:BPMNEdge>
786       <bpmndi:BPMNEdge id="SequenceFlow_04rdjfi_di" bpmnElement="SequenceFlow_04rdjfi">
787         <di:waypoint xsi:type="dc:Point" x="983" y="986" />
788         <di:waypoint xsi:type="dc:Point" x="1029" y="986" />
789         <bpmndi:BPMNLabel>
790           <dc:Bounds x="1006" y="961" width="0" height="0" />
791         </bpmndi:BPMNLabel>
792       </bpmndi:BPMNEdge>
793       <bpmndi:BPMNShape id="ExclusiveGateway_1kjh92x_di" bpmnElement="ExclusiveGateway_1kjh92x" isMarkerVisible="true">
794         <dc:Bounds x="372" y="709" width="50" height="50" />
795         <bpmndi:BPMNLabel>
796           <dc:Bounds x="368" y="672" width="76" height="24" />
797         </bpmndi:BPMNLabel>
798       </bpmndi:BPMNShape>
799       <bpmndi:BPMNEdge id="SequenceFlow_0nrc66n_di" bpmnElement="SequenceFlow_0nrc66n">
800         <di:waypoint xsi:type="dc:Point" x="422" y="734" />
801         <di:waypoint xsi:type="dc:Point" x="493" y="734" />
802         <bpmndi:BPMNLabel>
803           <dc:Bounds x="427" y="735" width="14" height="12" />
804         </bpmndi:BPMNLabel>
805       </bpmndi:BPMNEdge>
806       <bpmndi:BPMNEdge id="SequenceFlow_0srdlf3_di" bpmnElement="SequenceFlow_0srdlf3">
807         <di:waypoint xsi:type="dc:Point" x="397" y="759" />
808         <di:waypoint xsi:type="dc:Point" x="397" y="884" />
809         <di:waypoint xsi:type="dc:Point" x="626" y="884" />
810         <bpmndi:BPMNLabel>
811           <dc:Bounds x="402" y="760" width="18" height="12" />
812         </bpmndi:BPMNLabel>
813       </bpmndi:BPMNEdge>
814       <bpmndi:BPMNShape id="ScriptTask_1gedbow_di" bpmnElement="ScriptTask_1gedbow">
815         <dc:Bounds x="-11" y="1138" width="100" height="80" />
816       </bpmndi:BPMNShape>
817       <bpmndi:BPMNEdge id="SequenceFlow_053re4q_di" bpmnElement="SequenceFlow_053re4q">
818         <di:waypoint xsi:type="dc:Point" x="89" y="1178" />
819         <di:waypoint xsi:type="dc:Point" x="156" y="1178" />
820         <bpmndi:BPMNLabel>
821           <dc:Bounds x="123" y="1163" width="0" height="0" />
822         </bpmndi:BPMNLabel>
823       </bpmndi:BPMNEdge>
824       <bpmndi:BPMNShape id="InclusiveGateway_1adrta3_di" bpmnElement="ExclusiveGateway_1dcb5p2">
825         <dc:Bounds x="372" y="1153" width="50" height="50" />
826         <bpmndi:BPMNLabel>
827           <dc:Bounds x="397" y="1203" width="0" height="0" />
828         </bpmndi:BPMNLabel>
829       </bpmndi:BPMNShape>
830       <bpmndi:BPMNEdge id="SequenceFlow_0ze5k6c_di" bpmnElement="SequenceFlow_0ze5k6c">
831         <di:waypoint xsi:type="dc:Point" x="422" y="1178" />
832         <di:waypoint xsi:type="dc:Point" x="933" y="1178" />
833         <di:waypoint xsi:type="dc:Point" x="933" y="1026" />
834         <bpmndi:BPMNLabel>
835           <dc:Bounds x="678" y="1163" width="0" height="0" />
836         </bpmndi:BPMNLabel>
837       </bpmndi:BPMNEdge>
838       <bpmndi:BPMNShape id="TextAnnotation_0qx19b9_di" bpmnElement="TextAnnotation_0qx19b9">
839         <dc:Bounds x="736" y="808" width="168" height="39" />
840       </bpmndi:BPMNShape>
841       <bpmndi:BPMNEdge id="Association_10dk4x3_di" bpmnElement="Association_10dk4x3">
842         <di:waypoint xsi:type="dc:Point" x="797" y="946" />
843         <di:waypoint xsi:type="dc:Point" x="816" y="847" />
844       </bpmndi:BPMNEdge>
845     </bpmndi:BPMNPlane>
846   </bpmndi:BPMNDiagram>
847 </bpmn2:definitions>