Remove unnecessary use of Calendar.getInstance()
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / UpdateNetworkInstanceInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_MagIIMOUEeW8asg-vCEgWQ" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="UpdateNetworkInstanceInfra" name="UpdateNetworkInstanceInfra" isExecutable="true">\r
4     <bpmn2:startEvent id="updateNetwork_startEvent" camunda:asyncAfter="true" name="Start Flow">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="updateNetwork_startEvent" targetRef="preProcessRequest_ScriptTask"/>\r
8     <bpmn2:scriptTask id="prepareSDNCTopoRequest_ScriptTask" name="Prepare SDNC Topology Request" scriptFormat="groovy">\r
9       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>\r
10       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
11       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
12 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
13 UpdateNetworkInstanceInfra.prepareSDNCRequest(execution)
14 ]]></bpmn2:script>\r
15     </bpmn2:scriptTask>\r
16     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareSDNCTopoRequest_ScriptTask" targetRef="callAssignSDNCAdapter_CallActivity"/>\r
17     <bpmn2:scriptTask id="validateSDNCResponse_ScriptTask" name="Validate SDNC Response" scriptFormat="groovy">\r
18       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
19       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
20       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
21 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
22 UpdateNetworkInstanceInfra.validateSDNCResponse(execution)]]></bpmn2:script>\r
23     </bpmn2:scriptTask>\r
24     <bpmn2:exclusiveGateway id="isSdncTopoOk_ExclusiveGateway" name="Is SDNC Ok?" default="sdncTopoNo_SequenceFlow">\r
25       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
26       <bpmn2:outgoing>sdncTopoNo_SequenceFlow</bpmn2:outgoing>\r
27       <bpmn2:outgoing>sdncTopoYes_SequenceFlow</bpmn2:outgoing>\r
28     </bpmn2:exclusiveGateway>\r
29     <bpmn2:sequenceFlow id="sdncTopoNo_SequenceFlow" name="No" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="sndcError_EndEvent"/>\r
30     <bpmn2:sequenceFlow id="sdncTopoYes_SequenceFlow" name="Yes" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="callRESTReQuery1NetworkID_ScriptTask">\r
31       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_sdncResponseSuccess" ) == true}]]></bpmn2:conditionExpression>\r
32     </bpmn2:sequenceFlow>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="validateSDNCResponse_ScriptTask" targetRef="isSdncTopoOk_ExclusiveGateway"/>\r
34     <bpmn2:boundaryEvent id="BoundaryEvent_4" name="" attachedToRef="validateSDNCResponse_ScriptTask">\r
35       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
36       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_2"/>\r
37     </bpmn2:boundaryEvent>\r
38     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="BoundaryEvent_4" targetRef="sndcError_EndEvent"/>\r
39     <bpmn2:endEvent id="sndcError_EndEvent" name="SNDC Error">\r
40       <bpmn2:incoming>sdncTopoNo_SequenceFlow</bpmn2:incoming>\r
41       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
42       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_57" errorRef="Error_2"/>\r
43     </bpmn2:endEvent>\r
44     <bpmn2:callActivity id="callRollbackSDNCAdapter_CallActivity" name="Call Rollback SDNC Adapter" isForCompensation="true" calledElement="sdncAdapter">\r
45       <bpmn2:extensionElements>\r
46         <camunda:in source="UPDNETI_rollbackSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
47         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
48         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
49         <camunda:out source="SDNCA_ResponseCode" target="UPDNETI_rollbackSDNCReturnCode"/>\r
50         <camunda:out source="sdncAdapterResponse" target="UPDNETI_rollbackSDNCResponse"/>\r
51       </bpmn2:extensionElements>\r
52     </bpmn2:callActivity>\r
53     <bpmn2:boundaryEvent id="sndcCompensation_BoundaryEvent" attachedToRef="callAssignSDNCAdapter_CallActivity">\r
54       <bpmn2:compensateEventDefinition id="CompensateEventDefinition_1" waitForCompletion="true"/>\r
55     </bpmn2:boundaryEvent>\r
56     <bpmn2:callActivity id="callAssignSDNCAdapter_CallActivity" name="Call SDNC Assign Adapter V1 Sub-process" calledElement="sdncAdapter">\r
57       <bpmn2:extensionElements>\r
58         <camunda:in source="UPDNETI_changeAssignSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
59         <camunda:out source="sdncAdapterResponse" target="UPDNETI_changeAssignSDNCResponse"/>\r
60         <camunda:out source="SDNCA_ResponseCode" target="UPDNETI_sdncReturnCode"/>\r
61         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
62         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
63         <camunda:out source="WorkflowException" target="UPDNETI_WorkflowException"/>\r
64         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
65         <camunda:in variables="all"/>\r
66       </bpmn2:extensionElements>\r
67       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
68       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
69     </bpmn2:callActivity>\r
70     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="callAssignSDNCAdapter_CallActivity" targetRef="validateSDNCResponse_ScriptTask"/>\r
71     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &amp; Completion Request" scriptFormat="groovy">\r
72       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
73       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
74       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
75 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
76 UpdateNetworkInstanceInfra.postProcessResponse(execution)]]></bpmn2:script>\r
77     </bpmn2:scriptTask>\r
78     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity"/>\r
79     <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">\r
80       <bpmn2:exclusiveGateway id="isRollbackOn_Network_ExclusiveGateway" name="Is Rollback On?" default="isRollbackOn_NoNetwork_SequenceFlow">\r
81         <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
82         <bpmn2:outgoing>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:outgoing>\r
83         <bpmn2:outgoing>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:outgoing>\r
84       </bpmn2:exclusiveGateway>\r
85       <bpmn2:sequenceFlow id="isRollbackOn_YesNetwork_SequenceFlow" name="Yes" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="isPONR_ExclusiveGateway">\r
86         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_rollbackEnabled") == true}]]></bpmn2:conditionExpression>\r
87       </bpmn2:sequenceFlow>\r
88       <bpmn2:sequenceFlow id="isRollbackOn_NoNetwork_SequenceFlow" name="No" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="InclusiveGateway_6"/>\r
89       <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">\r
90         <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
91         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2"/>\r
92       </bpmn2:startEvent>\r
93       <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="isRollbackOn_Network_ExclusiveGateway"/>\r
94       <bpmn2:exclusiveGateway id="isPONR_ExclusiveGateway" name="isPONR?" default="isPONR_No_SequenceFlow">\r
95         <bpmn2:incoming>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:incoming>\r
96         <bpmn2:outgoing>isPONR_Yes_SequenceFlow</bpmn2:outgoing>\r
97         <bpmn2:outgoing>isPONR_No_SequenceFlow</bpmn2:outgoing>\r
98       </bpmn2:exclusiveGateway>\r
99       <bpmn2:sequenceFlow id="isPONR_Yes_SequenceFlow" name="Yes" sourceRef="isPONR_ExclusiveGateway" targetRef="InclusiveGateway_6">\r
100         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_isPONR") == true}]]></bpmn2:conditionExpression>\r
101       </bpmn2:sequenceFlow>\r
102       <bpmn2:sequenceFlow id="isPONR_No_SequenceFlow" name="No" sourceRef="isPONR_ExclusiveGateway" targetRef="isNetworkOk_ExclusiveGateway"/>\r
103       <bpmn2:exclusiveGateway id="isNetworkOk_ExclusiveGateway" name="is Network Ok?" default="isNetworkOk_No_SequenceFlow">\r
104         <bpmn2:incoming>isPONR_No_SequenceFlow</bpmn2:incoming>\r
105         <bpmn2:outgoing>isNetworkOk_No_SequenceFlow</bpmn2:outgoing>\r
106         <bpmn2:outgoing>isNetworkOk_Yes_SequenceFlow</bpmn2:outgoing>\r
107       </bpmn2:exclusiveGateway>\r
108       <bpmn2:sequenceFlow id="isNetworkOk_No_SequenceFlow" name="No" sourceRef="isNetworkOk_ExclusiveGateway" targetRef="sdncOk_ExclusiveGateway"/>\r
109       <bpmn2:sequenceFlow id="isNetworkOk_Yes_SequenceFlow" name="Yes" sourceRef="isNetworkOk_ExclusiveGateway" targetRef="sdncOk_ExclusiveGateway">\r
110         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_isNetworkRollbackNeeded") == true}]]></bpmn2:conditionExpression>\r
111       </bpmn2:sequenceFlow>\r
112       <bpmn2:exclusiveGateway id="sdncOk_ExclusiveGateway" name="is Sdnc Ok?" default="sdncOk_No_ExclusiveGateway">\r
113         <bpmn2:incoming>isNetworkOk_No_SequenceFlow</bpmn2:incoming>\r
114         <bpmn2:incoming>isNetworkOk_Yes_SequenceFlow</bpmn2:incoming>\r
115         <bpmn2:outgoing>sdncOk_Yeso_ExclusiveGateway</bpmn2:outgoing>\r
116         <bpmn2:outgoing>sdncOk_No_ExclusiveGateway</bpmn2:outgoing>\r
117       </bpmn2:exclusiveGateway>\r
118       <bpmn2:sequenceFlow id="sdncOk_Yeso_ExclusiveGateway" name="Yes" sourceRef="sdncOk_ExclusiveGateway" targetRef="prepareSDNCRollbackRequest_ScriptTask">\r
119         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("UPDNETI_isSdncRollbackNeeded" ) == true}]]></bpmn2:conditionExpression>\r
120       </bpmn2:sequenceFlow>\r
121       <bpmn2:sequenceFlow id="sdncOk_No_ExclusiveGateway" name="No" sourceRef="sdncOk_ExclusiveGateway" targetRef="validateRollbacksResponse_ScriptTask_2"/>\r
122       <bpmn2:scriptTask id="prepareSDNCRollbackRequest_ScriptTask" name="Prepare SDNCRollback Request" scriptFormat="groovy">\r
123         <bpmn2:incoming>sdncOk_Yeso_ExclusiveGateway</bpmn2:incoming>\r
124         <bpmn2:outgoing>SequenceFlow_53</bpmn2:outgoing>\r
125         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
126 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
127 UpdateNetworkInstanceInfra.prepareSDNCRollbackRequest(execution)]]></bpmn2:script>\r
128       </bpmn2:scriptTask>\r
129       <bpmn2:sequenceFlow id="SequenceFlow_53" name="" sourceRef="prepareSDNCRollbackRequest_ScriptTask" targetRef="sdncTopoRollback_IntermediateThrowEvent"/>\r
130       <bpmn2:intermediateThrowEvent id="sdncTopoRollback_IntermediateThrowEvent" name="SDNC Rollback">\r
131         <bpmn2:incoming>SequenceFlow_53</bpmn2:incoming>\r
132         <bpmn2:outgoing>SequenceFlow_55</bpmn2:outgoing>\r
133         <bpmn2:compensateEventDefinition id="sndc_CompensateEventDefinition" activityRef="callRollbackSDNCAdapter_CallActivity" waitForCompletion="true"/>\r
134       </bpmn2:intermediateThrowEvent>\r
135       <bpmn2:sequenceFlow id="SequenceFlow_55" name="" sourceRef="sdncTopoRollback_IntermediateThrowEvent" targetRef="validateRollbacksResponse_ScriptTask_2"/>\r
136       <bpmn2:scriptTask id="prepareDBInfraErrorRequest_ScriptTask" name="Prepare DB Infra Error" scriptFormat="groovy">\r
137         <bpmn2:incoming>SequenceFlow_47</bpmn2:incoming>\r
138         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
139         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
140 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
141 UpdateNetworkInstanceInfra.prepareDBRequestError(execution)]]></bpmn2:script>\r
142       </bpmn2:scriptTask>\r
143       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="prepareDBInfraErrorRequest_ScriptTask" targetRef="callDBInfraErrorUpdate_ServiceTask_1"/>\r
144       <bpmn2:serviceTask id="callDBInfraErrorUpdate_ServiceTask_1" name="Call DB Infra Error Update">\r
145         <bpmn2:extensionElements>\r
146           <camunda:connector>\r
147             <camunda:connectorId>http-connector</camunda:connectorId>\r
148             <camunda:inputOutput>\r
149               <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
150               <camunda:inputParameter name="payload">${UPDNETI_updateDBRequest}</camunda:inputParameter>\r
151               <camunda:inputParameter name="headers">\r
152                 <camunda:map>\r
153                   <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
154                 </camunda:map>\r
155               </camunda:inputParameter>\r
156               <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
157               <camunda:outputParameter name="UPDNETI_updateDBResponse">${response}</camunda:outputParameter>\r
158               <camunda:outputParameter name="UPDNETI_dbReturnCode">${statusCode}</camunda:outputParameter>\r
159             </camunda:inputOutput>\r
160           </camunda:connector>\r
161         </bpmn2:extensionElements>\r
162         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
163         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
164       </bpmn2:serviceTask>\r
165       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="callDBInfraErrorUpdate_ServiceTask_1" targetRef="prepareFalloutHandler_ScriptTask"/>\r
166       <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler">\r
167         <bpmn2:extensionElements>\r
168           <camunda:in variables="all"/>\r
169           <camunda:out variables="all"/>\r
170           <camunda:in source="UPDNETI_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
171           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
172           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
173           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/>\r
174           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/>\r
175           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/>\r
176         </bpmn2:extensionElements>\r
177         <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
178         <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
179       </bpmn2:callActivity>\r
180       <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_4"/>\r
181       <bpmn2:endEvent id="EndEvent_4">\r
182         <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
183       </bpmn2:endEvent>\r
184       <bpmn2:scriptTask id="validateRollbacksResponse_ScriptTask_2" name="Validate Rollback Responses" scriptFormat="groovy">\r
185         <bpmn2:incoming>SequenceFlow_55</bpmn2:incoming>\r
186         <bpmn2:incoming>sdncOk_No_ExclusiveGateway</bpmn2:incoming>\r
187         <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
188         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
189 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
190 UpdateNetworkInstanceInfra.validateRollbackResponses(execution)]]></bpmn2:script>\r
191       </bpmn2:scriptTask>\r
192       <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="validateRollbacksResponse_ScriptTask_2" targetRef="InclusiveGateway_6"/>\r
193       <bpmn2:inclusiveGateway id="InclusiveGateway_6">\r
194         <bpmn2:incoming>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:incoming>\r
195         <bpmn2:incoming>isPONR_Yes_SequenceFlow</bpmn2:incoming>\r
196         <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
197         <bpmn2:outgoing>SequenceFlow_47</bpmn2:outgoing>\r
198       </bpmn2:inclusiveGateway>\r
199       <bpmn2:sequenceFlow id="SequenceFlow_47" name="" sourceRef="InclusiveGateway_6" targetRef="prepareDBInfraErrorRequest_ScriptTask"/>\r
200       <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy">\r
201         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
202         <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
203         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
204 def buildErrorResponse = new UpdateNetworkInstanceInfra()
205 buildErrorResponse.buildErrorResponse(execution)
206 ]]></bpmn2:script>\r
207       </bpmn2:scriptTask>\r
208       <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity"/>\r
209     </bpmn2:subProcess>\r
210     <bpmn2:scriptTask id="callRESTReQuery2NetworkID_ScriptTask" name="Call REST ReQuery2 Network Id in AAI" scriptFormat="groovy">\r
211       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
212       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
213       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
214 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
215 UpdateNetworkInstanceInfra.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>\r
216     </bpmn2:scriptTask>\r
217     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTReQuery2NetworkID_ScriptTask" targetRef="callRESTUpdateContrailNetwork_ScriptTask"/>\r
218     <bpmn2:scriptTask id="callRESTUpdateContrailNetwork_ScriptTask" name="Call REST Update Contrail Network in AAI" scriptFormat="groovy">\r
219       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
220       <bpmn2:outgoing>SequenceFlow_46</bpmn2:outgoing>\r
221       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
222 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
223 UpdateNetworkInstanceInfra.callRESTUpdateContrailAAINetwork(execution)]]></bpmn2:script>\r
224     </bpmn2:scriptTask>\r
225     <bpmn2:sequenceFlow id="SequenceFlow_46" name="PONR" sourceRef="callRESTUpdateContrailNetwork_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask"/>\r
226     <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy">\r
227       <bpmn2:incoming>SequenceFlow_46</bpmn2:incoming>\r
228       <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>\r
229       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
230 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
231 UpdateNetworkInstanceInfra.prepareDBRequest(execution)
232
233 ]]></bpmn2:script>\r
234     </bpmn2:scriptTask>\r
235     <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask"/>\r
236     <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update">\r
237       <bpmn2:extensionElements>\r
238         <camunda:connector>\r
239           <camunda:connectorId>http-connector</camunda:connectorId>\r
240           <camunda:inputOutput>\r
241             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
242             <camunda:inputParameter name="payload">${UPDNETI_updateDBRequest}</camunda:inputParameter>\r
243             <camunda:inputParameter name="headers">\r
244               <camunda:map>\r
245                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
246               </camunda:map>\r
247             </camunda:inputParameter>\r
248             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
249             <camunda:outputParameter name="UPDNETI_createDBResponse">${response}</camunda:outputParameter>\r
250             <camunda:outputParameter name="UPDNETI_dbReturnCode">${statusCode}</camunda:outputParameter>\r
251           </camunda:inputOutput>\r
252         </camunda:connector>\r
253       </bpmn2:extensionElements>\r
254       <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>\r
255       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
256     </bpmn2:serviceTask>\r
257     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask"/>\r
258     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">\r
259       <bpmn2:extensionElements>\r
260         <camunda:in variables="all"/>\r
261         <camunda:out variables="all"/>\r
262         <camunda:in source="UPDNETI_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>\r
263         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
264         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
265         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>\r
266         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>\r
267         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>\r
268       </bpmn2:extensionElements>\r
269       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
270       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
271     </bpmn2:callActivity>\r
272     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="EndEvent_3"/>\r
273     <bpmn2:endEvent id="EndEvent_3">\r
274       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
275     </bpmn2:endEvent>\r
276     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">\r
277       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">\r
278         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
279         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
280         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
281 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
282 UpdateNetworkInstanceInfra.processJavaException(execution)]]></bpmn2:script>\r
283       </bpmn2:scriptTask>\r
284       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1"/>\r
285       <bpmn2:startEvent id="StartEvent_1">\r
286         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
287         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1"/>\r
288       </bpmn2:startEvent>\r
289       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1"/>\r
290       <bpmn2:endEvent id="EndEvent_1">\r
291         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
292       </bpmn2:endEvent>\r
293     </bpmn2:subProcess>\r
294     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">\r
295       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
296       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
297       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
298 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
299 UpdateNetworkInstanceInfra.preProcessRequest(execution)
300 ]]></bpmn2:script>\r
301     </bpmn2:scriptTask>\r
302     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask"/>\r
303     <bpmn2:scriptTask id="callRESTQueryCloudRegion_ScriptTask" name="Call REST Query Cloud Region " scriptFormat="groovy">\r
304       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
305       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>\r
306       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
307 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
308 UpdateNetworkInstanceInfra.callRESTQueryAAICloudRegion(execution)]]></bpmn2:script>\r
309     </bpmn2:scriptTask>\r
310     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="callRESTQueryCloudRegion_ScriptTask" targetRef="prepareSDNCTopoRequest_ScriptTask"/>\r
311     <bpmn2:scriptTask id="callRESTQueryNetworkId_ScriptTask" name="Call REST Query Network Id In AAI" scriptFormat="groovy">\r
312       <bpmn2:incoming>siFoundYes</bpmn2:incoming>\r
313       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
314       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
315 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
316 UpdateNetworkInstanceInfra.callRESTQueryAAINetworkId(execution)]]></bpmn2:script>\r
317     </bpmn2:scriptTask>\r
318     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="callRESTQueryNetworkId_ScriptTask" targetRef="callRESTQueryCloudRegion_ScriptTask"/>\r
319     <bpmn2:endEvent id="EndEvent_2">\r
320       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>\r
321       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_97" errorRef="Error_2"/>\r
322     </bpmn2:endEvent>\r
323     <bpmn2:scriptTask id="workflowExceptionSINotFound" name="Create Workflow Exception" scriptFormat="groovy">\r
324       <bpmn2:incoming>siFoundNo</bpmn2:incoming>\r
325       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>\r
326       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
327 ExceptionUtil exceptionUtil = new ExceptionUtil()
328 exceptionUtil.buildWorkflowException(execution, 404, "Service Instance Not Found")]]></bpmn2:script>\r
329     </bpmn2:scriptTask>\r
330     <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="workflowExceptionSINotFound" targetRef="EndEvent_2"/>\r
331     <bpmn2:exclusiveGateway id="siFoundCheck" name="is SI Found?" default="siFoundNo">\r
332       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
333       <bpmn2:outgoing>siFoundYes</bpmn2:outgoing>\r
334       <bpmn2:outgoing>siFoundNo</bpmn2:outgoing>\r
335     </bpmn2:exclusiveGateway>\r
336     <bpmn2:sequenceFlow id="siFoundYes" name="Yes" sourceRef="siFoundCheck" targetRef="callRESTQueryNetworkId_ScriptTask">\r
337       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGSI_FoundIndicator" ) == true && execution.getVariable("GENGSI_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>\r
338     </bpmn2:sequenceFlow>\r
339     <bpmn2:sequenceFlow id="siFoundNo" name="No" sourceRef="siFoundCheck" targetRef="workflowExceptionSINotFound"/>\r
340     <bpmn2:callActivity id="callGetServiceInstance" name="Get&#xD;&#xA;Service&#xD;&#xA;Instance" calledElement="GenericGetService">\r
341       <bpmn2:extensionElements>\r
342         <camunda:in source="UPDNETI_serviceInstanceId" target="GENGS_serviceInstanceId"/>\r
343         <camunda:out source="GENGS_serviceInstance" target="UPDNETI_serviceInstanceId"/>\r
344         <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator"/>\r
345         <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator"/>\r
346         <camunda:out source="GENGS_siResourceLink" target="GENGSI_siResourceLink"/>\r
347         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
348         <camunda:in source="GENGS_type" target="GENGS_type"/>\r
349       </bpmn2:extensionElements>\r
350       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
351       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
352     </bpmn2:callActivity>\r
353     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="callGetServiceInstance" targetRef="siFoundCheck"/>\r
354     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">\r
355       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
356       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
357       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
358 def UpdateNetworkInstanceInfra = new  UpdateNetworkInstanceInfra()
359 UpdateNetworkInstanceInfra.sendSyncResponse(execution)]]></bpmn2:script>\r
360     </bpmn2:scriptTask>\r
361     <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="callGetServiceInstance"/>\r
362     <bpmn2:scriptTask id="validateUpdatePONetwork_ScriptTask" name="Validate Update PO Network" scriptFormat="groovy">\r
363       <bpmn2:incoming>SequenceFlow_59</bpmn2:incoming>\r
364       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
365       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
366 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
367 UpdateNetworkInstanceInfra.validateUpdateNetworkResponse(execution)]]></bpmn2:script>\r
368     </bpmn2:scriptTask>\r
369     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="validateUpdatePONetwork_ScriptTask" targetRef="callRESTReQuery2NetworkID_ScriptTask"/>\r
370     <bpmn2:serviceTask id="callUpdateNetwork_ServiceTask" name="Call Update Network">\r
371       <bpmn2:extensionElements>\r
372         <camunda:connector>\r
373           <camunda:connectorId>http-connector</camunda:connectorId>\r
374           <camunda:inputOutput>\r
375             <camunda:inputParameter name="payload">${UPDNETI_updateNetworkRequest}</camunda:inputParameter>\r
376             <camunda:inputParameter name="url">${URN_mso_adapters_network_rest_endpoint}/${UPDNETI_networkId}</camunda:inputParameter>\r
377             <camunda:inputParameter name="headers">\r
378               <camunda:map>\r
379                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>\r
380                 <camunda:entry key="content-type">application/xml</camunda:entry>\r
381               </camunda:map>\r
382             </camunda:inputParameter>\r
383             <camunda:inputParameter name="method">PUT</camunda:inputParameter>\r
384             <camunda:outputParameter name="UPDNETI_networkReturnCode">${statusCode}</camunda:outputParameter>\r
385             <camunda:outputParameter name="UPDNETI_updateNetworkResponse">${response}</camunda:outputParameter>\r
386           </camunda:inputOutput>\r
387         </camunda:connector>\r
388       </bpmn2:extensionElements>\r
389       <bpmn2:incoming>SequenceFlow_61</bpmn2:incoming>\r
390       <bpmn2:outgoing>SequenceFlow_59</bpmn2:outgoing>\r
391     </bpmn2:serviceTask>\r
392     <bpmn2:sequenceFlow id="SequenceFlow_59" name="" sourceRef="callUpdateNetwork_ServiceTask" targetRef="validateUpdatePONetwork_ScriptTask"/>\r
393     <bpmn2:scriptTask id="prepareNetworkRequest_ScriptTask" name="Prepare Create Network Request" scriptFormat="groovy">\r
394       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
395       <bpmn2:outgoing>SequenceFlow_61</bpmn2:outgoing>\r
396       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
397 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
398 UpdateNetworkInstanceInfra.prepareUpdateNetworkRequest(execution)
399 ]]></bpmn2:script>\r
400     </bpmn2:scriptTask>\r
401     <bpmn2:sequenceFlow id="SequenceFlow_61" name="" sourceRef="prepareNetworkRequest_ScriptTask" targetRef="callUpdateNetwork_ServiceTask"/>\r
402     <bpmn2:scriptTask id="callRESTQueryNetworkTableRef_ScriptTask" name="Call REST Query Network TableRef in AAI" scriptFormat="groovy">\r
403       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
404       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
405       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
406 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
407 UpdateNetworkInstanceInfra.callRESTQueryAAINetworkTableRef(execution)]]></bpmn2:script>\r
408     </bpmn2:scriptTask>\r
409     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="callRESTQueryNetworkTableRef_ScriptTask" targetRef="prepareNetworkRequest_ScriptTask"/>\r
410     <bpmn2:scriptTask id="callRESTReQuery1NetworkID_ScriptTask" name="Call REST ReQuery1 Network Id in AAI" scriptFormat="groovy">\r
411       <bpmn2:incoming>sdncTopoYes_SequenceFlow</bpmn2:incoming>\r
412       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
413       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
414 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()\r
415 UpdateNetworkInstanceInfra.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>\r
416     </bpmn2:scriptTask>\r
417     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="callRESTReQuery1NetworkID_ScriptTask" targetRef="callRESTQueryVpnBinding_ScriptTask"/>\r
418     <bpmn2:scriptTask id="callRESTQueryVpnBinding_ScriptTask" name="Call REST Query Vpn Binding in AAI" scriptFormat="groovy">\r
419       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
420       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
421       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
422 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
423 UpdateNetworkInstanceInfra.callRESTQueryAAINetworkVpnBinding(execution)]]></bpmn2:script>\r
424     </bpmn2:scriptTask>\r
425     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="callRESTQueryVpnBinding_ScriptTask" targetRef="callRESTQueryNetworkPolicy_ScriptTask"/>\r
426     <bpmn2:scriptTask id="callRESTQueryNetworkPolicy_ScriptTask" name="Call REST Query Network Policy in AAI" scriptFormat="groovy">\r
427       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
428       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
429       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
430 def UpdateNetworkInstanceInfra = new UpdateNetworkInstanceInfra()
431 UpdateNetworkInstanceInfra.callRESTQueryAAINetworkPolicy(execution)]]></bpmn2:script>\r
432     </bpmn2:scriptTask>\r
433     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="callRESTQueryNetworkPolicy_ScriptTask" targetRef="callRESTQueryNetworkTableRef_ScriptTask"/>\r
434     <bpmn2:association id="Association_1" sourceRef="sndcCompensation_BoundaryEvent" targetRef="callRollbackSDNCAdapter_CallActivity"/>\r
435   </bpmn2:process>\r
436   <bpmn2:error id="Error_2" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
437   <bpmn2:error id="Error_1" errorCode="java.lang.Exception" name="java.lang.Exception"/>\r
438   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
439     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateNetworkInstanceInfra">\r
440       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="updateNetwork_startEvent">\r
441         <dc:Bounds height="36.0" width="36.0" x="192.0" y="185.0"/>\r
442         <bpmndi:BPMNLabel>\r
443           <dc:Bounds height="22.0" width="34.0" x="193.0" y="226.0"/>\r
444         </bpmndi:BPMNLabel>\r
445       </bpmndi:BPMNShape>\r
446       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">\r
447         <dc:Bounds height="80.0" width="100.0" x="350.0" y="163.0"/>\r
448       </bpmndi:BPMNShape>\r
449       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">\r
450         <di:waypoint xsi:type="dc:Point" x="228.0" y="203.0"/>\r
451         <di:waypoint xsi:type="dc:Point" x="350.0" y="203.0"/>\r
452         <bpmndi:BPMNLabel>\r
453           <dc:Bounds height="6.0" width="6.0" x="249.0" y="203.0"/>\r
454         </bpmndi:BPMNLabel>\r
455       </bpmndi:BPMNEdge>\r
456       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_63" bpmnElement="validateUpdatePONetwork_ScriptTask">\r
457         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="1311.0"/>\r
458       </bpmndi:BPMNShape>\r
459       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity">\r
460         <dc:Bounds height="80.0" width="100.0" x="996.0" y="806.0"/>\r
461       </bpmndi:BPMNShape>\r
462       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_83" bpmnElement="callUpdateNetwork_ServiceTask">\r
463         <dc:Bounds height="80.0" width="100.0" x="1342.0" y="1176.0"/>\r
464       </bpmndi:BPMNShape>\r
465       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_67" bpmnElement="prepareSDNCTopoRequest_ScriptTask">\r
466         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="276.0"/>\r
467       </bpmndi:BPMNShape>\r
468       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">\r
469         <dc:Bounds height="80.0" width="100.0" x="137.0" y="1395.0"/>\r
470       </bpmndi:BPMNShape>\r
471       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">\r
472         <dc:Bounds height="567.0" width="1122.0" x="17.0" y="585.0"/>\r
473       </bpmndi:BPMNShape>\r
474       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">\r
475         <dc:Bounds height="36.0" width="36.0" x="48.0" y="1040.0"/>\r
476         <bpmndi:BPMNLabel>\r
477           <dc:Bounds height="22.0" width="67.0" x="33.0" y="1081.0"/>\r
478         </bpmndi:BPMNLabel>\r
479       </bpmndi:BPMNShape>\r
480       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask">\r
481         <dc:Bounds height="80.0" width="100.0" x="756.0" y="806.0"/>\r
482       </bpmndi:BPMNShape>\r
483       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_67" bpmnElement="isSdncTopoOk_ExclusiveGateway" isMarkerVisible="true">\r
484         <dc:Bounds height="50.0" width="50.0" x="1523.0" y="520.0"/>\r
485         <bpmndi:BPMNLabel>\r
486           <dc:Bounds height="22.0" width="125.0" x="1487.0" y="569.0"/>\r
487         </bpmndi:BPMNLabel>\r
488       </bpmndi:BPMNShape>\r
489       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="sdncTopoNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_EndEvent_124">\r
490         <di:waypoint xsi:type="dc:Point" x="1573.0" y="545.0"/>\r
491         <di:waypoint xsi:type="dc:Point" x="1682.0" y="546.0"/>\r
492         <bpmndi:BPMNLabel>\r
493           <dc:Bounds height="22.0" width="22.0" x="1577.0" y="546.0"/>\r
494         </bpmndi:BPMNLabel>\r
495       </bpmndi:BPMNEdge>\r
496       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="sdncTopoYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_ScriptTask_336">\r
497         <di:waypoint xsi:type="dc:Point" x="1523.0" y="545.0"/>\r
498         <di:waypoint xsi:type="dc:Point" x="1393.0" y="545.0"/>\r
499         <di:waypoint xsi:type="dc:Point" x="1393.0" y="576.0"/>\r
500         <bpmndi:BPMNLabel>\r
501           <dc:Bounds height="22.0" width="29.0" x="1500.0" y="545.0"/>\r
502         </bpmndi:BPMNLabel>\r
503       </bpmndi:BPMNEdge>\r
504       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">\r
505         <dc:Bounds height="80.0" width="100.0" x="347.0" y="1392.0"/>\r
506       </bpmndi:BPMNShape>\r
507       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask">\r
508         <dc:Bounds height="80.0" width="100.0" x="792.0" y="1390.0"/>\r
509       </bpmndi:BPMNShape>\r
510       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask">\r
511         <dc:Bounds height="80.0" width="100.0" x="564.0" y="1392.0"/>\r
512       </bpmndi:BPMNShape>\r
513       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_124" bpmnElement="sndcError_EndEvent">\r
514         <dc:Bounds height="36.0" width="36.0" x="1682.0" y="528.0"/>\r
515         <bpmndi:BPMNLabel>\r
516           <dc:Bounds height="22.0" width="74.0" x="1663.0" y="569.0"/>\r
517         </bpmndi:BPMNLabel>\r
518       </bpmndi:BPMNShape>\r
519       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_19" bpmnElement="callAssignSDNCAdapter_CallActivity">\r
520         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="395.0"/>\r
521       </bpmndi:BPMNShape>\r
522       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_29" bpmnElement="sndcCompensation_BoundaryEvent">\r
523         <dc:Bounds height="36.0" width="36.0" x="1323.0" y="434.0"/>\r
524         <bpmndi:BPMNLabel>\r
525           <dc:Bounds height="22.0" width="82.0" x="1280.0" y="474.0"/>\r
526         </bpmndi:BPMNLabel>\r
527       </bpmndi:BPMNShape>\r
528       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_67" targetElement="_BPMNShape_CallActivity_19">\r
529         <di:waypoint xsi:type="dc:Point" x="1393.0" y="356.0"/>\r
530         <di:waypoint xsi:type="dc:Point" x="1393.0" y="374.0"/>\r
531         <di:waypoint xsi:type="dc:Point" x="1391.0" y="374.0"/>\r
532         <di:waypoint xsi:type="dc:Point" x="1391.0" y="395.0"/>\r
533         <bpmndi:BPMNLabel>\r
534           <dc:Bounds height="6.0" width="6.0" x="1389.0" y="374.0"/>\r
535         </bpmndi:BPMNLabel>\r
536       </bpmndi:BPMNEdge>\r
537       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_19" targetElement="_BPMNShape_ScriptTask_131">\r
538         <di:waypoint xsi:type="dc:Point" x="1441.0" y="435.0"/>\r
539         <di:waypoint xsi:type="dc:Point" x="1499.0" y="435.0"/>\r
540         <bpmndi:BPMNLabel>\r
541           <dc:Bounds height="6.0" width="6.0" x="1473.0" y="435.0"/>\r
542         </bpmndi:BPMNLabel>\r
543       </bpmndi:BPMNEdge>\r
544       <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_BoundaryEvent_29" targetElement="_BPMNShape_CallActivity_21">\r
545         <di:waypoint xsi:type="dc:Point" x="1323.0" y="447.0"/>\r
546         <di:waypoint xsi:type="dc:Point" x="1290.0" y="438.0"/>\r
547       </bpmndi:BPMNEdge>\r
548       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">\r
549         <di:waypoint xsi:type="dc:Point" x="450.0" y="203.0"/>\r
550         <di:waypoint xsi:type="dc:Point" x="516.0" y="203.0"/>\r
551         <bpmndi:BPMNLabel>\r
552           <dc:Bounds height="6.0" width="6.0" x="481.0" y="203.0"/>\r
553         </bpmndi:BPMNLabel>\r
554       </bpmndi:BPMNEdge>\r
555       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">\r
556         <dc:Bounds height="80.0" width="100.0" x="516.0" y="163.0"/>\r
557       </bpmndi:BPMNShape>\r
558       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_90">\r
559         <di:waypoint xsi:type="dc:Point" x="84.0" y="1058.0"/>\r
560         <di:waypoint xsi:type="dc:Point" x="131.0" y="1058.0"/>\r
561         <di:waypoint xsi:type="dc:Point" x="131.0" y="1057.0"/>\r
562         <di:waypoint xsi:type="dc:Point" x="161.0" y="1057.0"/>\r
563         <bpmndi:BPMNLabel>\r
564           <dc:Bounds height="6.0" width="6.0" x="96.0" y="1058.0"/>\r
565         </bpmndi:BPMNLabel>\r
566       </bpmndi:BPMNEdge>\r
567       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_24" bpmnElement="sdncTopoRollback_IntermediateThrowEvent">\r
568         <dc:Bounds height="36.0" width="36.0" x="470.0" y="867.0"/>\r
569         <bpmndi:BPMNLabel>\r
570           <dc:Bounds height="22.0" width="96.0" x="440.0" y="906.0"/>\r
571         </bpmndi:BPMNLabel>\r
572       </bpmndi:BPMNShape>\r
573       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3">\r
574         <di:waypoint xsi:type="dc:Point" x="856.0" y="846.0"/>\r
575         <di:waypoint xsi:type="dc:Point" x="996.0" y="846.0"/>\r
576         <bpmndi:BPMNLabel>\r
577           <dc:Bounds height="6.0" width="6.0" x="881.0" y="846.0"/>\r
578         </bpmndi:BPMNLabel>\r
579       </bpmndi:BPMNEdge>\r
580       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_131" bpmnElement="validateSDNCResponse_ScriptTask">\r
581         <dc:Bounds height="80.0" width="100.0" x="1499.0" y="395.0"/>\r
582       </bpmndi:BPMNShape>\r
583       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_131" targetElement="_BPMNShape_ExclusiveGateway_67">\r
584         <di:waypoint xsi:type="dc:Point" x="1549.0" y="475.0"/>\r
585         <di:waypoint xsi:type="dc:Point" x="1549.0" y="492.0"/>\r
586         <di:waypoint xsi:type="dc:Point" x="1548.0" y="492.0"/>\r
587         <di:waypoint xsi:type="dc:Point" x="1548.0" y="520.0"/>\r
588         <bpmndi:BPMNLabel>\r
589           <dc:Bounds height="6.0" width="6.0" x="1545.0" y="503.0"/>\r
590         </bpmndi:BPMNLabel>\r
591       </bpmndi:BPMNEdge>\r
592       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80">\r
593         <di:waypoint xsi:type="dc:Point" x="564.0" y="1432.0"/>\r
594         <di:waypoint xsi:type="dc:Point" x="506.0" y="1432.0"/>\r
595         <di:waypoint xsi:type="dc:Point" x="506.0" y="1432.0"/>\r
596         <di:waypoint xsi:type="dc:Point" x="447.0" y="1432.0"/>\r
597         <bpmndi:BPMNLabel>\r
598           <dc:Bounds height="6.0" width="6.0" x="528.0" y="1432.0"/>\r
599         </bpmndi:BPMNLabel>\r
600       </bpmndi:BPMNEdge>\r
601       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">\r
602         <di:waypoint xsi:type="dc:Point" x="347.0" y="1432.0"/>\r
603         <di:waypoint xsi:type="dc:Point" x="292.0" y="1432.0"/>\r
604         <di:waypoint xsi:type="dc:Point" x="292.0" y="1435.0"/>\r
605         <di:waypoint xsi:type="dc:Point" x="237.0" y="1435.0"/>\r
606         <bpmndi:BPMNLabel>\r
607           <dc:Bounds height="6.0" width="6.0" x="290.0" y="1512.0"/>\r
608         </bpmndi:BPMNLabel>\r
609       </bpmndi:BPMNEdge>\r
610       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_21" bpmnElement="callRollbackSDNCAdapter_CallActivity">\r
611         <dc:Bounds height="80.0" width="100.0" x="1190.0" y="384.0"/>\r
612       </bpmndi:BPMNShape>\r
613       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="callRESTQueryNetworkId_ScriptTask">\r
614         <dc:Bounds height="80.0" width="100.0" x="984.0" y="100.0"/>\r
615       </bpmndi:BPMNShape>\r
616       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTReQuery2NetworkID_ScriptTask">\r
617         <dc:Bounds height="80.0" width="100.0" x="1176.0" y="1390.0"/>\r
618       </bpmndi:BPMNShape>\r
619       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_135" bpmnElement="callRESTUpdateContrailNetwork_ScriptTask">\r
620         <dc:Bounds height="80.0" width="100.0" x="984.0" y="1392.0"/>\r
621       </bpmndi:BPMNShape>\r
622       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_135">\r
623         <di:waypoint xsi:type="dc:Point" x="1176.0" y="1430.0"/>\r
624         <di:waypoint xsi:type="dc:Point" x="1118.0" y="1430.0"/>\r
625         <di:waypoint xsi:type="dc:Point" x="1118.0" y="1432.0"/>\r
626         <di:waypoint xsi:type="dc:Point" x="1084.0" y="1432.0"/>\r
627         <bpmndi:BPMNLabel>\r
628           <dc:Bounds height="6.0" width="6.0" x="1143.0" y="1657.0"/>\r
629         </bpmndi:BPMNLabel>\r
630       </bpmndi:BPMNEdge>\r
631       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86">\r
632         <di:waypoint xsi:type="dc:Point" x="792.0" y="1430.0"/>\r
633         <di:waypoint xsi:type="dc:Point" x="691.0" y="1430.0"/>\r
634         <di:waypoint xsi:type="dc:Point" x="691.0" y="1432.0"/>\r
635         <di:waypoint xsi:type="dc:Point" x="664.0" y="1432.0"/>\r
636         <bpmndi:BPMNLabel>\r
637           <dc:Bounds height="6.0" width="6.0" x="773.0" y="1430.0"/>\r
638         </bpmndi:BPMNLabel>\r
639       </bpmndi:BPMNEdge>\r
640       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_65" bpmnElement="SequenceFlow_46" sourceElement="_BPMNShape_ScriptTask_135" targetElement="_BPMNShape_ScriptTask_83">\r
641         <di:waypoint xsi:type="dc:Point" x="984.0" y="1432.0"/>\r
642         <di:waypoint xsi:type="dc:Point" x="926.0" y="1432.0"/>\r
643         <di:waypoint xsi:type="dc:Point" x="926.0" y="1430.0"/>\r
644         <di:waypoint xsi:type="dc:Point" x="892.0" y="1430.0"/>\r
645         <bpmndi:BPMNLabel>\r
646           <dc:Bounds height="6.0" width="6.0" x="947.0" y="1432.0"/>\r
647         </bpmndi:BPMNLabel>\r
648       </bpmndi:BPMNEdge>\r
649       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="callRESTQueryVpnBinding_ScriptTask">\r
650         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="688.0"/>\r
651       </bpmndi:BPMNShape>\r
652       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_215">\r
653         <di:waypoint xsi:type="dc:Point" x="1391.0" y="768.0"/>\r
654         <di:waypoint xsi:type="dc:Point" x="1391.0" y="810.0"/>\r
655         <bpmndi:BPMNLabel>\r
656           <dc:Bounds height="6.0" width="6.0" x="1388.0" y="781.0"/>\r
657         </bpmndi:BPMNLabel>\r
658       </bpmndi:BPMNEdge>\r
659       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_87" bpmnElement="SequenceFlow_59" sourceElement="_BPMNShape_ServiceTask_83" targetElement="_BPMNShape_ScriptTask_63">\r
660         <di:waypoint xsi:type="dc:Point" x="1392.0" y="1256.0"/>\r
661         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1311.0"/>\r
662         <bpmndi:BPMNLabel>\r
663           <dc:Bounds height="6.0" width="6.0" x="1390.0" y="1284.0"/>\r
664         </bpmndi:BPMNLabel>\r
665       </bpmndi:BPMNEdge>\r
666       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="prepareNetworkRequest_ScriptTask">\r
667         <dc:Bounds height="80.0" width="100.0" x="1342.0" y="1052.0"/>\r
668       </bpmndi:BPMNShape>\r
669       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_89" bpmnElement="SequenceFlow_61" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ServiceTask_83">\r
670         <di:waypoint xsi:type="dc:Point" x="1392.0" y="1132.0"/>\r
671         <di:waypoint xsi:type="dc:Point" x="1392.0" y="1176.0"/>\r
672         <bpmndi:BPMNLabel>\r
673           <dc:Bounds height="6.0" width="6.0" x="1389.0" y="1159.0"/>\r
674         </bpmndi:BPMNLabel>\r
675       </bpmndi:BPMNEdge>\r
676       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="isRollbackOn_Network_ExclusiveGateway" isMarkerVisible="true">\r
677         <dc:Bounds height="50.0" width="50.0" x="161.0" y="1032.0"/>\r
678         <bpmndi:BPMNLabel>\r
679           <dc:Bounds height="22.0" width="98.0" x="138.0" y="1092.0"/>\r
680         </bpmndi:BPMNLabel>\r
681       </bpmndi:BPMNShape>\r
682       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="isRollbackOn_YesNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_215">\r
683         <di:waypoint xsi:type="dc:Point" x="186.0" y="1032.0"/>\r
684         <di:waypoint xsi:type="dc:Point" x="186.0" y="1004.0"/>\r
685         <bpmndi:BPMNLabel>\r
686           <dc:Bounds height="22.0" width="29.0" x="186.0" y="1020.0"/>\r
687         </bpmndi:BPMNLabel>\r
688       </bpmndi:BPMNEdge>\r
689       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="isRollbackOn_NoNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_InclusiveGateway_24">\r
690         <di:waypoint xsi:type="dc:Point" x="211.0" y="1057.0"/>\r
691         <di:waypoint xsi:type="dc:Point" x="361.0" y="1057.0"/>\r
692         <di:waypoint xsi:type="dc:Point" x="361.0" y="1004.0"/>\r
693         <bpmndi:BPMNLabel>\r
694           <dc:Bounds height="22.0" width="22.0" x="211.0" y="1062.0"/>\r
695         </bpmndi:BPMNLabel>\r
696       </bpmndi:BPMNEdge>\r
697       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="callRESTQueryNetworkPolicy_ScriptTask">\r
698         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="810.0"/>\r
699       </bpmndi:BPMNShape>\r
700       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_60" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ScriptTask_335">\r
701         <di:waypoint xsi:type="dc:Point" x="1391.0" y="890.0"/>\r
702         <di:waypoint xsi:type="dc:Point" x="1391.0" y="926.0"/>\r
703         <bpmndi:BPMNLabel>\r
704           <dc:Bounds height="6.0" width="6.0" x="1388.0" y="900.0"/>\r
705         </bpmndi:BPMNLabel>\r
706       </bpmndi:BPMNEdge>\r
707       <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_24" bpmnElement="InclusiveGateway_6">\r
708         <dc:Bounds height="50.0" width="50.0" x="336.0" y="954.0"/>\r
709         <bpmndi:BPMNLabel>\r
710           <dc:Bounds height="0.0" width="0.0" x="361.0" y="1009.0"/>\r
711         </bpmndi:BPMNLabel>\r
712       </bpmndi:BPMNShape>\r
713       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_215" bpmnElement="isPONR_ExclusiveGateway" isMarkerVisible="true">\r
714         <dc:Bounds height="50.0" width="50.0" x="161.0" y="954.0"/>\r
715         <bpmndi:BPMNLabel>\r
716           <dc:Bounds height="22.0" width="60.0" x="88.0" y="969.0"/>\r
717         </bpmndi:BPMNLabel>\r
718       </bpmndi:BPMNShape>\r
719       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_77" bpmnElement="isPONR_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_InclusiveGateway_24">\r
720         <di:waypoint xsi:type="dc:Point" x="211.0" y="979.0"/>\r
721         <di:waypoint xsi:type="dc:Point" x="336.0" y="979.0"/>\r
722         <bpmndi:BPMNLabel>\r
723           <dc:Bounds height="22.0" width="29.0" x="204.0" y="983.0"/>\r
724         </bpmndi:BPMNLabel>\r
725       </bpmndi:BPMNEdge>\r
726       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_85" bpmnElement="isPONR_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_ExclusiveGateway_216">\r
727         <di:waypoint xsi:type="dc:Point" x="186.0" y="954.0"/>\r
728         <di:waypoint xsi:type="dc:Point" x="186.0" y="884.0"/>\r
729         <bpmndi:BPMNLabel>\r
730           <dc:Bounds height="22.0" width="22.0" x="191.0" y="933.0"/>\r
731         </bpmndi:BPMNLabel>\r
732       </bpmndi:BPMNEdge>\r
733       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_216" bpmnElement="isNetworkOk_ExclusiveGateway" isMarkerVisible="true">\r
734         <dc:Bounds height="50.0" width="50.0" x="161.0" y="834.0"/>\r
735         <bpmndi:BPMNLabel>\r
736           <dc:Bounds height="22.0" width="95.0" x="68.0" y="849.0"/>\r
737         </bpmndi:BPMNLabel>\r
738       </bpmndi:BPMNShape>\r
739       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_86" bpmnElement="isNetworkOk_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_216" targetElement="_BPMNShape_ExclusiveGateway_217">\r
740         <di:waypoint xsi:type="dc:Point" x="211.0" y="859.0"/>\r
741         <di:waypoint xsi:type="dc:Point" x="273.0" y="859.0"/>\r
742         <di:waypoint xsi:type="dc:Point" x="273.0" y="781.0"/>\r
743         <di:waypoint xsi:type="dc:Point" x="336.0" y="781.0"/>\r
744         <bpmndi:BPMNLabel>\r
745           <dc:Bounds height="22.0" width="22.0" x="211.0" y="863.0"/>\r
746         </bpmndi:BPMNLabel>\r
747       </bpmndi:BPMNEdge>\r
748       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_90" bpmnElement="isNetworkOk_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_216" targetElement="_BPMNShape_ExclusiveGateway_217">\r
749         <di:waypoint xsi:type="dc:Point" x="186.0" y="834.0"/>\r
750         <di:waypoint xsi:type="dc:Point" x="186.0" y="781.0"/>\r
751         <di:waypoint xsi:type="dc:Point" x="273.0" y="781.0"/>\r
752         <di:waypoint xsi:type="dc:Point" x="336.0" y="781.0"/>\r
753         <bpmndi:BPMNLabel>\r
754           <dc:Bounds height="22.0" width="29.0" x="192.0" y="814.0"/>\r
755         </bpmndi:BPMNLabel>\r
756       </bpmndi:BPMNEdge>\r
757       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_217" bpmnElement="sdncOk_ExclusiveGateway" isMarkerVisible="true">\r
758         <dc:Bounds height="50.0" width="50.0" x="336.0" y="756.0"/>\r
759         <bpmndi:BPMNLabel>\r
760           <dc:Bounds height="22.0" width="78.0" x="323.0" y="722.0"/>\r
761         </bpmndi:BPMNLabel>\r
762       </bpmndi:BPMNShape>\r
763       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_92" bpmnElement="sdncOk_Yeso_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_261">\r
764         <di:waypoint xsi:type="dc:Point" x="386.0" y="781.0"/>\r
765         <di:waypoint xsi:type="dc:Point" x="438.0" y="781.0"/>\r
766         <bpmndi:BPMNLabel>\r
767           <dc:Bounds height="22.0" width="29.0" x="386.0" y="779.0"/>\r
768         </bpmndi:BPMNLabel>\r
769       </bpmndi:BPMNEdge>\r
770       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_93" bpmnElement="sdncOk_No_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_262">\r
771         <di:waypoint xsi:type="dc:Point" x="361.0" y="806.0"/>\r
772         <di:waypoint xsi:type="dc:Point" x="362.0" y="845.0"/>\r
773         <bpmndi:BPMNLabel>\r
774           <dc:Bounds height="22.0" width="22.0" x="366.0" y="806.0"/>\r
775         </bpmndi:BPMNLabel>\r
776       </bpmndi:BPMNEdge>\r
777       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">\r
778         <dc:Bounds height="36.0" width="36.0" x="169.0" y="1536.0"/>\r
779         <bpmndi:BPMNLabel>\r
780           <dc:Bounds height="0.0" width="0.0" x="187.0" y="1577.0"/>\r
781         </bpmndi:BPMNLabel>\r
782       </bpmndi:BPMNShape>\r
783       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_EndEvent_177">\r
784         <di:waypoint xsi:type="dc:Point" x="187.0" y="1475.0"/>\r
785         <di:waypoint xsi:type="dc:Point" x="187.0" y="1536.0"/>\r
786         <bpmndi:BPMNLabel>\r
787           <dc:Bounds height="6.0" width="6.0" x="184.0" y="1475.0"/>\r
788         </bpmndi:BPMNLabel>\r
789       </bpmndi:BPMNEdge>\r
790       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_4">\r
791         <dc:Bounds height="36.0" width="36.0" x="1028.0" y="924.0"/>\r
792         <bpmndi:BPMNLabel>\r
793           <dc:Bounds height="0.0" width="0.0" x="1046.0" y="965.0"/>\r
794         </bpmndi:BPMNLabel>\r
795       </bpmndi:BPMNShape>\r
796       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_178">\r
797         <di:waypoint xsi:type="dc:Point" x="1046.0" y="886.0"/>\r
798         <di:waypoint xsi:type="dc:Point" x="1046.0" y="924.0"/>\r
799         <bpmndi:BPMNLabel>\r
800           <dc:Bounds height="6.0" width="6.0" x="1043.0" y="888.0"/>\r
801         </bpmndi:BPMNLabel>\r
802       </bpmndi:BPMNEdge>\r
803       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ServiceTask_97" targetElement="_BPMNShape_ScriptTask_79">\r
804         <di:waypoint xsi:type="dc:Point" x="676.0" y="846.0"/>\r
805         <di:waypoint xsi:type="dc:Point" x="756.0" y="846.0"/>\r
806         <bpmndi:BPMNLabel>\r
807           <dc:Bounds height="6.0" width="6.0" x="686.0" y="846.0"/>\r
808         </bpmndi:BPMNLabel>\r
809       </bpmndi:BPMNEdge>\r
810       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_97" bpmnElement="callDBInfraErrorUpdate_ServiceTask_1">\r
811         <dc:Bounds height="80.0" width="100.0" x="576.0" y="806.0"/>\r
812       </bpmndi:BPMNShape>\r
813       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="prepareDBInfraErrorRequest_ScriptTask">\r
814         <dc:Bounds height="80.0" width="100.0" x="576.0" y="940.0"/>\r
815       </bpmndi:BPMNShape>\r
816       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_ServiceTask_97">\r
817         <di:waypoint xsi:type="dc:Point" x="626.0" y="940.0"/>\r
818         <di:waypoint xsi:type="dc:Point" x="626.0" y="886.0"/>\r
819         <bpmndi:BPMNLabel>\r
820           <dc:Bounds height="6.0" width="6.0" x="623.0" y="927.0"/>\r
821         </bpmndi:BPMNLabel>\r
822       </bpmndi:BPMNEdge>\r
823       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_245" bpmnElement="callRESTQueryCloudRegion_ScriptTask">\r
824         <dc:Bounds height="80.0" width="100.0" x="1200.0" y="100.0"/>\r
825       </bpmndi:BPMNShape>\r
826       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_53" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_245" targetElement="_BPMNShape_ScriptTask_67">\r
827         <di:waypoint xsi:type="dc:Point" x="1300.0" y="140.0"/>\r
828         <di:waypoint xsi:type="dc:Point" x="1394.0" y="140.0"/>\r
829         <di:waypoint xsi:type="dc:Point" x="1393.0" y="259.0"/>\r
830         <di:waypoint xsi:type="dc:Point" x="1393.0" y="276.0"/>\r
831         <bpmndi:BPMNLabel>\r
832           <dc:Bounds height="6.0" width="6.0" x="1314.0" y="140.0"/>\r
833         </bpmndi:BPMNLabel>\r
834       </bpmndi:BPMNEdge>\r
835       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_38" bpmnElement="BoundaryEvent_4">\r
836         <dc:Bounds height="36.0" width="36.0" x="1581.0" y="377.0"/>\r
837       </bpmndi:BPMNShape>\r
838       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_69" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_BoundaryEvent_38" targetElement="_BPMNShape_EndEvent_124">\r
839         <di:waypoint xsi:type="dc:Point" x="1617.0" y="395.0"/>\r
840         <di:waypoint xsi:type="dc:Point" x="1700.0" y="394.0"/>\r
841         <di:waypoint xsi:type="dc:Point" x="1700.0" y="528.0"/>\r
842         <bpmndi:BPMNLabel>\r
843           <dc:Bounds height="6.0" width="6.0" x="1697.0" y="467.0"/>\r
844         </bpmndi:BPMNLabel>\r
845       </bpmndi:BPMNEdge>\r
846       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_261" bpmnElement="prepareSDNCRollbackRequest_ScriptTask">\r
847         <dc:Bounds height="79.0" width="100.0" x="438.0" y="742.0"/>\r
848       </bpmndi:BPMNShape>\r
849       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_262" bpmnElement="validateRollbacksResponse_ScriptTask_2">\r
850         <dc:Bounds height="80.0" width="100.0" x="312.0" y="845.0"/>\r
851       </bpmndi:BPMNShape>\r
852       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_76" bpmnElement="SequenceFlow_47" sourceElement="_BPMNShape_InclusiveGateway_24" targetElement="_BPMNShape_ScriptTask_218">\r
853         <di:waypoint xsi:type="dc:Point" x="386.0" y="979.0"/>\r
854         <di:waypoint xsi:type="dc:Point" x="548.0" y="979.0"/>\r
855         <di:waypoint xsi:type="dc:Point" x="548.0" y="980.0"/>\r
856         <di:waypoint xsi:type="dc:Point" x="576.0" y="980.0"/>\r
857         <bpmndi:BPMNLabel>\r
858           <dc:Bounds height="6.0" width="6.0" x="393.0" y="979.0"/>\r
859         </bpmndi:BPMNLabel>\r
860       </bpmndi:BPMNEdge>\r
861       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_84" bpmnElement="SequenceFlow_53" sourceElement="_BPMNShape_ScriptTask_261" targetElement="_BPMNShape_IntermediateThrowEvent_24">\r
862         <di:waypoint xsi:type="dc:Point" x="488.0" y="820.0"/>\r
863         <di:waypoint xsi:type="dc:Point" x="488.0" y="867.0"/>\r
864         <bpmndi:BPMNLabel>\r
865           <dc:Bounds height="6.0" width="6.0" x="485.0" y="847.0"/>\r
866         </bpmndi:BPMNLabel>\r
867       </bpmndi:BPMNEdge>\r
868       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_88" bpmnElement="SequenceFlow_55" sourceElement="_BPMNShape_IntermediateThrowEvent_24" targetElement="_BPMNShape_ScriptTask_262">\r
869         <di:waypoint xsi:type="dc:Point" x="470.0" y="885.0"/>\r
870         <di:waypoint xsi:type="dc:Point" x="441.0" y="885.0"/>\r
871         <di:waypoint xsi:type="dc:Point" x="441.0" y="885.0"/>\r
872         <di:waypoint xsi:type="dc:Point" x="412.0" y="885.0"/>\r
873         <bpmndi:BPMNLabel>\r
874           <dc:Bounds height="6.0" width="6.0" x="448.0" y="885.0"/>\r
875         </bpmndi:BPMNLabel>\r
876       </bpmndi:BPMNEdge>\r
877       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_262" targetElement="_BPMNShape_InclusiveGateway_24">\r
878         <di:waypoint xsi:type="dc:Point" x="362.0" y="925.0"/>\r
879         <di:waypoint xsi:type="dc:Point" x="361.0" y="954.0"/>\r
880         <bpmndi:BPMNLabel>\r
881           <dc:Bounds height="6.0" width="6.0" x="358.0" y="948.0"/>\r
882         </bpmndi:BPMNLabel>\r
883       </bpmndi:BPMNEdge>\r
884       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_63" targetElement="_BPMNShape_ScriptTask_134">\r
885         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1391.0"/>\r
886         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1430.0"/>\r
887         <di:waypoint xsi:type="dc:Point" x="1310.0" y="1430.0"/>\r
888         <di:waypoint xsi:type="dc:Point" x="1276.0" y="1430.0"/>\r
889         <bpmndi:BPMNLabel>\r
890           <dc:Bounds height="6.0" width="6.0" x="1390.0" y="1425.0"/>\r
891         </bpmndi:BPMNLabel>\r
892       </bpmndi:BPMNEdge>\r
893       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">\r
894         <dc:Bounds height="188.0" width="394.0" x="21.0" y="381.0"/>\r
895       </bpmndi:BPMNShape>\r
896       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">\r
897         <dc:Bounds height="36.0" width="36.0" x="54.0" y="458.0"/>\r
898         <bpmndi:BPMNLabel>\r
899           <dc:Bounds height="0.0" width="0.0" x="72.0" y="499.0"/>\r
900         </bpmndi:BPMNLabel>\r
901       </bpmndi:BPMNShape>\r
902       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">\r
903         <dc:Bounds height="80.0" width="100.0" x="169.0" y="436.0"/>\r
904       </bpmndi:BPMNShape>\r
905       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">\r
906         <dc:Bounds height="36.0" width="36.0" x="330.0" y="458.0"/>\r
907         <bpmndi:BPMNLabel>\r
908           <dc:Bounds height="0.0" width="0.0" x="348.0" y="499.0"/>\r
909         </bpmndi:BPMNLabel>\r
910       </bpmndi:BPMNShape>\r
911       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">\r
912         <di:waypoint xsi:type="dc:Point" x="90.0" y="476.0"/>\r
913         <di:waypoint xsi:type="dc:Point" x="169.0" y="476.0"/>\r
914         <bpmndi:BPMNLabel>\r
915           <dc:Bounds height="6.0" width="6.0" x="129.0" y="476.0"/>\r
916         </bpmndi:BPMNLabel>\r
917       </bpmndi:BPMNEdge>\r
918       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">\r
919         <di:waypoint xsi:type="dc:Point" x="269.0" y="476.0"/>\r
920         <di:waypoint xsi:type="dc:Point" x="330.0" y="476.0"/>\r
921         <bpmndi:BPMNLabel>\r
922           <dc:Bounds height="6.0" width="6.0" x="301.0" y="476.0"/>\r
923         </bpmndi:BPMNLabel>\r
924       </bpmndi:BPMNEdge>\r
925       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="callGetServiceInstance">\r
926         <dc:Bounds height="80.0" width="100.0" x="686.0" y="163.0"/>\r
927       </bpmndi:BPMNShape>\r
928       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_244" bpmnElement="siFoundCheck" isMarkerVisible="true">\r
929         <dc:Bounds height="50.0" width="50.0" x="836.0" y="177.0"/>\r
930         <bpmndi:BPMNLabel>\r
931           <dc:Bounds height="22.0" width="79.0" x="891.0" y="195.0"/>\r
932         </bpmndi:BPMNLabel>\r
933       </bpmndi:BPMNShape>\r
934       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_CallActivity_72" targetElement="_BPMNShape_ExclusiveGateway_244">\r
935         <di:waypoint xsi:type="dc:Point" x="786.0" y="203.0"/>\r
936         <di:waypoint xsi:type="dc:Point" x="805.0" y="203.0"/>\r
937         <di:waypoint xsi:type="dc:Point" x="805.0" y="202.0"/>\r
938         <di:waypoint xsi:type="dc:Point" x="836.0" y="202.0"/>\r
939         <bpmndi:BPMNLabel>\r
940           <dc:Bounds height="6.0" width="6.0" x="799.0" y="203.0"/>\r
941         </bpmndi:BPMNLabel>\r
942       </bpmndi:BPMNEdge>\r
943       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="siFoundYes" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_133">\r
944         <di:waypoint xsi:type="dc:Point" x="861.0" y="177.0"/>\r
945         <di:waypoint xsi:type="dc:Point" x="861.0" y="140.0"/>\r
946         <di:waypoint xsi:type="dc:Point" x="910.0" y="140.0"/>\r
947         <di:waypoint xsi:type="dc:Point" x="984.0" y="140.0"/>\r
948         <bpmndi:BPMNLabel>\r
949           <dc:Bounds height="22.0" width="29.0" x="868.0" y="157.0"/>\r
950         </bpmndi:BPMNLabel>\r
951       </bpmndi:BPMNEdge>\r
952       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_247" bpmnElement="EndEvent_2">\r
953         <dc:Bounds height="36.0" width="36.0" x="1155.0" y="278.0"/>\r
954         <bpmndi:BPMNLabel>\r
955           <dc:Bounds height="0.0" width="0.0" x="1173.0" y="319.0"/>\r
956         </bpmndi:BPMNLabel>\r
957       </bpmndi:BPMNShape>\r
958       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_331" bpmnElement="workflowExceptionSINotFound">\r
959         <dc:Bounds height="80.0" width="100.0" x="984.0" y="256.0"/>\r
960       </bpmndi:BPMNShape>\r
961       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="siFoundNo" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_331">\r
962         <di:waypoint xsi:type="dc:Point" x="861.0" y="227.0"/>\r
963         <di:waypoint xsi:type="dc:Point" x="861.0" y="296.0"/>\r
964         <di:waypoint xsi:type="dc:Point" x="984.0" y="296.0"/>\r
965         <bpmndi:BPMNLabel>\r
966           <dc:Bounds height="22.0" width="22.0" x="871.0" y="233.0"/>\r
967         </bpmndi:BPMNLabel>\r
968       </bpmndi:BPMNEdge>\r
969       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ScriptTask_331" targetElement="_BPMNShape_EndEvent_247">\r
970         <di:waypoint xsi:type="dc:Point" x="1084.0" y="296.0"/>\r
971         <di:waypoint xsi:type="dc:Point" x="1155.0" y="296.0"/>\r
972         <bpmndi:BPMNLabel>\r
973           <dc:Bounds height="6.0" width="6.0" x="1103.0" y="296.0"/>\r
974         </bpmndi:BPMNLabel>\r
975       </bpmndi:BPMNEdge>\r
976       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_ScriptTask_245">\r
977         <di:waypoint xsi:type="dc:Point" x="1084.0" y="140.0"/>\r
978         <di:waypoint xsi:type="dc:Point" x="1200.0" y="140.0"/>\r
979         <bpmndi:BPMNLabel>\r
980           <dc:Bounds height="6.0" width="6.0" x="1127.0" y="140.0"/>\r
981         </bpmndi:BPMNLabel>\r
982       </bpmndi:BPMNEdge>\r
983       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_CallActivity_72">\r
984         <di:waypoint xsi:type="dc:Point" x="616.0" y="203.0"/>\r
985         <di:waypoint xsi:type="dc:Point" x="686.0" y="203.0"/>\r
986         <bpmndi:BPMNLabel>\r
987           <dc:Bounds height="6.0" width="6.0" x="632.0" y="203.0"/>\r
988         </bpmndi:BPMNLabel>\r
989       </bpmndi:BPMNEdge>\r
990       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="callRESTQueryNetworkTableRef_ScriptTask">\r
991         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="926.0"/>\r
992       </bpmndi:BPMNShape>\r
993       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_335" targetElement="_BPMNShape_ScriptTask_157">\r
994         <di:waypoint xsi:type="dc:Point" x="1391.0" y="1006.0"/>\r
995         <di:waypoint xsi:type="dc:Point" x="1392.0" y="1052.0"/>\r
996         <bpmndi:BPMNLabel>\r
997           <dc:Bounds height="6.0" width="6.0" x="1388.0" y="1028.0"/>\r
998         </bpmndi:BPMNLabel>\r
999       </bpmndi:BPMNEdge>\r
1000       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_336" bpmnElement="callRESTReQuery1NetworkID_ScriptTask">\r
1001         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="576.0"/>\r
1002       </bpmndi:BPMNShape>\r
1003       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_336" targetElement="_BPMNShape_ScriptTask_156">\r
1004         <di:waypoint xsi:type="dc:Point" x="1393.0" y="656.0"/>\r
1005         <di:waypoint xsi:type="dc:Point" x="1393.0" y="672.0"/>\r
1006         <di:waypoint xsi:type="dc:Point" x="1391.0" y="672.0"/>\r
1007         <di:waypoint xsi:type="dc:Point" x="1391.0" y="688.0"/>\r
1008         <bpmndi:BPMNLabel>\r
1009           <dc:Bounds height="6.0" width="6.0" x="1390.0" y="666.0"/>\r
1010         </bpmndi:BPMNLabel>\r
1011       </bpmndi:BPMNEdge>\r
1012     </bpmndi:BPMNPlane>\r
1013   </bpmndi:BPMNDiagram>\r
1014 </bpmn2:definitions>