Remove unnecessary use of Calendar.getInstance()
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / CreateNetworkInstanceInfra.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="CreateNetworkInstanceInfra" name="CreateNetworkInstanceInfra" isExecutable="true">\r
4     <bpmn2:startEvent id="createNetwork_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="createNetwork_startEvent" targetRef="preProcessRequest_ScriptTask"/>\r
8     <bpmn2:endEvent id="aai_Error_EndEvent" name="AAI Name Error">\r
9       <bpmn2:incoming>isReturnCode404_No_SequenceFlow</bpmn2:incoming>\r
10       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_53" errorRef="Error_2"/>\r
11     </bpmn2:endEvent>\r
12     <bpmn2:inclusiveGateway id="InclusiveGateway">\r
13       <bpmn2:incoming>isNetworkActiveNo_SequenceFlow</bpmn2:incoming>\r
14       <bpmn2:incoming>isReturnCode404_Yes_SequenceFlow</bpmn2:incoming>\r
15       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
16     </bpmn2:inclusiveGateway>\r
17     <bpmn2:sequenceFlow id="SequenceFlow_21" sourceRef="InclusiveGateway" targetRef="callRESTQueryCloudRegion_ScriptTask"/>\r
18     <bpmn2:scriptTask id="callRESTQueryCloudRegion_ScriptTask" name="Call REST Query Cloud Region " scriptFormat="groovy">\r
19       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
20       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>\r
21       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
22 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
23 CreateNetworkInstanceInfra.callRESTQueryAAICloudRegion(execution)]]></bpmn2:script>\r
24     </bpmn2:scriptTask>\r
25     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="callRESTQueryCloudRegion_ScriptTask" targetRef="prepareSDNCTopoRequest_ScriptTask"/>\r
26     <bpmn2:scriptTask id="prepareSDNCTopoRequest_ScriptTask" name="Prepare SDNC Topology Request" scriptFormat="groovy">\r
27       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>\r
28       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
29       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
30 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
31 CreateNetworkInstanceInfra.prepareSDNCRequest(execution)
32 ]]></bpmn2:script>\r
33     </bpmn2:scriptTask>\r
34     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareSDNCTopoRequest_ScriptTask" targetRef="callAssignSDNCAdapter_CallActivity"/>\r
35     <bpmn2:scriptTask id="validateSDNCResponse_ScriptTask" name="Validate SDNC Response" scriptFormat="groovy">\r
36       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
37       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
38       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
39 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
40 CreateNetworkInstanceInfra.validateSDNCResponse(execution)]]></bpmn2:script>\r
41     </bpmn2:scriptTask>\r
42     <bpmn2:exclusiveGateway id="isSdncTopoOk_ExclusiveGateway" name="Is SDNC Ok?" default="sdncTopoNo_SequenceFlow">\r
43       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
44       <bpmn2:outgoing>sdncTopoNo_SequenceFlow</bpmn2:outgoing>\r
45       <bpmn2:outgoing>sdncTopoYes_SequenceFlow</bpmn2:outgoing>\r
46     </bpmn2:exclusiveGateway>\r
47     <bpmn2:sequenceFlow id="sdncTopoNo_SequenceFlow" name="No" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="sndcError_EndEvent"/>\r
48     <bpmn2:sequenceFlow id="sdncTopoYes_SequenceFlow" name="Yes" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="callRESTQueryNetworkId_ScriptTask">\r
49       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_sdncResponseSuccess" ) == true}]]></bpmn2:conditionExpression>\r
50     </bpmn2:sequenceFlow>\r
51     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="validateSDNCResponse_ScriptTask" targetRef="isSdncTopoOk_ExclusiveGateway"/>\r
52     <bpmn2:boundaryEvent id="BoundaryEvent_4" name="" attachedToRef="validateSDNCResponse_ScriptTask">\r
53       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
54       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_2"/>\r
55     </bpmn2:boundaryEvent>\r
56     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="BoundaryEvent_4" targetRef="sndcError_EndEvent"/>\r
57     <bpmn2:endEvent id="sndcError_EndEvent" name="SNDC Error">\r
58       <bpmn2:incoming>sdncTopoNo_SequenceFlow</bpmn2:incoming>\r
59       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
60       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_57" errorRef="Error_2"/>\r
61     </bpmn2:endEvent>\r
62     <bpmn2:scriptTask id="callRESTQueryNetworkId_ScriptTask" name="Call REST Query Network Id In AAI" scriptFormat="groovy">\r
63       <bpmn2:incoming>sdncTopoYes_SequenceFlow</bpmn2:incoming>\r
64       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
65       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
66 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
67 CreateNetworkInstanceInfra.callRESTQueryAAINetworkId(execution)]]></bpmn2:script>\r
68     </bpmn2:scriptTask>\r
69     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="callRESTQueryNetworkId_ScriptTask" targetRef="callRESTQueryVpnBinding_ScriptTask"/>\r
70     <bpmn2:callActivity id="callRollbackSDNCAdapter_CallActivity" name="Call Rollback SDNC Adapter" isForCompensation="true" calledElement="sdncAdapter">\r
71       <bpmn2:extensionElements>\r
72         <camunda:in source="CRENWKI_rollbackSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
73         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
74         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
75         <camunda:out source="SDNCA_ResponseCode" target="CRENWKI_rollbackSDNCReturnCode"/>\r
76         <camunda:out source="sdncAdapterResponse" target="CRENWKI_rollbackSDNCResponse"/>\r
77       </bpmn2:extensionElements>\r
78     </bpmn2:callActivity>\r
79     <bpmn2:boundaryEvent id="sndcCompensation_BoundaryEvent" attachedToRef="callAssignSDNCAdapter_CallActivity">\r
80       <bpmn2:compensateEventDefinition id="CompensateEventDefinition_1" waitForCompletion="true"/>\r
81     </bpmn2:boundaryEvent>\r
82     <bpmn2:callActivity id="callAssignSDNCAdapter_CallActivity" name="Call SDNC Assign Adapter V1 Sub-process" calledElement="sdncAdapter">\r
83       <bpmn2:extensionElements>\r
84         <camunda:in source="CRENWKI_assignSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
85         <camunda:out source="sdncAdapterResponse" target="CRENWKI_assignSDNCResponse"/>\r
86         <camunda:out source="SDNCA_ResponseCode" target="CRENWKI_sdncReturnCode"/>\r
87         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
88         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
89         <camunda:out source="WorkflowException" target="CRENWKI_WorkflowException"/>\r
90         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
91         <camunda:in variables="all"/>\r
92       </bpmn2:extensionElements>\r
93       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
94       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
95     </bpmn2:callActivity>\r
96     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="callAssignSDNCAdapter_CallActivity" targetRef="validateSDNCResponse_ScriptTask"/>\r
97     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &amp; Completion Request" scriptFormat="groovy">\r
98       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
99       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
100       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
101 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
102 CreateNetworkInstanceInfra.postProcessResponse(execution)]]></bpmn2:script>\r
103     </bpmn2:scriptTask>\r
104     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity"/>\r
105     <bpmn2:serviceTask id="callRollbackContrailNetwork_ServiceTask" name="Call Rollback Network" isForCompensation="true">\r
106       <bpmn2:extensionElements>\r
107         <camunda:connector>\r
108           <camunda:connectorId>http-connector</camunda:connectorId>\r
109           <camunda:inputOutput>\r
110             <camunda:inputParameter name="payload">${CRENWKI_rollbackNetworkRequest}</camunda:inputParameter>\r
111             <camunda:inputParameter name="url">${URN_mso_adapters_network_rest_endpoint}</camunda:inputParameter>\r
112             <camunda:inputParameter name="headers">\r
113               <camunda:map>\r
114                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>\r
115                 <camunda:entry key="content-type">application/xml</camunda:entry>\r
116               </camunda:map>\r
117             </camunda:inputParameter>\r
118             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
119             <camunda:outputParameter name="CRENWKI_rollbackNetworkReturnCode">${statusCode}</camunda:outputParameter>\r
120             <camunda:outputParameter name="CRENWKI_rollbackNetworkResponse">${response}</camunda:outputParameter>\r
121           </camunda:inputOutput>\r
122         </camunda:connector>\r
123       </bpmn2:extensionElements>\r
124     </bpmn2:serviceTask>\r
125     <bpmn2:scriptTask id="validateCreatePONetwork_ScriptTask" name="Validate Create PO Network" scriptFormat="groovy">\r
126       <bpmn2:incoming>SequenceFlow_59</bpmn2:incoming>\r
127       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
128       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
129 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
130 CreateNetworkInstanceInfra.validateCreateNetworkResponse(execution)]]></bpmn2:script>\r
131     </bpmn2:scriptTask>\r
132     <bpmn2:exclusiveGateway id="isNetworkActive_ExclusiveGateway" name="Is Network Active?" default="isNetworkActiveNo_SequenceFlow">\r
133       <bpmn2:incoming>isAAIQueryNameYes_SequenceFlow</bpmn2:incoming>\r
134       <bpmn2:outgoing>isNetworkActiveYes_SequenceFlow</bpmn2:outgoing>\r
135       <bpmn2:outgoing>isNetworkActiveNo_SequenceFlow</bpmn2:outgoing>\r
136     </bpmn2:exclusiveGateway>\r
137     <bpmn2:sequenceFlow id="isNetworkActiveYes_SequenceFlow" name="Yes" sourceRef="isNetworkActive_ExclusiveGateway" targetRef="prepareDBInfraRequestSilentSucces_ScriptTask">\r
138       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_orchestrationStatus") == "ACTIVE"}]]></bpmn2:conditionExpression>\r
139     </bpmn2:sequenceFlow>\r
140     <bpmn2:sequenceFlow id="isNetworkActiveNo_SequenceFlow" name="No" sourceRef="isNetworkActive_ExclusiveGateway" targetRef="InclusiveGateway"/>\r
141     <bpmn2:scriptTask id="prepareDBInfraRequestSilentSucces_ScriptTask" name="Prepare DB Infra Request for Active Network" scriptFormat="groovy">\r
142       <bpmn2:incoming>isNetworkActiveYes_SequenceFlow</bpmn2:incoming>\r
143       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
144       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
145 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
146 CreateNetworkInstanceInfra.prepareDBRequest(execution)]]></bpmn2:script>\r
147     </bpmn2:scriptTask>\r
148     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="prepareDBInfraRequestSilentSucces_ScriptTask" targetRef="silentSuccessCallDB_ServiceTask"/>\r
149     <bpmn2:serviceTask id="silentSuccessCallDB_ServiceTask" name="Call DB Infra Update (Silent Success)">\r
150       <bpmn2:extensionElements>\r
151         <camunda:connector>\r
152           <camunda:connectorId>http-connector</camunda:connectorId>\r
153           <camunda:inputOutput>\r
154             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
155             <camunda:inputParameter name="payload">${CRENWKI_createDBRequest}</camunda:inputParameter>\r
156             <camunda:inputParameter name="headers">\r
157               <camunda:map>\r
158                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
159               </camunda:map>\r
160             </camunda:inputParameter>\r
161             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
162             <camunda:outputParameter name="CRENWKI_createDBRequest">${response}</camunda:outputParameter>\r
163             <camunda:outputParameter name="CRENWKI_dbReturnCode">${statusCode}</camunda:outputParameter>\r
164           </camunda:inputOutput>\r
165         </camunda:connector>\r
166       </bpmn2:extensionElements>\r
167       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
168       <bpmn2:outgoing>SequenceFlow_40</bpmn2:outgoing>\r
169     </bpmn2:serviceTask>\r
170     <bpmn2:sequenceFlow id="SequenceFlow_40" name="" sourceRef="silentSuccessCallDB_ServiceTask" targetRef="prepareSilentCompletion_ScriptTask"/>\r
171     <bpmn2:scriptTask id="prepareSilentCompletion_ScriptTask" name="Prepare Active Network Completion Request" scriptFormat="groovy">\r
172       <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming>\r
173       <bpmn2:outgoing>SequenceFlow_41</bpmn2:outgoing>\r
174       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
175 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
176 CreateNetworkInstanceInfra.postProcessResponse(execution)]]></bpmn2:script>\r
177     </bpmn2:scriptTask>\r
178     <bpmn2:sequenceFlow id="SequenceFlow_41" name="" sourceRef="prepareSilentCompletion_ScriptTask" targetRef="silentAccess_CallActivity"/>\r
179     <bpmn2:callActivity id="silentAccess_CallActivity" name="Call CompleteMsoProcess (Silent Success)" calledElement="CompleteMsoProcess">\r
180       <bpmn2:extensionElements>\r
181         <camunda:in source="CRENWKI_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>\r
182         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
183         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
184         <camunda:in variables="all"/>\r
185         <camunda:out variables="all"/>\r
186         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>\r
187         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>\r
188         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>\r
189       </bpmn2:extensionElements>\r
190       <bpmn2:incoming>SequenceFlow_41</bpmn2:incoming>\r
191       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
192     </bpmn2:callActivity>\r
193     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="silentAccess_CallActivity" targetRef="EndEvent_5"/>\r
194     <bpmn2:endEvent id="EndEvent_5">\r
195       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
196     </bpmn2:endEvent>\r
197     <bpmn2:exclusiveGateway id="isAAIQueryNameOk_ExclusiveGateway" name="Is Query Name Ok?" default="isAAIQueryNameNo_SequenceFlow">\r
198       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
199       <bpmn2:outgoing>isAAIQueryNameNo_SequenceFlow</bpmn2:outgoing>\r
200       <bpmn2:outgoing>isAAIQueryNameYes_SequenceFlow</bpmn2:outgoing>\r
201     </bpmn2:exclusiveGateway>\r
202     <bpmn2:sequenceFlow id="isAAIQueryNameNo_SequenceFlow" name="No" sourceRef="isAAIQueryNameOk_ExclusiveGateway" targetRef="isReturnCode404_ExclusiveGateway"/>\r
203     <bpmn2:sequenceFlow id="isAAIQueryNameYes_SequenceFlow" name="Yes" sourceRef="isAAIQueryNameOk_ExclusiveGateway" targetRef="isNetworkActive_ExclusiveGateway">\r
204       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isAAIqueryNameGood") == true}]]></bpmn2:conditionExpression>\r
205     </bpmn2:sequenceFlow>\r
206     <bpmn2:exclusiveGateway id="isReturnCode404_ExclusiveGateway" name="Is Code 404?" default="isReturnCode404_No_SequenceFlow">\r
207       <bpmn2:incoming>isAAIQueryNameNo_SequenceFlow</bpmn2:incoming>\r
208       <bpmn2:outgoing>isReturnCode404_No_SequenceFlow</bpmn2:outgoing>\r
209       <bpmn2:outgoing>isReturnCode404_Yes_SequenceFlow</bpmn2:outgoing>\r
210     </bpmn2:exclusiveGateway>\r
211     <bpmn2:sequenceFlow id="isReturnCode404_No_SequenceFlow" name="No" sourceRef="isReturnCode404_ExclusiveGateway" targetRef="aai_Error_EndEvent"/>\r
212     <bpmn2:sequenceFlow id="isReturnCode404_Yes_SequenceFlow" name="Yes" sourceRef="isReturnCode404_ExclusiveGateway" targetRef="InclusiveGateway">\r
213       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_aaiNameReturnCode" ) == "404"}
214
215 ]]></bpmn2:conditionExpression>\r
216     </bpmn2:sequenceFlow>\r
217     <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">\r
218       <bpmn2:exclusiveGateway id="isRollbackOn_Network_ExclusiveGateway" name="Is Rollback On?" default="isRollbackOn_NoNetwork_SequenceFlow">\r
219         <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
220         <bpmn2:outgoing>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:outgoing>\r
221         <bpmn2:outgoing>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:outgoing>\r
222       </bpmn2:exclusiveGateway>\r
223       <bpmn2:sequenceFlow id="isRollbackOn_YesNetwork_SequenceFlow" name="Yes" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="isPONR_ExclusiveGateway">\r
224         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_rollbackEnabled") == true}]]></bpmn2:conditionExpression>\r
225       </bpmn2:sequenceFlow>\r
226       <bpmn2:sequenceFlow id="isRollbackOn_NoNetwork_SequenceFlow" name="No" sourceRef="isRollbackOn_Network_ExclusiveGateway" targetRef="InclusiveGateway_6"/>\r
227       <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">\r
228         <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
229         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2"/>\r
230       </bpmn2:startEvent>\r
231       <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="isRollbackOn_Network_ExclusiveGateway"/>\r
232       <bpmn2:exclusiveGateway id="isPONR_ExclusiveGateway" name="isPONR?" default="isPONR_No_SequenceFlow">\r
233         <bpmn2:incoming>isRollbackOn_YesNetwork_SequenceFlow</bpmn2:incoming>\r
234         <bpmn2:outgoing>isPONR_Yes_SequenceFlow</bpmn2:outgoing>\r
235         <bpmn2:outgoing>isPONR_No_SequenceFlow</bpmn2:outgoing>\r
236       </bpmn2:exclusiveGateway>\r
237       <bpmn2:sequenceFlow id="isPONR_Yes_SequenceFlow" name="Yes" sourceRef="isPONR_ExclusiveGateway" targetRef="InclusiveGateway_6">\r
238         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isPONR") == true}]]></bpmn2:conditionExpression>\r
239       </bpmn2:sequenceFlow>\r
240       <bpmn2:sequenceFlow id="isPONR_No_SequenceFlow" name="No" sourceRef="isPONR_ExclusiveGateway" targetRef="isNetworkOk_ExclusiveGateway"/>\r
241       <bpmn2:exclusiveGateway id="isNetworkOk_ExclusiveGateway" name="is Network Ok?" default="isNetworkOk_No_SequenceFlow">\r
242         <bpmn2:incoming>isPONR_No_SequenceFlow</bpmn2:incoming>\r
243         <bpmn2:outgoing>isNetworkOk_No_SequenceFlow</bpmn2:outgoing>\r
244         <bpmn2:outgoing>isNetworkOk_Yes_SequenceFlow</bpmn2:outgoing>\r
245       </bpmn2:exclusiveGateway>\r
246       <bpmn2:sequenceFlow id="isNetworkOk_No_SequenceFlow" name="No" sourceRef="isNetworkOk_ExclusiveGateway" targetRef="sdncOk_ExclusiveGateway"/>\r
247       <bpmn2:sequenceFlow id="isNetworkOk_Yes_SequenceFlow" name="Yes" sourceRef="isNetworkOk_ExclusiveGateway" targetRef="networkContrailRollback_IntermediateThrowEvent">\r
248         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isNetworkRollbackNeeded") == true}]]></bpmn2:conditionExpression>\r
249       </bpmn2:sequenceFlow>\r
250       <bpmn2:exclusiveGateway id="sdncOk_ExclusiveGateway" name="is Sdnc Ok?" default="sdncOk_No_ExclusiveGateway">\r
251         <bpmn2:incoming>isNetworkOk_No_SequenceFlow</bpmn2:incoming>\r
252         <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
253         <bpmn2:outgoing>sdncOk_Yeso_ExclusiveGateway</bpmn2:outgoing>\r
254         <bpmn2:outgoing>sdncOk_No_ExclusiveGateway</bpmn2:outgoing>\r
255       </bpmn2:exclusiveGateway>\r
256       <bpmn2:sequenceFlow id="sdncOk_Yeso_ExclusiveGateway" name="Yes" sourceRef="sdncOk_ExclusiveGateway" targetRef="prepareSDNCRollbackRequest_ScriptTask">\r
257         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isSdncRollbackNeeded" ) == true}]]></bpmn2:conditionExpression>\r
258       </bpmn2:sequenceFlow>\r
259       <bpmn2:sequenceFlow id="sdncOk_No_ExclusiveGateway" name="No" sourceRef="sdncOk_ExclusiveGateway" targetRef="validateRollbacksResponse_ScriptTask_2"/>\r
260       <bpmn2:intermediateThrowEvent id="networkContrailRollback_IntermediateThrowEvent" name="Network Rollback">\r
261         <bpmn2:incoming>isNetworkOk_Yes_SequenceFlow</bpmn2:incoming>\r
262         <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
263         <bpmn2:compensateEventDefinition id="network_CompensateEventDefinition" activityRef="callRollbackContrailNetwork_ServiceTask" waitForCompletion="false"/>\r
264       </bpmn2:intermediateThrowEvent>\r
265       <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="networkContrailRollback_IntermediateThrowEvent" targetRef="sdncOk_ExclusiveGateway"/>\r
266       <bpmn2:scriptTask id="prepareSDNCRollbackRequest_ScriptTask" name="Prepare SDNCRollback Request" scriptFormat="groovy">\r
267         <bpmn2:incoming>sdncOk_Yeso_ExclusiveGateway</bpmn2:incoming>\r
268         <bpmn2:outgoing>SequenceFlow_53</bpmn2:outgoing>\r
269         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
270 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
271 CreateNetworkInstanceInfra.prepareSDNCRollbackRequest(execution)]]></bpmn2:script>\r
272       </bpmn2:scriptTask>\r
273       <bpmn2:sequenceFlow id="SequenceFlow_53" name="" sourceRef="prepareSDNCRollbackRequest_ScriptTask" targetRef="sdncTopoRollback_IntermediateThrowEvent"/>\r
274       <bpmn2:intermediateThrowEvent id="sdncTopoRollback_IntermediateThrowEvent" name="SDNC Rollback">\r
275         <bpmn2:incoming>SequenceFlow_53</bpmn2:incoming>\r
276         <bpmn2:outgoing>SequenceFlow_55</bpmn2:outgoing>\r
277         <bpmn2:compensateEventDefinition id="sndc_CompensateEventDefinition" activityRef="callRollbackSDNCAdapter_CallActivity" waitForCompletion="true"/>\r
278       </bpmn2:intermediateThrowEvent>\r
279       <bpmn2:sequenceFlow id="SequenceFlow_55" name="" sourceRef="sdncTopoRollback_IntermediateThrowEvent" targetRef="validateRollbacksResponse_ScriptTask_2"/>\r
280       <bpmn2:scriptTask id="prepareDBInfraErrorRequest_ScriptTask" name="Prepare DB Infra Error" scriptFormat="groovy">\r
281         <bpmn2:incoming>SequenceFlow_47</bpmn2:incoming>\r
282         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
283         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
284 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
285 CreateNetworkInstanceInfra.prepareDBRequestError(execution)]]></bpmn2:script>\r
286       </bpmn2:scriptTask>\r
287       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="prepareDBInfraErrorRequest_ScriptTask" targetRef="callDBInfraErrorUpdate_ServiceTask_1"/>\r
288       <bpmn2:serviceTask id="callDBInfraErrorUpdate_ServiceTask_1" name="Call DB Infra Error Update">\r
289         <bpmn2:extensionElements>\r
290           <camunda:connector>\r
291             <camunda:connectorId>http-connector</camunda:connectorId>\r
292             <camunda:inputOutput>\r
293               <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
294               <camunda:inputParameter name="payload">${CRENWKI_createDBRequest}</camunda:inputParameter>\r
295               <camunda:inputParameter name="headers">\r
296                 <camunda:map>\r
297                   <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
298                 </camunda:map>\r
299               </camunda:inputParameter>\r
300               <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
301               <camunda:outputParameter name="CRENWKI_createDBResponse">${response}</camunda:outputParameter>\r
302               <camunda:outputParameter name="CRENWKI_dbReturnCode">${statusCode}</camunda:outputParameter>\r
303             </camunda:inputOutput>\r
304           </camunda:connector>\r
305         </bpmn2:extensionElements>\r
306         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
307         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
308       </bpmn2:serviceTask>\r
309       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="callDBInfraErrorUpdate_ServiceTask_1" targetRef="prepareFalloutHandler_ScriptTask"/>\r
310       <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler">\r
311         <bpmn2:extensionElements>\r
312           <camunda:in variables="all"/>\r
313           <camunda:out variables="all"/>\r
314           <camunda:in source="CRENWKI_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
315           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
316           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
317           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/>\r
318           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/>\r
319           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/>\r
320         </bpmn2:extensionElements>\r
321         <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
322         <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
323       </bpmn2:callActivity>\r
324       <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_4"/>\r
325       <bpmn2:endEvent id="EndEvent_4">\r
326         <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
327       </bpmn2:endEvent>\r
328       <bpmn2:scriptTask id="validateRollbacksResponse_ScriptTask_2" name="Validate Rollback Responses" scriptFormat="groovy">\r
329         <bpmn2:incoming>SequenceFlow_55</bpmn2:incoming>\r
330         <bpmn2:incoming>sdncOk_No_ExclusiveGateway</bpmn2:incoming>\r
331         <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
332         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
333 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
334 CreateNetworkInstanceInfra.validateRollbackResponses(execution)]]></bpmn2:script>\r
335       </bpmn2:scriptTask>\r
336       <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="validateRollbacksResponse_ScriptTask_2" targetRef="InclusiveGateway_6"/>\r
337       <bpmn2:inclusiveGateway id="InclusiveGateway_6">\r
338         <bpmn2:incoming>isRollbackOn_NoNetwork_SequenceFlow</bpmn2:incoming>\r
339         <bpmn2:incoming>isPONR_Yes_SequenceFlow</bpmn2:incoming>\r
340         <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
341         <bpmn2:outgoing>SequenceFlow_47</bpmn2:outgoing>\r
342       </bpmn2:inclusiveGateway>\r
343       <bpmn2:sequenceFlow id="SequenceFlow_47" name="" sourceRef="InclusiveGateway_6" targetRef="prepareDBInfraErrorRequest_ScriptTask"/>\r
344       <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy">\r
345         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
346         <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
347         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
348 def buildErrorResponse = new CreateNetworkInstanceInfra()
349 buildErrorResponse.buildErrorResponse(execution)
350 ]]></bpmn2:script>\r
351       </bpmn2:scriptTask>\r
352       <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity"/>\r
353     </bpmn2:subProcess>\r
354     <bpmn2:boundaryEvent id="networkPOCompensation_BoundaryEvent" attachedToRef="callCreateNetwork_ServiceTask">\r
355       <bpmn2:compensateEventDefinition id="_CompensateEventDefinition_5" waitForCompletion="false"/>\r
356     </bpmn2:boundaryEvent>\r
357     <bpmn2:serviceTask id="callCreateNetwork_ServiceTask" name="Call Create Network">\r
358       <bpmn2:extensionElements>\r
359         <camunda:connector>\r
360           <camunda:connectorId>http-connector</camunda:connectorId>\r
361           <camunda:inputOutput>\r
362             <camunda:inputParameter name="payload">${CRENWKI_createNetworkRequest}</camunda:inputParameter>\r
363             <camunda:inputParameter name="url">${URN_mso_adapters_network_rest_endpoint}</camunda:inputParameter>\r
364             <camunda:inputParameter name="headers">\r
365               <camunda:map>\r
366                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>\r
367                 <camunda:entry key="content-type">application/xml</camunda:entry>\r
368               </camunda:map>\r
369             </camunda:inputParameter>\r
370             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
371             <camunda:outputParameter name="CRENWKI_networkReturnCode">${statusCode}</camunda:outputParameter>\r
372             <camunda:outputParameter name="CRENWKI_createNetworkResponse">${response}</camunda:outputParameter>\r
373           </camunda:inputOutput>\r
374         </camunda:connector>\r
375       </bpmn2:extensionElements>\r
376       <bpmn2:incoming>SequenceFlow_61</bpmn2:incoming>\r
377       <bpmn2:outgoing>SequenceFlow_59</bpmn2:outgoing>\r
378     </bpmn2:serviceTask>\r
379     <bpmn2:sequenceFlow id="SequenceFlow_59" name="" sourceRef="callCreateNetwork_ServiceTask" targetRef="validateCreatePONetwork_ScriptTask"/>\r
380     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="validateCreatePONetwork_ScriptTask" targetRef="callRESTReQueryNetworkID_ScriptTask"/>\r
381     <bpmn2:scriptTask id="callRESTReQueryNetworkID_ScriptTask" name="Call REST ReQuery Network Id in AAI" scriptFormat="groovy">\r
382       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
383       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
384       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
385 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
386 CreateNetworkInstanceInfra.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>\r
387     </bpmn2:scriptTask>\r
388     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTReQueryNetworkID_ScriptTask" targetRef="callRESTUpdateContrailNetwork_ScriptTask"/>\r
389     <bpmn2:scriptTask id="callRESTUpdateContrailNetwork_ScriptTask" name="Call REST Update Contrail Network in AAI" scriptFormat="groovy">\r
390       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
391       <bpmn2:outgoing>SequenceFlow_46</bpmn2:outgoing>\r
392       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
393 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
394 CreateNetworkInstanceInfra.callRESTUpdateContrailAAINetwork(execution)]]></bpmn2:script>\r
395     </bpmn2:scriptTask>\r
396     <bpmn2:sequenceFlow id="SequenceFlow_46" name="PONR" sourceRef="callRESTUpdateContrailNetwork_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask"/>\r
397     <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy">\r
398       <bpmn2:incoming>SequenceFlow_46</bpmn2:incoming>\r
399       <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>\r
400       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
401 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
402 CreateNetworkInstanceInfra.prepareDBRequest(execution)
403
404 ]]></bpmn2:script>\r
405     </bpmn2:scriptTask>\r
406     <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask"/>\r
407     <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update">\r
408       <bpmn2:extensionElements>\r
409         <camunda:connector>\r
410           <camunda:connectorId>http-connector</camunda:connectorId>\r
411           <camunda:inputOutput>\r
412             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>\r
413             <camunda:inputParameter name="payload">${CRENWKI_createDBRequest}</camunda:inputParameter>\r
414             <camunda:inputParameter name="headers">\r
415               <camunda:map>\r
416                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>\r
417               </camunda:map>\r
418             </camunda:inputParameter>\r
419             <camunda:inputParameter name="method">POST</camunda:inputParameter>\r
420             <camunda:outputParameter name="CRENWKI_createDBResponse">${response}</camunda:outputParameter>\r
421             <camunda:outputParameter name="CRENWKI_dbReturnCode">${statusCode}</camunda:outputParameter>\r
422           </camunda:inputOutput>\r
423         </camunda:connector>\r
424       </bpmn2:extensionElements>\r
425       <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>\r
426       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
427     </bpmn2:serviceTask>\r
428     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask"/>\r
429     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">\r
430       <bpmn2:extensionElements>\r
431         <camunda:in variables="all"/>\r
432         <camunda:out variables="all"/>\r
433         <camunda:in source="CRENWKI_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>\r
434         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
435         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
436         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>\r
437         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>\r
438         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>\r
439       </bpmn2:extensionElements>\r
440       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
441       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
442     </bpmn2:callActivity>\r
443     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="EndEvent_3"/>\r
444     <bpmn2:endEvent id="EndEvent_3">\r
445       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
446     </bpmn2:endEvent>\r
447     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">\r
448       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">\r
449         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
450         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
451         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
452 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
453 CreateNetworkInstanceInfra.processJavaException(execution)]]></bpmn2:script>\r
454       </bpmn2:scriptTask>\r
455       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1"/>\r
456       <bpmn2:startEvent id="StartEvent_1">\r
457         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
458         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1"/>\r
459       </bpmn2:startEvent>\r
460       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1"/>\r
461       <bpmn2:endEvent id="EndEvent_1">\r
462         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
463       </bpmn2:endEvent>\r
464     </bpmn2:subProcess>\r
465     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">\r
466       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
467       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
468       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
469 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
470 CreateNetworkInstanceInfra.preProcessRequest(execution)
471 ]]></bpmn2:script>\r
472     </bpmn2:scriptTask>\r
473     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask"/>\r
474     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">\r
475       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
476       <bpmn2:outgoing>link</bpmn2:outgoing>\r
477       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
478 def CreateNetworkInstanceInfra = new  CreateNetworkInstanceInfra()
479 CreateNetworkInstanceInfra.sendSyncResponse(execution)]]></bpmn2:script>\r
480     </bpmn2:scriptTask>\r
481     <bpmn2:sequenceFlow id="link" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="callGetServiceInstance"/>\r
482     <bpmn2:callActivity id="callGetServiceInstance" name="Get&#xD;&#xA;Service&#xD;&#xA;Instance" calledElement="GenericGetService">\r
483       <bpmn2:extensionElements>\r
484         <camunda:in source="CRENWKI_serviceInstanceId" target="GENGS_serviceInstanceId"/>\r
485         <camunda:out source="GENGS_serviceInstance" target="CRENWKI_serviceInstance"/>\r
486         <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator"/>\r
487         <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator"/>\r
488         <camunda:out source="GENGS_siResourceLink" target="GENGSI_siResourceLink"/>\r
489         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
490         <camunda:in source="GENGS_type" target="GENGS_type"/>\r
491       </bpmn2:extensionElements>\r
492       <bpmn2:incoming>link</bpmn2:incoming>\r
493       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
494     </bpmn2:callActivity>\r
495     <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Call REST Query Network Name In AAI" scriptFormat="groovy">\r
496       <bpmn2:incoming>siFoundYes</bpmn2:incoming>\r
497       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
498       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
499 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
500 CreateNetworkInstanceInfra.callRESTQueryAAINetworkName(execution)]]></bpmn2:script>\r
501     </bpmn2:scriptTask>\r
502     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="callAAIQuery_scriptTask" targetRef="isAAIQueryNameOk_ExclusiveGateway"/>\r
503     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="callGetServiceInstance" targetRef="siFoundCheck"/>\r
504     <bpmn2:exclusiveGateway id="siFoundCheck" name="Service Instance Found?" default="siFoundNo">\r
505       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
506       <bpmn2:outgoing>siFoundYes</bpmn2:outgoing>\r
507       <bpmn2:outgoing>siFoundNo</bpmn2:outgoing>\r
508     </bpmn2:exclusiveGateway>\r
509     <bpmn2:sequenceFlow id="siFoundYes" name="Yes" sourceRef="siFoundCheck" targetRef="callAAIQuery_scriptTask">\r
510       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGSI_FoundIndicator" ) == true && execution.getVariable("GENGSI_SuccessIndicator" ) == true}]]></bpmn2:conditionExpression>\r
511     </bpmn2:sequenceFlow>\r
512     <bpmn2:sequenceFlow id="siFoundNo" name="No" sourceRef="siFoundCheck" targetRef="workflowExceptionSINotFound"/>\r
513     <bpmn2:scriptTask id="workflowExceptionSINotFound" name="Create Workflow Exception" scriptFormat="groovy">\r
514       <bpmn2:incoming>siFoundNo</bpmn2:incoming>\r
515       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>\r
516       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
517 ExceptionUtil exceptionUtil = new ExceptionUtil()
518 exceptionUtil.buildWorkflowException(execution, 404, "Service Instance Not Found")]]></bpmn2:script>\r
519     </bpmn2:scriptTask>\r
520     <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="workflowExceptionSINotFound" targetRef="EndEvent_2"/>\r
521     <bpmn2:endEvent id="EndEvent_2">\r
522       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>\r
523       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_97" errorRef="Error_2"/>\r
524     </bpmn2:endEvent>\r
525     <bpmn2:scriptTask id="callRESTQueryVpnBinding_ScriptTask" name="Call REST Query Vpn Binding in AAI" scriptFormat="groovy">\r
526       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
527       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
528       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
529 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
530 CreateNetworkInstanceInfra.callRESTQueryAAINetworkVpnBinding(execution)]]></bpmn2:script>\r
531     </bpmn2:scriptTask>\r
532     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="callRESTQueryVpnBinding_ScriptTask" targetRef="callRESTQueryNetworkPolicy_ScriptTask"/>\r
533     <bpmn2:scriptTask id="callRESTQueryNetworkPolicy_ScriptTask" name="Call REST Query Network Policy in AAI" scriptFormat="groovy">\r
534       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
535       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
536       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
537 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
538 CreateNetworkInstanceInfra.callRESTQueryAAINetworkPolicy(execution)]]></bpmn2:script>\r
539     </bpmn2:scriptTask>\r
540     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="callRESTQueryNetworkPolicy_ScriptTask" targetRef="callRESTQueryNetworkTableRef_ScriptTask"/>\r
541     <bpmn2:scriptTask id="prepareNetworkRequest_ScriptTask" name="Prepare Create Network Request" scriptFormat="groovy">\r
542       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>\r
543       <bpmn2:outgoing>SequenceFlow_61</bpmn2:outgoing>\r
544       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
545 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()
546 CreateNetworkInstanceInfra.prepareCreateNetworkRequest(execution)
547 ]]></bpmn2:script>\r
548     </bpmn2:scriptTask>\r
549     <bpmn2:sequenceFlow id="SequenceFlow_61" name="" sourceRef="prepareNetworkRequest_ScriptTask" targetRef="callCreateNetwork_ServiceTask"/>\r
550     <bpmn2:scriptTask id="callRESTQueryNetworkTableRef_ScriptTask" name="Call REST Query Network TableRef in AAI" scriptFormat="groovy">\r
551       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
552       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>\r
553       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
554 def CreateNetworkInstanceInfra = new CreateNetworkInstanceInfra()\r
555 CreateNetworkInstanceInfra.callRESTQueryAAINetworkTableRef(execution)]]></bpmn2:script>\r
556     </bpmn2:scriptTask>\r
557     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="callRESTQueryNetworkTableRef_ScriptTask" targetRef="prepareNetworkRequest_ScriptTask"/>\r
558     <bpmn2:association id="Association_1" sourceRef="sndcCompensation_BoundaryEvent" targetRef="callRollbackSDNCAdapter_CallActivity"/>\r
559     <bpmn2:association id="Association_3" sourceRef="networkPOCompensation_BoundaryEvent" targetRef="callRollbackContrailNetwork_ServiceTask"/>\r
560   </bpmn2:process>\r
561   <bpmn2:error id="Error_2" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
562   <bpmn2:error id="Error_1" errorCode="java.lang.Exception" name="java.lang.Exception"/>\r
563   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
564     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateNetworkInstanceInfra">\r
565       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createNetwork_startEvent">\r
566         <dc:Bounds height="36.0" width="36.0" x="192.0" y="185.0"/>\r
567         <bpmndi:BPMNLabel>\r
568           <dc:Bounds height="22.0" width="34.0" x="193.0" y="226.0"/>\r
569         </bpmndi:BPMNLabel>\r
570       </bpmndi:BPMNShape>\r
571       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">\r
572         <dc:Bounds height="80.0" width="100.0" x="350.0" y="163.0"/>\r
573       </bpmndi:BPMNShape>\r
574       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">\r
575         <di:waypoint xsi:type="dc:Point" x="228.0" y="203.0"/>\r
576         <di:waypoint xsi:type="dc:Point" x="350.0" y="203.0"/>\r
577         <bpmndi:BPMNLabel>\r
578           <dc:Bounds height="6.0" width="6.0" x="249.0" y="203.0"/>\r
579         </bpmndi:BPMNLabel>\r
580       </bpmndi:BPMNEdge>\r
581       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask">\r
582         <dc:Bounds height="80.0" width="100.0" x="929.0" y="58.0"/>\r
583       </bpmndi:BPMNShape>\r
584       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_62" bpmnElement="isAAIQueryNameOk_ExclusiveGateway" isMarkerVisible="true">\r
585         <dc:Bounds height="50.0" width="50.0" x="1097.0" y="72.0"/>\r
586         <bpmndi:BPMNLabel>\r
587           <dc:Bounds height="22.0" width="121.0" x="1063.0" y="51.0"/>\r
588         </bpmndi:BPMNLabel>\r
589       </bpmndi:BPMNShape>\r
590       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_62">\r
591         <di:waypoint xsi:type="dc:Point" x="1029.0" y="97.0"/>\r
592         <di:waypoint xsi:type="dc:Point" x="1052.0" y="97.0"/>\r
593         <di:waypoint xsi:type="dc:Point" x="1097.0" y="97.0"/>\r
594         <bpmndi:BPMNLabel>\r
595           <dc:Bounds height="6.0" width="6.0" x="1054.0" y="97.0"/>\r
596         </bpmndi:BPMNLabel>\r
597       </bpmndi:BPMNEdge>\r
598       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_63" bpmnElement="validateCreatePONetwork_ScriptTask">\r
599         <dc:Bounds height="80.0" width="100.0" x="1344.0" y="1259.0"/>\r
600       </bpmndi:BPMNShape>\r
601       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="isAAIQueryNameNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_62" targetElement="_BPMNShape_ExclusiveGateway_64">\r
602         <di:waypoint xsi:type="dc:Point" x="1122.0" y="122.0"/>\r
603         <di:waypoint xsi:type="dc:Point" x="1122.0" y="180.0"/>\r
604         <bpmndi:BPMNLabel>\r
605           <dc:Bounds height="22.0" width="22.0" x="1129.0" y="120.0"/>\r
606         </bpmndi:BPMNLabel>\r
607       </bpmndi:BPMNEdge>\r
608       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="isAAIQueryNameYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_62" targetElement="_BPMNShape_ExclusiveGateway_73">\r
609         <di:waypoint xsi:type="dc:Point" x="1147.0" y="97.0"/>\r
610         <di:waypoint xsi:type="dc:Point" x="1214.0" y="97.0"/>\r
611         <bpmndi:BPMNLabel>\r
612           <dc:Bounds height="22.0" width="29.0" x="1146.0" y="97.0"/>\r
613         </bpmndi:BPMNLabel>\r
614       </bpmndi:BPMNEdge>\r
615       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_64" bpmnElement="isReturnCode404_ExclusiveGateway" isMarkerVisible="true">\r
616         <dc:Bounds height="50.0" width="50.0" x="1097.0" y="180.0"/>\r
617         <bpmndi:BPMNLabel>\r
618           <dc:Bounds height="22.0" width="82.0" x="1037.0" y="165.0"/>\r
619         </bpmndi:BPMNLabel>\r
620       </bpmndi:BPMNShape>\r
621       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="isReturnCode404_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_64" targetElement="_BPMNShape_EndEvent_118">\r
622         <di:waypoint xsi:type="dc:Point" x="1122.0" y="230.0"/>\r
623         <di:waypoint xsi:type="dc:Point" x="1122.0" y="260.0"/>\r
624         <di:waypoint xsi:type="dc:Point" x="1123.0" y="260.0"/>\r
625         <di:waypoint xsi:type="dc:Point" x="1123.0" y="288.0"/>\r
626         <bpmndi:BPMNLabel>\r
627           <dc:Bounds height="22.0" width="22.0" x="1097.0" y="225.0"/>\r
628         </bpmndi:BPMNLabel>\r
629       </bpmndi:BPMNEdge>\r
630       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="isReturnCode404_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_64" targetElement="_BPMNShape_InclusiveGateway_4">\r
631         <di:waypoint xsi:type="dc:Point" x="1147.0" y="205.0"/>\r
632         <di:waypoint xsi:type="dc:Point" x="1215.0" y="205.0"/>\r
633         <bpmndi:BPMNLabel>\r
634           <dc:Bounds height="22.0" width="29.0" x="1149.0" y="205.0"/>\r
635         </bpmndi:BPMNLabel>\r
636       </bpmndi:BPMNEdge>\r
637       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity">\r
638         <dc:Bounds height="80.0" width="100.0" x="996.0" y="806.0"/>\r
639       </bpmndi:BPMNShape>\r
640       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_118" bpmnElement="aai_Error_EndEvent">\r
641         <dc:Bounds height="36.0" width="36.0" x="1105.0" y="288.0"/>\r
642         <bpmndi:BPMNLabel>\r
643           <dc:Bounds height="22.0" width="97.0" x="1075.0" y="329.0"/>\r
644         </bpmndi:BPMNLabel>\r
645       </bpmndi:BPMNShape>\r
646       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_83" bpmnElement="callCreateNetwork_ServiceTask">\r
647         <dc:Bounds height="80.0" width="100.0" x="1344.0" y="1101.0"/>\r
648       </bpmndi:BPMNShape>\r
649       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_67" bpmnElement="prepareSDNCTopoRequest_ScriptTask">\r
650         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="276.0"/>\r
651       </bpmndi:BPMNShape>\r
652       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">\r
653         <dc:Bounds height="80.0" width="100.0" x="137.0" y="1395.0"/>\r
654       </bpmndi:BPMNShape>\r
655       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">\r
656         <dc:Bounds height="567.0" width="1122.0" x="17.0" y="585.0"/>\r
657       </bpmndi:BPMNShape>\r
658       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">\r
659         <dc:Bounds height="36.0" width="36.0" x="48.0" y="1040.0"/>\r
660         <bpmndi:BPMNLabel>\r
661           <dc:Bounds height="22.0" width="67.0" x="33.0" y="1081.0"/>\r
662         </bpmndi:BPMNLabel>\r
663       </bpmndi:BPMNShape>\r
664       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask">\r
665         <dc:Bounds height="80.0" width="100.0" x="756.0" y="806.0"/>\r
666       </bpmndi:BPMNShape>\r
667       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_67" bpmnElement="isSdncTopoOk_ExclusiveGateway" isMarkerVisible="true">\r
668         <dc:Bounds height="50.0" width="50.0" x="1523.0" y="520.0"/>\r
669         <bpmndi:BPMNLabel>\r
670           <dc:Bounds height="22.0" width="125.0" x="1487.0" y="569.0"/>\r
671         </bpmndi:BPMNLabel>\r
672       </bpmndi:BPMNShape>\r
673       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="sdncTopoNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_EndEvent_124">\r
674         <di:waypoint xsi:type="dc:Point" x="1573.0" y="545.0"/>\r
675         <di:waypoint xsi:type="dc:Point" x="1682.0" y="546.0"/>\r
676         <bpmndi:BPMNLabel>\r
677           <dc:Bounds height="22.0" width="22.0" x="1577.0" y="546.0"/>\r
678         </bpmndi:BPMNLabel>\r
679       </bpmndi:BPMNEdge>\r
680       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="sdncTopoYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_ScriptTask_133">\r
681         <di:waypoint xsi:type="dc:Point" x="1523.0" y="545.0"/>\r
682         <di:waypoint xsi:type="dc:Point" x="1443.0" y="546.0"/>\r
683         <bpmndi:BPMNLabel>\r
684           <dc:Bounds height="22.0" width="29.0" x="1500.0" y="546.0"/>\r
685         </bpmndi:BPMNLabel>\r
686       </bpmndi:BPMNEdge>\r
687       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">\r
688         <dc:Bounds height="80.0" width="100.0" x="347.0" y="1392.0"/>\r
689       </bpmndi:BPMNShape>\r
690       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask">\r
691         <dc:Bounds height="80.0" width="100.0" x="792.0" y="1390.0"/>\r
692       </bpmndi:BPMNShape>\r
693       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask">\r
694         <dc:Bounds height="80.0" width="100.0" x="564.0" y="1392.0"/>\r
695       </bpmndi:BPMNShape>\r
696       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_124" bpmnElement="sndcError_EndEvent">\r
697         <dc:Bounds height="36.0" width="36.0" x="1682.0" y="528.0"/>\r
698         <bpmndi:BPMNLabel>\r
699           <dc:Bounds height="22.0" width="74.0" x="1663.0" y="569.0"/>\r
700         </bpmndi:BPMNLabel>\r
701       </bpmndi:BPMNShape>\r
702       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_19" bpmnElement="callAssignSDNCAdapter_CallActivity">\r
703         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="395.0"/>\r
704       </bpmndi:BPMNShape>\r
705       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_29" bpmnElement="sndcCompensation_BoundaryEvent">\r
706         <dc:Bounds height="36.0" width="36.0" x="1323.0" y="434.0"/>\r
707         <bpmndi:BPMNLabel>\r
708           <dc:Bounds height="22.0" width="82.0" x="1280.0" y="474.0"/>\r
709         </bpmndi:BPMNLabel>\r
710       </bpmndi:BPMNShape>\r
711       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_67" targetElement="_BPMNShape_CallActivity_19">\r
712         <di:waypoint xsi:type="dc:Point" x="1393.0" y="356.0"/>\r
713         <di:waypoint xsi:type="dc:Point" x="1393.0" y="374.0"/>\r
714         <di:waypoint xsi:type="dc:Point" x="1391.0" y="374.0"/>\r
715         <di:waypoint xsi:type="dc:Point" x="1391.0" y="395.0"/>\r
716         <bpmndi:BPMNLabel>\r
717           <dc:Bounds height="6.0" width="6.0" x="1389.0" y="374.0"/>\r
718         </bpmndi:BPMNLabel>\r
719       </bpmndi:BPMNEdge>\r
720       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_19" targetElement="_BPMNShape_ScriptTask_131">\r
721         <di:waypoint xsi:type="dc:Point" x="1441.0" y="435.0"/>\r
722         <di:waypoint xsi:type="dc:Point" x="1499.0" y="435.0"/>\r
723         <bpmndi:BPMNLabel>\r
724           <dc:Bounds height="6.0" width="6.0" x="1473.0" y="435.0"/>\r
725         </bpmndi:BPMNLabel>\r
726       </bpmndi:BPMNEdge>\r
727       <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="_BPMNShape_BoundaryEvent_29" targetElement="_BPMNShape_CallActivity_21">\r
728         <di:waypoint xsi:type="dc:Point" x="1323.0" y="447.0"/>\r
729         <di:waypoint xsi:type="dc:Point" x="1290.0" y="438.0"/>\r
730       </bpmndi:BPMNEdge>\r
731       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">\r
732         <di:waypoint xsi:type="dc:Point" x="450.0" y="203.0"/>\r
733         <di:waypoint xsi:type="dc:Point" x="516.0" y="203.0"/>\r
734         <bpmndi:BPMNLabel>\r
735           <dc:Bounds height="6.0" width="6.0" x="481.0" y="203.0"/>\r
736         </bpmndi:BPMNLabel>\r
737       </bpmndi:BPMNEdge>\r
738       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">\r
739         <dc:Bounds height="80.0" width="100.0" x="516.0" y="163.0"/>\r
740       </bpmndi:BPMNShape>\r
741       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_90">\r
742         <di:waypoint xsi:type="dc:Point" x="84.0" y="1058.0"/>\r
743         <di:waypoint xsi:type="dc:Point" x="131.0" y="1058.0"/>\r
744         <di:waypoint xsi:type="dc:Point" x="131.0" y="1057.0"/>\r
745         <di:waypoint xsi:type="dc:Point" x="161.0" y="1057.0"/>\r
746         <bpmndi:BPMNLabel>\r
747           <dc:Bounds height="6.0" width="6.0" x="96.0" y="1058.0"/>\r
748         </bpmndi:BPMNLabel>\r
749       </bpmndi:BPMNEdge>\r
750       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_128" bpmnElement="prepareDBInfraRequestSilentSucces_ScriptTask">\r
751         <dc:Bounds height="80.0" width="100.0" x="1341.0" y="58.0"/>\r
752       </bpmndi:BPMNShape>\r
753       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_87" bpmnElement="silentSuccessCallDB_ServiceTask">\r
754         <dc:Bounds height="80.0" width="100.0" x="1498.0" y="58.0"/>\r
755       </bpmndi:BPMNShape>\r
756       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_128" targetElement="_BPMNShape_ServiceTask_87">\r
757         <di:waypoint xsi:type="dc:Point" x="1441.0" y="98.0"/>\r
758         <di:waypoint xsi:type="dc:Point" x="1498.0" y="98.0"/>\r
759         <bpmndi:BPMNLabel>\r
760           <dc:Bounds height="6.0" width="6.0" x="1456.0" y="98.0"/>\r
761         </bpmndi:BPMNLabel>\r
762       </bpmndi:BPMNEdge>\r
763       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_24" bpmnElement="sdncTopoRollback_IntermediateThrowEvent">\r
764         <dc:Bounds height="36.0" width="36.0" x="470.0" y="867.0"/>\r
765         <bpmndi:BPMNLabel>\r
766           <dc:Bounds height="22.0" width="96.0" x="440.0" y="906.0"/>\r
767         </bpmndi:BPMNLabel>\r
768       </bpmndi:BPMNShape>\r
769       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_130" bpmnElement="prepareSilentCompletion_ScriptTask">\r
770         <dc:Bounds height="80.0" width="100.0" x="1632.0" y="58.0"/>\r
771       </bpmndi:BPMNShape>\r
772       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_20" bpmnElement="silentAccess_CallActivity">\r
773         <dc:Bounds height="80.0" width="100.0" x="1766.0" y="58.0"/>\r
774       </bpmndi:BPMNShape>\r
775       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_55" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ServiceTask_87" targetElement="_BPMNShape_ScriptTask_130">\r
776         <di:waypoint xsi:type="dc:Point" x="1598.0" y="98.0"/>\r
777         <di:waypoint xsi:type="dc:Point" x="1632.0" y="98.0"/>\r
778         <bpmndi:BPMNLabel>\r
779           <dc:Bounds height="6.0" width="6.0" x="1617.0" y="98.0"/>\r
780         </bpmndi:BPMNLabel>\r
781       </bpmndi:BPMNEdge>\r
782       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_56" bpmnElement="SequenceFlow_41" sourceElement="_BPMNShape_ScriptTask_130" targetElement="_BPMNShape_CallActivity_20">\r
783         <di:waypoint xsi:type="dc:Point" x="1732.0" y="98.0"/>\r
784         <di:waypoint xsi:type="dc:Point" x="1766.0" y="98.0"/>\r
785         <bpmndi:BPMNLabel>\r
786           <dc:Bounds height="6.0" width="6.0" x="1740.0" y="98.0"/>\r
787         </bpmndi:BPMNLabel>\r
788       </bpmndi:BPMNEdge>\r
789       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3">\r
790         <di:waypoint xsi:type="dc:Point" x="856.0" y="846.0"/>\r
791         <di:waypoint xsi:type="dc:Point" x="996.0" y="846.0"/>\r
792         <bpmndi:BPMNLabel>\r
793           <dc:Bounds height="6.0" width="6.0" x="881.0" y="846.0"/>\r
794         </bpmndi:BPMNLabel>\r
795       </bpmndi:BPMNEdge>\r
796       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_131" bpmnElement="validateSDNCResponse_ScriptTask">\r
797         <dc:Bounds height="80.0" width="100.0" x="1499.0" y="395.0"/>\r
798       </bpmndi:BPMNShape>\r
799       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_131" targetElement="_BPMNShape_ExclusiveGateway_67">\r
800         <di:waypoint xsi:type="dc:Point" x="1549.0" y="475.0"/>\r
801         <di:waypoint xsi:type="dc:Point" x="1549.0" y="492.0"/>\r
802         <di:waypoint xsi:type="dc:Point" x="1548.0" y="492.0"/>\r
803         <di:waypoint xsi:type="dc:Point" x="1548.0" y="520.0"/>\r
804         <bpmndi:BPMNLabel>\r
805           <dc:Bounds height="6.0" width="6.0" x="1545.0" y="503.0"/>\r
806         </bpmndi:BPMNLabel>\r
807       </bpmndi:BPMNEdge>\r
808       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80">\r
809         <di:waypoint xsi:type="dc:Point" x="564.0" y="1432.0"/>\r
810         <di:waypoint xsi:type="dc:Point" x="506.0" y="1432.0"/>\r
811         <di:waypoint xsi:type="dc:Point" x="506.0" y="1432.0"/>\r
812         <di:waypoint xsi:type="dc:Point" x="447.0" y="1432.0"/>\r
813         <bpmndi:BPMNLabel>\r
814           <dc:Bounds height="6.0" width="6.0" x="528.0" y="1432.0"/>\r
815         </bpmndi:BPMNLabel>\r
816       </bpmndi:BPMNEdge>\r
817       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">\r
818         <di:waypoint xsi:type="dc:Point" x="347.0" y="1432.0"/>\r
819         <di:waypoint xsi:type="dc:Point" x="292.0" y="1432.0"/>\r
820         <di:waypoint xsi:type="dc:Point" x="292.0" y="1435.0"/>\r
821         <di:waypoint xsi:type="dc:Point" x="237.0" y="1435.0"/>\r
822         <bpmndi:BPMNLabel>\r
823           <dc:Bounds height="6.0" width="6.0" x="290.0" y="1512.0"/>\r
824         </bpmndi:BPMNLabel>\r
825       </bpmndi:BPMNEdge>\r
826       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_21" bpmnElement="callRollbackSDNCAdapter_CallActivity">\r
827         <dc:Bounds height="80.0" width="100.0" x="1190.0" y="384.0"/>\r
828       </bpmndi:BPMNShape>\r
829       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_73" bpmnElement="isNetworkActive_ExclusiveGateway" isMarkerVisible="true">\r
830         <dc:Bounds height="50.0" width="50.0" x="1214.0" y="72.0"/>\r
831         <bpmndi:BPMNLabel>\r
832           <dc:Bounds height="22.0" width="113.0" x="1191.0" y="51.0"/>\r
833         </bpmndi:BPMNLabel>\r
834       </bpmndi:BPMNShape>\r
835       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="isNetworkActiveYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_73" targetElement="_BPMNShape_ScriptTask_128">\r
836         <di:waypoint xsi:type="dc:Point" x="1264.0" y="97.0"/>\r
837         <di:waypoint xsi:type="dc:Point" x="1328.0" y="97.0"/>\r
838         <di:waypoint xsi:type="dc:Point" x="1328.0" y="98.0"/>\r
839         <di:waypoint xsi:type="dc:Point" x="1341.0" y="98.0"/>\r
840         <bpmndi:BPMNLabel>\r
841           <dc:Bounds height="22.0" width="29.0" x="1269.0" y="97.0"/>\r
842         </bpmndi:BPMNLabel>\r
843       </bpmndi:BPMNEdge>\r
844       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_44" bpmnElement="isNetworkActiveNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_73" targetElement="_BPMNShape_InclusiveGateway_4">\r
845         <di:waypoint xsi:type="dc:Point" x="1239.0" y="122.0"/>\r
846         <di:waypoint xsi:type="dc:Point" x="1240.0" y="180.0"/>\r
847         <bpmndi:BPMNLabel>\r
848           <dc:Bounds height="22.0" width="22.0" x="1238.0" y="123.0"/>\r
849         </bpmndi:BPMNLabel>\r
850       </bpmndi:BPMNEdge>\r
851       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_45" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_InclusiveGateway_4" targetElement="_BPMNShape_ScriptTask_245">\r
852         <di:waypoint xsi:type="dc:Point" x="1265.0" y="205.0"/>\r
853         <di:waypoint xsi:type="dc:Point" x="1304.0" y="205.0"/>\r
854         <di:waypoint xsi:type="dc:Point" x="1304.0" y="203.0"/>\r
855         <di:waypoint xsi:type="dc:Point" x="1344.0" y="203.0"/>\r
856         <bpmndi:BPMNLabel>\r
857           <dc:Bounds height="0.0" width="0.0" x="1272.0" y="205.0"/>\r
858         </bpmndi:BPMNLabel>\r
859       </bpmndi:BPMNEdge>\r
860       <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_4" bpmnElement="InclusiveGateway">\r
861         <dc:Bounds height="50.0" width="50.0" x="1215.0" y="180.0"/>\r
862         <bpmndi:BPMNLabel>\r
863           <dc:Bounds height="0.0" width="0.0" x="1297.0" y="175.0"/>\r
864         </bpmndi:BPMNLabel>\r
865       </bpmndi:BPMNShape>\r
866       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="callRESTQueryNetworkId_ScriptTask">\r
867         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="506.0"/>\r
868       </bpmndi:BPMNShape>\r
869       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_88" bpmnElement="callRollbackContrailNetwork_ServiceTask">\r
870         <dc:Bounds height="80.0" width="100.0" x="1190.0" y="1085.0"/>\r
871       </bpmndi:BPMNShape>\r
872       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTReQueryNetworkID_ScriptTask">\r
873         <dc:Bounds height="80.0" width="100.0" x="1176.0" y="1390.0"/>\r
874       </bpmndi:BPMNShape>\r
875       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_135" bpmnElement="callRESTUpdateContrailNetwork_ScriptTask">\r
876         <dc:Bounds height="80.0" width="100.0" x="984.0" y="1392.0"/>\r
877       </bpmndi:BPMNShape>\r
878       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_135">\r
879         <di:waypoint xsi:type="dc:Point" x="1176.0" y="1430.0"/>\r
880         <di:waypoint xsi:type="dc:Point" x="1118.0" y="1430.0"/>\r
881         <di:waypoint xsi:type="dc:Point" x="1118.0" y="1432.0"/>\r
882         <di:waypoint xsi:type="dc:Point" x="1084.0" y="1432.0"/>\r
883         <bpmndi:BPMNLabel>\r
884           <dc:Bounds height="6.0" width="6.0" x="1143.0" y="1657.0"/>\r
885         </bpmndi:BPMNLabel>\r
886       </bpmndi:BPMNEdge>\r
887       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86">\r
888         <di:waypoint xsi:type="dc:Point" x="792.0" y="1430.0"/>\r
889         <di:waypoint xsi:type="dc:Point" x="691.0" y="1430.0"/>\r
890         <di:waypoint xsi:type="dc:Point" x="691.0" y="1432.0"/>\r
891         <di:waypoint xsi:type="dc:Point" x="664.0" y="1432.0"/>\r
892         <bpmndi:BPMNLabel>\r
893           <dc:Bounds height="6.0" width="6.0" x="773.0" y="1430.0"/>\r
894         </bpmndi:BPMNLabel>\r
895       </bpmndi:BPMNEdge>\r
896       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_65" bpmnElement="SequenceFlow_46" sourceElement="_BPMNShape_ScriptTask_135" targetElement="_BPMNShape_ScriptTask_83">\r
897         <di:waypoint xsi:type="dc:Point" x="984.0" y="1432.0"/>\r
898         <di:waypoint xsi:type="dc:Point" x="926.0" y="1432.0"/>\r
899         <di:waypoint xsi:type="dc:Point" x="926.0" y="1430.0"/>\r
900         <di:waypoint xsi:type="dc:Point" x="892.0" y="1430.0"/>\r
901         <bpmndi:BPMNLabel>\r
902           <dc:Bounds height="6.0" width="6.0" x="947.0" y="1432.0"/>\r
903         </bpmndi:BPMNLabel>\r
904       </bpmndi:BPMNEdge>\r
905       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_32" bpmnElement="networkPOCompensation_BoundaryEvent">\r
906         <dc:Bounds height="36.0" width="36.0" x="1326.0" y="1137.0"/>\r
907         <bpmndi:BPMNLabel>\r
908           <dc:Bounds height="0.0" width="0.0" x="1344.0" y="1178.0"/>\r
909         </bpmndi:BPMNLabel>\r
910       </bpmndi:BPMNShape>\r
911       <bpmndi:BPMNEdge id="BPMNEdge_Association_3" bpmnElement="Association_3" sourceElement="_BPMNShape_BoundaryEvent_32" targetElement="_BPMNShape_ServiceTask_88">\r
912         <di:waypoint xsi:type="dc:Point" x="1326.0" y="1150.0"/>\r
913         <di:waypoint xsi:type="dc:Point" x="1290.0" y="1139.0"/>\r
914       </bpmndi:BPMNEdge>\r
915       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="callRESTQueryVpnBinding_ScriptTask">\r
916         <dc:Bounds height="80.0" width="100.0" x="1344.0" y="624.0"/>\r
917       </bpmndi:BPMNShape>\r
918       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_215">\r
919         <di:waypoint xsi:type="dc:Point" x="1394.0" y="704.0"/>\r
920         <di:waypoint xsi:type="dc:Point" x="1393.0" y="739.0"/>\r
921         <bpmndi:BPMNLabel>\r
922           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="717.0"/>\r
923         </bpmndi:BPMNLabel>\r
924       </bpmndi:BPMNEdge>\r
925       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_49" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_ScriptTask_156">\r
926         <di:waypoint xsi:type="dc:Point" x="1393.0" y="586.0"/>\r
927         <di:waypoint xsi:type="dc:Point" x="1394.0" y="624.0"/>\r
928         <bpmndi:BPMNLabel>\r
929           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="606.0"/>\r
930         </bpmndi:BPMNLabel>\r
931       </bpmndi:BPMNEdge>\r
932       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_87" bpmnElement="SequenceFlow_59" sourceElement="_BPMNShape_ServiceTask_83" targetElement="_BPMNShape_ScriptTask_63">\r
933         <di:waypoint xsi:type="dc:Point" x="1394.0" y="1181.0"/>\r
934         <di:waypoint xsi:type="dc:Point" x="1394.0" y="1234.0"/>\r
935         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1234.0"/>\r
936         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1259.0"/>\r
937         <bpmndi:BPMNLabel>\r
938           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="1418.0"/>\r
939         </bpmndi:BPMNLabel>\r
940       </bpmndi:BPMNEdge>\r
941       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="prepareNetworkRequest_ScriptTask">\r
942         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="970.0"/>\r
943       </bpmndi:BPMNShape>\r
944       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_89" bpmnElement="SequenceFlow_61" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ServiceTask_83">\r
945         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1050.0"/>\r
946         <di:waypoint xsi:type="dc:Point" x="1394.0" y="1101.0"/>\r
947         <bpmndi:BPMNLabel>\r
948           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="1077.0"/>\r
949         </bpmndi:BPMNLabel>\r
950       </bpmndi:BPMNEdge>\r
951       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="isRollbackOn_Network_ExclusiveGateway" isMarkerVisible="true">\r
952         <dc:Bounds height="50.0" width="50.0" x="161.0" y="1032.0"/>\r
953         <bpmndi:BPMNLabel>\r
954           <dc:Bounds height="22.0" width="98.0" x="138.0" y="1092.0"/>\r
955         </bpmndi:BPMNLabel>\r
956       </bpmndi:BPMNShape>\r
957       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_31" bpmnElement="networkContrailRollback_IntermediateThrowEvent">\r
958         <dc:Bounds height="36.0" width="36.0" x="169.0" y="764.0"/>\r
959         <bpmndi:BPMNLabel>\r
960           <dc:Bounds height="22.0" width="107.0" x="121.0" y="739.0"/>\r
961         </bpmndi:BPMNLabel>\r
962       </bpmndi:BPMNShape>\r
963       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="isRollbackOn_YesNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_215">\r
964         <di:waypoint xsi:type="dc:Point" x="186.0" y="1032.0"/>\r
965         <di:waypoint xsi:type="dc:Point" x="186.0" y="1004.0"/>\r
966         <bpmndi:BPMNLabel>\r
967           <dc:Bounds height="22.0" width="29.0" x="186.0" y="1020.0"/>\r
968         </bpmndi:BPMNLabel>\r
969       </bpmndi:BPMNEdge>\r
970       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="isRollbackOn_NoNetwork_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_InclusiveGateway_24">\r
971         <di:waypoint xsi:type="dc:Point" x="211.0" y="1057.0"/>\r
972         <di:waypoint xsi:type="dc:Point" x="361.0" y="1057.0"/>\r
973         <di:waypoint xsi:type="dc:Point" x="361.0" y="1004.0"/>\r
974         <bpmndi:BPMNLabel>\r
975           <dc:Bounds height="22.0" width="22.0" x="211.0" y="1062.0"/>\r
976         </bpmndi:BPMNLabel>\r
977       </bpmndi:BPMNEdge>\r
978       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="callRESTQueryNetworkPolicy_ScriptTask">\r
979         <dc:Bounds height="80.0" width="100.0" x="1343.0" y="739.0"/>\r
980       </bpmndi:BPMNShape>\r
981       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_60" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ScriptTask_333">\r
982         <di:waypoint xsi:type="dc:Point" x="1393.0" y="819.0"/>\r
983         <di:waypoint xsi:type="dc:Point" x="1393.0" y="835.0"/>\r
984         <di:waypoint xsi:type="dc:Point" x="1394.0" y="835.0"/>\r
985         <di:waypoint xsi:type="dc:Point" x="1394.0" y="851.0"/>\r
986         <bpmndi:BPMNLabel>\r
987           <dc:Bounds height="6.0" width="6.0" x="1390.0" y="828.0"/>\r
988         </bpmndi:BPMNLabel>\r
989       </bpmndi:BPMNEdge>\r
990       <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_24" bpmnElement="InclusiveGateway_6">\r
991         <dc:Bounds height="50.0" width="50.0" x="336.0" y="954.0"/>\r
992         <bpmndi:BPMNLabel>\r
993           <dc:Bounds height="0.0" width="0.0" x="361.0" y="1009.0"/>\r
994         </bpmndi:BPMNLabel>\r
995       </bpmndi:BPMNShape>\r
996       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_215" bpmnElement="isPONR_ExclusiveGateway" isMarkerVisible="true">\r
997         <dc:Bounds height="50.0" width="50.0" x="161.0" y="954.0"/>\r
998         <bpmndi:BPMNLabel>\r
999           <dc:Bounds height="22.0" width="60.0" x="88.0" y="969.0"/>\r
1000         </bpmndi:BPMNLabel>\r
1001       </bpmndi:BPMNShape>\r
1002       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_77" bpmnElement="isPONR_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_InclusiveGateway_24">\r
1003         <di:waypoint xsi:type="dc:Point" x="211.0" y="979.0"/>\r
1004         <di:waypoint xsi:type="dc:Point" x="336.0" y="979.0"/>\r
1005         <bpmndi:BPMNLabel>\r
1006           <dc:Bounds height="22.0" width="29.0" x="204.0" y="983.0"/>\r
1007         </bpmndi:BPMNLabel>\r
1008       </bpmndi:BPMNEdge>\r
1009       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_85" bpmnElement="isPONR_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_ExclusiveGateway_216">\r
1010         <di:waypoint xsi:type="dc:Point" x="186.0" y="954.0"/>\r
1011         <di:waypoint xsi:type="dc:Point" x="186.0" y="884.0"/>\r
1012         <bpmndi:BPMNLabel>\r
1013           <dc:Bounds height="22.0" width="22.0" x="191.0" y="933.0"/>\r
1014         </bpmndi:BPMNLabel>\r
1015       </bpmndi:BPMNEdge>\r
1016       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_216" bpmnElement="isNetworkOk_ExclusiveGateway" isMarkerVisible="true">\r
1017         <dc:Bounds height="50.0" width="50.0" x="161.0" y="834.0"/>\r
1018         <bpmndi:BPMNLabel>\r
1019           <dc:Bounds height="22.0" width="95.0" x="68.0" y="849.0"/>\r
1020         </bpmndi:BPMNLabel>\r
1021       </bpmndi:BPMNShape>\r
1022       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_86" bpmnElement="isNetworkOk_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_216" targetElement="_BPMNShape_ExclusiveGateway_217">\r
1023         <di:waypoint xsi:type="dc:Point" x="211.0" y="859.0"/>\r
1024         <di:waypoint xsi:type="dc:Point" x="273.0" y="859.0"/>\r
1025         <di:waypoint xsi:type="dc:Point" x="273.0" y="781.0"/>\r
1026         <di:waypoint xsi:type="dc:Point" x="336.0" y="781.0"/>\r
1027         <bpmndi:BPMNLabel>\r
1028           <dc:Bounds height="22.0" width="22.0" x="211.0" y="863.0"/>\r
1029         </bpmndi:BPMNLabel>\r
1030       </bpmndi:BPMNEdge>\r
1031       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_90" bpmnElement="isNetworkOk_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_216" targetElement="_BPMNShape_IntermediateThrowEvent_31">\r
1032         <di:waypoint xsi:type="dc:Point" x="186.0" y="834.0"/>\r
1033         <di:waypoint xsi:type="dc:Point" x="186.0" y="816.0"/>\r
1034         <di:waypoint xsi:type="dc:Point" x="188.0" y="816.0"/>\r
1035         <di:waypoint xsi:type="dc:Point" x="188.0" y="800.0"/>\r
1036         <bpmndi:BPMNLabel>\r
1037           <dc:Bounds height="22.0" width="29.0" x="188.0" y="816.0"/>\r
1038         </bpmndi:BPMNLabel>\r
1039       </bpmndi:BPMNEdge>\r
1040       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_217" bpmnElement="sdncOk_ExclusiveGateway" isMarkerVisible="true">\r
1041         <dc:Bounds height="50.0" width="50.0" x="336.0" y="756.0"/>\r
1042         <bpmndi:BPMNLabel>\r
1043           <dc:Bounds height="22.0" width="78.0" x="323.0" y="722.0"/>\r
1044         </bpmndi:BPMNLabel>\r
1045       </bpmndi:BPMNShape>\r
1046       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_92" bpmnElement="sdncOk_Yeso_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_261">\r
1047         <di:waypoint xsi:type="dc:Point" x="386.0" y="781.0"/>\r
1048         <di:waypoint xsi:type="dc:Point" x="438.0" y="781.0"/>\r
1049         <bpmndi:BPMNLabel>\r
1050           <dc:Bounds height="22.0" width="29.0" x="386.0" y="779.0"/>\r
1051         </bpmndi:BPMNLabel>\r
1052       </bpmndi:BPMNEdge>\r
1053       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_93" bpmnElement="sdncOk_No_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_262">\r
1054         <di:waypoint xsi:type="dc:Point" x="361.0" y="806.0"/>\r
1055         <di:waypoint xsi:type="dc:Point" x="362.0" y="845.0"/>\r
1056         <bpmndi:BPMNLabel>\r
1057           <dc:Bounds height="22.0" width="22.0" x="366.0" y="806.0"/>\r
1058         </bpmndi:BPMNLabel>\r
1059       </bpmndi:BPMNEdge>\r
1060       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">\r
1061         <dc:Bounds height="36.0" width="36.0" x="169.0" y="1536.0"/>\r
1062         <bpmndi:BPMNLabel>\r
1063           <dc:Bounds height="0.0" width="0.0" x="187.0" y="1577.0"/>\r
1064         </bpmndi:BPMNLabel>\r
1065       </bpmndi:BPMNShape>\r
1066       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_EndEvent_177">\r
1067         <di:waypoint xsi:type="dc:Point" x="187.0" y="1475.0"/>\r
1068         <di:waypoint xsi:type="dc:Point" x="187.0" y="1536.0"/>\r
1069         <bpmndi:BPMNLabel>\r
1070           <dc:Bounds height="6.0" width="6.0" x="184.0" y="1475.0"/>\r
1071         </bpmndi:BPMNLabel>\r
1072       </bpmndi:BPMNEdge>\r
1073       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_4">\r
1074         <dc:Bounds height="36.0" width="36.0" x="1028.0" y="924.0"/>\r
1075         <bpmndi:BPMNLabel>\r
1076           <dc:Bounds height="0.0" width="0.0" x="1046.0" y="965.0"/>\r
1077         </bpmndi:BPMNLabel>\r
1078       </bpmndi:BPMNShape>\r
1079       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_178">\r
1080         <di:waypoint xsi:type="dc:Point" x="1046.0" y="886.0"/>\r
1081         <di:waypoint xsi:type="dc:Point" x="1046.0" y="924.0"/>\r
1082         <bpmndi:BPMNLabel>\r
1083           <dc:Bounds height="6.0" width="6.0" x="1043.0" y="888.0"/>\r
1084         </bpmndi:BPMNLabel>\r
1085       </bpmndi:BPMNEdge>\r
1086       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ServiceTask_97" targetElement="_BPMNShape_ScriptTask_79">\r
1087         <di:waypoint xsi:type="dc:Point" x="676.0" y="846.0"/>\r
1088         <di:waypoint xsi:type="dc:Point" x="756.0" y="846.0"/>\r
1089         <bpmndi:BPMNLabel>\r
1090           <dc:Bounds height="6.0" width="6.0" x="686.0" y="846.0"/>\r
1091         </bpmndi:BPMNLabel>\r
1092       </bpmndi:BPMNEdge>\r
1093       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_97" bpmnElement="callDBInfraErrorUpdate_ServiceTask_1">\r
1094         <dc:Bounds height="80.0" width="100.0" x="576.0" y="806.0"/>\r
1095       </bpmndi:BPMNShape>\r
1096       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="prepareDBInfraErrorRequest_ScriptTask">\r
1097         <dc:Bounds height="80.0" width="100.0" x="576.0" y="940.0"/>\r
1098       </bpmndi:BPMNShape>\r
1099       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_ServiceTask_97">\r
1100         <di:waypoint xsi:type="dc:Point" x="626.0" y="940.0"/>\r
1101         <di:waypoint xsi:type="dc:Point" x="626.0" y="886.0"/>\r
1102         <bpmndi:BPMNLabel>\r
1103           <dc:Bounds height="6.0" width="6.0" x="623.0" y="927.0"/>\r
1104         </bpmndi:BPMNLabel>\r
1105       </bpmndi:BPMNEdge>\r
1106       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_181" bpmnElement="EndEvent_5">\r
1107         <dc:Bounds height="36.0" width="36.0" x="1898.0" y="80.0"/>\r
1108         <bpmndi:BPMNLabel>\r
1109           <dc:Bounds height="0.0" width="0.0" x="1916.0" y="121.0"/>\r
1110         </bpmndi:BPMNLabel>\r
1111       </bpmndi:BPMNShape>\r
1112       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_20" targetElement="_BPMNShape_EndEvent_181">\r
1113         <di:waypoint xsi:type="dc:Point" x="1866.0" y="98.0"/>\r
1114         <di:waypoint xsi:type="dc:Point" x="1898.0" y="98.0"/>\r
1115         <bpmndi:BPMNLabel>\r
1116           <dc:Bounds height="6.0" width="6.0" x="1875.0" y="98.0"/>\r
1117         </bpmndi:BPMNLabel>\r
1118       </bpmndi:BPMNEdge>\r
1119       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="link" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_CallActivity_72">\r
1120         <di:waypoint xsi:type="dc:Point" x="616.0" y="203.0"/>\r
1121         <di:waypoint xsi:type="dc:Point" x="678.0" y="203.0"/>\r
1122         <bpmndi:BPMNLabel>\r
1123           <dc:Bounds height="0.0" width="0.0" x="651.0" y="203.0"/>\r
1124         </bpmndi:BPMNLabel>\r
1125       </bpmndi:BPMNEdge>\r
1126       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_245" bpmnElement="callRESTQueryCloudRegion_ScriptTask">\r
1127         <dc:Bounds height="80.0" width="100.0" x="1344.0" y="163.0"/>\r
1128       </bpmndi:BPMNShape>\r
1129       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_53" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_245" targetElement="_BPMNShape_ScriptTask_67">\r
1130         <di:waypoint xsi:type="dc:Point" x="1394.0" y="243.0"/>\r
1131         <di:waypoint xsi:type="dc:Point" x="1394.0" y="259.0"/>\r
1132         <di:waypoint xsi:type="dc:Point" x="1393.0" y="259.0"/>\r
1133         <di:waypoint xsi:type="dc:Point" x="1393.0" y="276.0"/>\r
1134         <bpmndi:BPMNLabel>\r
1135           <dc:Bounds height="6.0" width="6.0" x="1390.0" y="259.0"/>\r
1136         </bpmndi:BPMNLabel>\r
1137       </bpmndi:BPMNEdge>\r
1138       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_38" bpmnElement="BoundaryEvent_4">\r
1139         <dc:Bounds height="36.0" width="36.0" x="1581.0" y="377.0"/>\r
1140       </bpmndi:BPMNShape>\r
1141       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_69" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_BoundaryEvent_38" targetElement="_BPMNShape_EndEvent_124">\r
1142         <di:waypoint xsi:type="dc:Point" x="1617.0" y="395.0"/>\r
1143         <di:waypoint xsi:type="dc:Point" x="1700.0" y="394.0"/>\r
1144         <di:waypoint xsi:type="dc:Point" x="1700.0" y="528.0"/>\r
1145         <bpmndi:BPMNLabel>\r
1146           <dc:Bounds height="6.0" width="6.0" x="1697.0" y="467.0"/>\r
1147         </bpmndi:BPMNLabel>\r
1148       </bpmndi:BPMNEdge>\r
1149       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_261" bpmnElement="prepareSDNCRollbackRequest_ScriptTask">\r
1150         <dc:Bounds height="79.0" width="100.0" x="438.0" y="742.0"/>\r
1151       </bpmndi:BPMNShape>\r
1152       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateThrowEvent_31" targetElement="_BPMNShape_ExclusiveGateway_217">\r
1153         <di:waypoint xsi:type="dc:Point" x="205.0" y="782.0"/>\r
1154         <di:waypoint xsi:type="dc:Point" x="336.0" y="781.0"/>\r
1155         <bpmndi:BPMNLabel>\r
1156           <dc:Bounds height="6.0" width="6.0" x="238.0" y="782.0"/>\r
1157         </bpmndi:BPMNLabel>\r
1158       </bpmndi:BPMNEdge>\r
1159       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_262" bpmnElement="validateRollbacksResponse_ScriptTask_2">\r
1160         <dc:Bounds height="80.0" width="100.0" x="312.0" y="845.0"/>\r
1161       </bpmndi:BPMNShape>\r
1162       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_76" bpmnElement="SequenceFlow_47" sourceElement="_BPMNShape_InclusiveGateway_24" targetElement="_BPMNShape_ScriptTask_218">\r
1163         <di:waypoint xsi:type="dc:Point" x="386.0" y="979.0"/>\r
1164         <di:waypoint xsi:type="dc:Point" x="548.0" y="979.0"/>\r
1165         <di:waypoint xsi:type="dc:Point" x="548.0" y="980.0"/>\r
1166         <di:waypoint xsi:type="dc:Point" x="576.0" y="980.0"/>\r
1167         <bpmndi:BPMNLabel>\r
1168           <dc:Bounds height="6.0" width="6.0" x="393.0" y="979.0"/>\r
1169         </bpmndi:BPMNLabel>\r
1170       </bpmndi:BPMNEdge>\r
1171       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_84" bpmnElement="SequenceFlow_53" sourceElement="_BPMNShape_ScriptTask_261" targetElement="_BPMNShape_IntermediateThrowEvent_24">\r
1172         <di:waypoint xsi:type="dc:Point" x="488.0" y="820.0"/>\r
1173         <di:waypoint xsi:type="dc:Point" x="488.0" y="867.0"/>\r
1174         <bpmndi:BPMNLabel>\r
1175           <dc:Bounds height="6.0" width="6.0" x="485.0" y="847.0"/>\r
1176         </bpmndi:BPMNLabel>\r
1177       </bpmndi:BPMNEdge>\r
1178       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_88" bpmnElement="SequenceFlow_55" sourceElement="_BPMNShape_IntermediateThrowEvent_24" targetElement="_BPMNShape_ScriptTask_262">\r
1179         <di:waypoint xsi:type="dc:Point" x="470.0" y="885.0"/>\r
1180         <di:waypoint xsi:type="dc:Point" x="441.0" y="885.0"/>\r
1181         <di:waypoint xsi:type="dc:Point" x="441.0" y="885.0"/>\r
1182         <di:waypoint xsi:type="dc:Point" x="412.0" y="885.0"/>\r
1183         <bpmndi:BPMNLabel>\r
1184           <dc:Bounds height="6.0" width="6.0" x="448.0" y="885.0"/>\r
1185         </bpmndi:BPMNLabel>\r
1186       </bpmndi:BPMNEdge>\r
1187       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_262" targetElement="_BPMNShape_InclusiveGateway_24">\r
1188         <di:waypoint xsi:type="dc:Point" x="362.0" y="925.0"/>\r
1189         <di:waypoint xsi:type="dc:Point" x="361.0" y="954.0"/>\r
1190         <bpmndi:BPMNLabel>\r
1191           <dc:Bounds height="6.0" width="6.0" x="358.0" y="948.0"/>\r
1192         </bpmndi:BPMNLabel>\r
1193       </bpmndi:BPMNEdge>\r
1194       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_63" targetElement="_BPMNShape_ScriptTask_134">\r
1195         <di:waypoint xsi:type="dc:Point" x="1394.0" y="1339.0"/>\r
1196         <di:waypoint xsi:type="dc:Point" x="1393.0" y="1430.0"/>\r
1197         <di:waypoint xsi:type="dc:Point" x="1310.0" y="1430.0"/>\r
1198         <di:waypoint xsi:type="dc:Point" x="1276.0" y="1430.0"/>\r
1199         <bpmndi:BPMNLabel>\r
1200           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="1373.0"/>\r
1201         </bpmndi:BPMNLabel>\r
1202       </bpmndi:BPMNEdge>\r
1203       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">\r
1204         <dc:Bounds height="188.0" width="394.0" x="21.0" y="381.0"/>\r
1205       </bpmndi:BPMNShape>\r
1206       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">\r
1207         <dc:Bounds height="36.0" width="36.0" x="54.0" y="458.0"/>\r
1208         <bpmndi:BPMNLabel>\r
1209           <dc:Bounds height="0.0" width="0.0" x="72.0" y="499.0"/>\r
1210         </bpmndi:BPMNLabel>\r
1211       </bpmndi:BPMNShape>\r
1212       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">\r
1213         <dc:Bounds height="80.0" width="100.0" x="169.0" y="436.0"/>\r
1214       </bpmndi:BPMNShape>\r
1215       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">\r
1216         <dc:Bounds height="36.0" width="36.0" x="330.0" y="458.0"/>\r
1217         <bpmndi:BPMNLabel>\r
1218           <dc:Bounds height="0.0" width="0.0" x="348.0" y="499.0"/>\r
1219         </bpmndi:BPMNLabel>\r
1220       </bpmndi:BPMNShape>\r
1221       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">\r
1222         <di:waypoint xsi:type="dc:Point" x="90.0" y="476.0"/>\r
1223         <di:waypoint xsi:type="dc:Point" x="169.0" y="476.0"/>\r
1224         <bpmndi:BPMNLabel>\r
1225           <dc:Bounds height="6.0" width="6.0" x="129.0" y="476.0"/>\r
1226         </bpmndi:BPMNLabel>\r
1227       </bpmndi:BPMNEdge>\r
1228       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">\r
1229         <di:waypoint xsi:type="dc:Point" x="269.0" y="476.0"/>\r
1230         <di:waypoint xsi:type="dc:Point" x="330.0" y="476.0"/>\r
1231         <bpmndi:BPMNLabel>\r
1232           <dc:Bounds height="6.0" width="6.0" x="301.0" y="476.0"/>\r
1233         </bpmndi:BPMNLabel>\r
1234       </bpmndi:BPMNEdge>\r
1235       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="callGetServiceInstance">\r
1236         <dc:Bounds height="80.0" width="100.0" x="678.0" y="163.0"/>\r
1237       </bpmndi:BPMNShape>\r
1238       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_244" bpmnElement="siFoundCheck" isMarkerVisible="true">\r
1239         <dc:Bounds height="50.0" width="50.0" x="816.0" y="177.0"/>\r
1240         <bpmndi:BPMNLabel>\r
1241           <dc:Bounds height="22.0" width="148.0" x="861.0" y="205.0"/>\r
1242         </bpmndi:BPMNLabel>\r
1243       </bpmndi:BPMNShape>\r
1244       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_CallActivity_72" targetElement="_BPMNShape_ExclusiveGateway_244">\r
1245         <di:waypoint xsi:type="dc:Point" x="778.0" y="203.0"/>\r
1246         <di:waypoint xsi:type="dc:Point" x="816.0" y="202.0"/>\r
1247         <bpmndi:BPMNLabel>\r
1248           <dc:Bounds height="6.0" width="6.0" x="791.0" y="203.0"/>\r
1249         </bpmndi:BPMNLabel>\r
1250       </bpmndi:BPMNEdge>\r
1251       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="siFoundYes" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_62">\r
1252         <di:waypoint xsi:type="dc:Point" x="841.0" y="177.0"/>\r
1253         <di:waypoint xsi:type="dc:Point" x="841.0" y="98.0"/>\r
1254         <di:waypoint xsi:type="dc:Point" x="929.0" y="98.0"/>\r
1255         <bpmndi:BPMNLabel>\r
1256           <dc:Bounds height="22.0" width="29.0" x="845.0" y="111.0"/>\r
1257         </bpmndi:BPMNLabel>\r
1258       </bpmndi:BPMNEdge>\r
1259       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_247" bpmnElement="EndEvent_2">\r
1260         <dc:Bounds height="36.0" width="36.0" x="1039.0" y="275.0"/>\r
1261         <bpmndi:BPMNLabel>\r
1262           <dc:Bounds height="0.0" width="0.0" x="1057.0" y="316.0"/>\r
1263         </bpmndi:BPMNLabel>\r
1264       </bpmndi:BPMNShape>\r
1265       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_331" bpmnElement="workflowExceptionSINotFound">\r
1266         <dc:Bounds height="80.0" width="100.0" x="885.0" y="253.0"/>\r
1267       </bpmndi:BPMNShape>\r
1268       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="siFoundNo" sourceElement="_BPMNShape_ExclusiveGateway_244" targetElement="_BPMNShape_ScriptTask_331">\r
1269         <di:waypoint xsi:type="dc:Point" x="841.0" y="227.0"/>\r
1270         <di:waypoint xsi:type="dc:Point" x="841.0" y="293.0"/>\r
1271         <di:waypoint xsi:type="dc:Point" x="885.0" y="293.0"/>\r
1272         <bpmndi:BPMNLabel>\r
1273           <dc:Bounds height="22.0" width="22.0" x="848.0" y="259.0"/>\r
1274         </bpmndi:BPMNLabel>\r
1275       </bpmndi:BPMNEdge>\r
1276       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ScriptTask_331" targetElement="_BPMNShape_EndEvent_247">\r
1277         <di:waypoint xsi:type="dc:Point" x="985.0" y="293.0"/>\r
1278         <di:waypoint xsi:type="dc:Point" x="1039.0" y="293.0"/>\r
1279         <bpmndi:BPMNLabel>\r
1280           <dc:Bounds height="6.0" width="6.0" x="1004.0" y="293.0"/>\r
1281         </bpmndi:BPMNLabel>\r
1282       </bpmndi:BPMNEdge>\r
1283       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_333" bpmnElement="callRESTQueryNetworkTableRef_ScriptTask">\r
1284         <dc:Bounds height="80.0" width="100.0" x="1344.0" y="851.0"/>\r
1285       </bpmndi:BPMNShape>\r
1286       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_333" targetElement="_BPMNShape_ScriptTask_157">\r
1287         <di:waypoint xsi:type="dc:Point" x="1394.0" y="931.0"/>\r
1288         <di:waypoint xsi:type="dc:Point" x="1394.0" y="950.0"/>\r
1289         <di:waypoint xsi:type="dc:Point" x="1393.0" y="950.0"/>\r
1290         <di:waypoint xsi:type="dc:Point" x="1393.0" y="970.0"/>\r
1291         <bpmndi:BPMNLabel>\r
1292           <dc:Bounds height="6.0" width="6.0" x="1391.0" y="943.0"/>\r
1293         </bpmndi:BPMNLabel>\r
1294       </bpmndi:BPMNEdge>\r
1295     </bpmndi:BPMNPlane>\r
1296   </bpmndi:BPMNDiagram>\r
1297 </bpmn2:definitions>