use config value instead hard code of url
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateNetworkInstance.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateNetworkInstance" name="DoCreateNetworkInstance" isExecutable="true">
4     <bpmn2:startEvent id="createNetwork_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1n61wit</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:endEvent id="aai_Error_EndEvent" name="AAI Name Error">
8       <bpmn2:incoming>isReturnCode404_No_SequenceFlow</bpmn2:incoming>
9       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_53" errorRef="Error_2" />
10     </bpmn2:endEvent>
11     <bpmn2:inclusiveGateway id="InclusiveGateway">
12       <bpmn2:incoming>isNetworkActiveNo_SequenceFlow</bpmn2:incoming>
13       <bpmn2:incoming>isReturnCode404_Yes_SequenceFlow</bpmn2:incoming>
14       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
15     </bpmn2:inclusiveGateway>
16     <bpmn2:sequenceFlow id="SequenceFlow_21" sourceRef="InclusiveGateway" targetRef="callRESTQueryCloudRegion_ScriptTask" />
17     <bpmn2:scriptTask id="callRESTQueryCloudRegion_ScriptTask" name="Call REST Query Cloud Region " scriptFormat="groovy">
18       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
19       <bpmn2:incoming>isNameSentNo_SequenceFlow</bpmn2:incoming>
20       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
21       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
22 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
23 DoCreateNetworkInstance.callRESTQueryAAICloudRegion(execution)]]></bpmn2:script>
24     </bpmn2:scriptTask>
25     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="callRESTQueryCloudRegion_ScriptTask" targetRef="isSdncRpc1_ExclusiveGateway1" />
26     <bpmn2:scriptTask id="prepareSDNCTopoRequest_ScriptTask" name="Prepare Assign SDNC Request" scriptFormat="groovy">
27       <bpmn2:incoming>isSdncRpc1No_SequenceFlow1</bpmn2:incoming>
28       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
29       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
31 DoCreateNetworkInstance.prepareSDNCRequest(execution)
32 ]]></bpmn2:script>
33     </bpmn2:scriptTask>
34     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="prepareSDNCTopoRequest_ScriptTask" targetRef="callAssignSDNCAdapter_CallActivity" />
35     <bpmn2:scriptTask id="validateSDNCResponse_ScriptTask" name="Validate SDNC Assign Response" scriptFormat="groovy">
36       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
37       <bpmn2:incoming>SequenceFlow_0d93bqw</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
40 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
41 DoCreateNetworkInstance.validateSDNCResponse(execution)]]></bpmn2:script>
42     </bpmn2:scriptTask>
43     <bpmn2:exclusiveGateway id="isSdncTopoOk_ExclusiveGateway" name="Is SDNC Ok?" default="sdncTopoNo_SequenceFlow">
44       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
45       <bpmn2:outgoing>sdncTopoNo_SequenceFlow</bpmn2:outgoing>
46       <bpmn2:outgoing>sdncTopoYes_SequenceFlow</bpmn2:outgoing>
47     </bpmn2:exclusiveGateway>
48     <bpmn2:sequenceFlow id="sdncTopoNo_SequenceFlow" name="No" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="sndcError_EndEvent" />
49     <bpmn2:sequenceFlow id="sdncTopoYes_SequenceFlow" name="Yes" sourceRef="isSdncTopoOk_ExclusiveGateway" targetRef="callRESTQueryNetworkId_ScriptTask">
50       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_sdncResponseSuccess" ) == true}]]></bpmn2:conditionExpression>
51     </bpmn2:sequenceFlow>
52     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="validateSDNCResponse_ScriptTask" targetRef="isSdncTopoOk_ExclusiveGateway" />
53     <bpmn2:boundaryEvent id="BoundaryEvent_4" name="" attachedToRef="validateSDNCResponse_ScriptTask">
54       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
55       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_2" />
56     </bpmn2:boundaryEvent>
57     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="BoundaryEvent_4" targetRef="sndcError_EndEvent" />
58     <bpmn2:endEvent id="sndcError_EndEvent" name="SNDC Error">
59       <bpmn2:incoming>sdncTopoNo_SequenceFlow</bpmn2:incoming>
60       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
61       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_57" errorRef="Error_2" />
62     </bpmn2:endEvent>
63     <bpmn2:scriptTask id="callRESTQueryNetworkId_ScriptTask" name="Call REST Query Network Id In AAI" scriptFormat="groovy">
64       <bpmn2:incoming>sdncTopoYes_SequenceFlow</bpmn2:incoming>
65       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
66       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
67 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
68 DoCreateNetworkInstance.callRESTQueryAAINetworkId(execution)]]></bpmn2:script>
69     </bpmn2:scriptTask>
70     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="callRESTQueryNetworkId_ScriptTask" targetRef="callRESTQueryVpnBinding_ScriptTask" />
71     <bpmn2:callActivity id="callAssignSDNCAdapter_CallActivity" name="Call SDNC Assign Adapter V1 " calledElement="sdncAdapter">
72       <bpmn2:extensionElements>
73         <camunda:in source="CRENWKI_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />
74         <camunda:out source="sdncAdapterResponse" target="CRENWKI_assignSDNCResponse" />
75         <camunda:out source="SDNCA_ResponseCode" target="CRENWKI_sdncReturnCode" />
76         <camunda:in source="mso-request-id" target="mso-request-id" />
77         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
78         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
79         <camunda:out source="WorkflowException" target="WorkflowException" />
80       </bpmn2:extensionElements>
81       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
83     </bpmn2:callActivity>
84     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="callAssignSDNCAdapter_CallActivity" targetRef="validateSDNCResponse_ScriptTask" />
85     <bpmn2:scriptTask id="validateCreatePONetwork_ScriptTask" name="Validate Create PO Network" scriptFormat="groovy">
86       <bpmn2:incoming>SequenceFlow_59</bpmn2:incoming>
87       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
88       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
89 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
90 DoCreateNetworkInstance.validateCreateNetworkResponse(execution)]]></bpmn2:script>
91     </bpmn2:scriptTask>
92     <bpmn2:exclusiveGateway id="isNetworkActive_ExclusiveGateway" name="Is Network Active?" default="isNetworkActiveNo_SequenceFlow">
93       <bpmn2:incoming>isAAIQueryNameYes_SequenceFlow</bpmn2:incoming>
94       <bpmn2:outgoing>isNetworkActiveYes_SequenceFlow</bpmn2:outgoing>
95       <bpmn2:outgoing>isNetworkActiveNo_SequenceFlow</bpmn2:outgoing>
96     </bpmn2:exclusiveGateway>
97     <bpmn2:sequenceFlow id="isNetworkActiveYes_SequenceFlow" name="Yes" sourceRef="isNetworkActive_ExclusiveGateway" targetRef="ScriptTask_0p3v749">
98       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_orchestrationStatus") == "ACTIVE"}]]></bpmn2:conditionExpression>
99     </bpmn2:sequenceFlow>
100     <bpmn2:sequenceFlow id="isNetworkActiveNo_SequenceFlow" name="No" sourceRef="isNetworkActive_ExclusiveGateway" targetRef="InclusiveGateway" />
101     <bpmn2:exclusiveGateway id="isAAIQueryNameOk_ExclusiveGateway" name="Is Query Name&#10; Ok?&#10;" default="isAAIQueryNameNo_SequenceFlow">
102       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
103       <bpmn2:outgoing>isAAIQueryNameNo_SequenceFlow</bpmn2:outgoing>
104       <bpmn2:outgoing>isAAIQueryNameYes_SequenceFlow</bpmn2:outgoing>
105     </bpmn2:exclusiveGateway>
106     <bpmn2:sequenceFlow id="isAAIQueryNameNo_SequenceFlow" name="No" sourceRef="isAAIQueryNameOk_ExclusiveGateway" targetRef="isReturnCode404_ExclusiveGateway" />
107     <bpmn2:sequenceFlow id="isAAIQueryNameYes_SequenceFlow" name="Yes" sourceRef="isAAIQueryNameOk_ExclusiveGateway" targetRef="isNetworkActive_ExclusiveGateway">
108       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isAAIqueryNameGood") == true}]]></bpmn2:conditionExpression>
109     </bpmn2:sequenceFlow>
110     <bpmn2:exclusiveGateway id="isReturnCode404_ExclusiveGateway" name="Is Code 404?" default="isReturnCode404_No_SequenceFlow">
111       <bpmn2:incoming>isAAIQueryNameNo_SequenceFlow</bpmn2:incoming>
112       <bpmn2:outgoing>isReturnCode404_No_SequenceFlow</bpmn2:outgoing>
113       <bpmn2:outgoing>isReturnCode404_Yes_SequenceFlow</bpmn2:outgoing>
114     </bpmn2:exclusiveGateway>
115     <bpmn2:sequenceFlow id="isReturnCode404_No_SequenceFlow" name="No" sourceRef="isReturnCode404_ExclusiveGateway" targetRef="aai_Error_EndEvent" />
116     <bpmn2:sequenceFlow id="isReturnCode404_Yes_SequenceFlow" name="Yes" sourceRef="isReturnCode404_ExclusiveGateway" targetRef="InclusiveGateway">
117       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_aaiNameReturnCode" ) == "404"}
118
119 ]]></bpmn2:conditionExpression>
120     </bpmn2:sequenceFlow>
121     <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Prepare Rollback Data" triggeredByEvent="true">
122       <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start">
123         <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
124         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_2" />
125       </bpmn2:startEvent>
126       <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ScriptTask_0j3058g" />
127       <bpmn2:exclusiveGateway id="isPONR_ExclusiveGateway" name="isPONR?" default="isPONR_No_SequenceFlow">
128         <bpmn2:incoming>isRollbackOn_SequenceFlow_Yes</bpmn2:incoming>
129         <bpmn2:outgoing>isPONR_Yes_SequenceFlow</bpmn2:outgoing>
130         <bpmn2:outgoing>isPONR_No_SequenceFlow</bpmn2:outgoing>
131       </bpmn2:exclusiveGateway>
132       <bpmn2:sequenceFlow id="isPONR_Yes_SequenceFlow" name="Yes" sourceRef="isPONR_ExclusiveGateway" targetRef="ExclusiveGateway_1umhuft">
133         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isPONR") == true}]]></bpmn2:conditionExpression>
134       </bpmn2:sequenceFlow>
135       <bpmn2:sequenceFlow id="isPONR_No_SequenceFlow" name="No" sourceRef="isPONR_ExclusiveGateway" targetRef="isSDNCActivate_ExclusiveGateway" />
136       <bpmn2:exclusiveGateway id="sdncOk_ExclusiveGateway" name="is SDNC Topo Ok?" default="sdncOk_No_ExclusiveGateway">
137         <bpmn2:incoming>SequenceFlow_0k7y7b5</bpmn2:incoming>
138         <bpmn2:outgoing>sdncOk_Yeso_ExclusiveGateway</bpmn2:outgoing>
139         <bpmn2:outgoing>sdncOk_No_ExclusiveGateway</bpmn2:outgoing>
140       </bpmn2:exclusiveGateway>
141       <bpmn2:sequenceFlow id="sdncOk_Yeso_ExclusiveGateway" name="Yes" sourceRef="sdncOk_ExclusiveGateway" targetRef="isSdncRpc4_ExclusiveGateway4">
142         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isSdncRollbackNeeded" ) == true}]]></bpmn2:conditionExpression>
143       </bpmn2:sequenceFlow>
144       <bpmn2:sequenceFlow id="sdncOk_No_ExclusiveGateway" name="No" sourceRef="sdncOk_ExclusiveGateway" targetRef="ExclusiveGateway_1qb2vwe" />
145       <bpmn2:scriptTask id="prepareSDNCRollbackRequest_ScriptTask" name="Prepare SDNCRollback Request" scriptFormat="groovy">
146         <bpmn2:incoming>isSdncRpc4No_SequenceFlow4</bpmn2:incoming>
147         <bpmn2:outgoing>SequenceFlow_0lndbvr</bpmn2:outgoing>
148         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
149 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
150 DoCreateNetworkInstance.prepareSDNCRollbackRequest(execution)]]></bpmn2:script>
151       </bpmn2:scriptTask>
152       <bpmn2:exclusiveGateway id="isSDNCActivate_ExclusiveGateway" name="is SDNC Activate Ok?" default="SequenceFlow_12tlymf">
153         <bpmn2:incoming>isPONR_No_SequenceFlow</bpmn2:incoming>
154         <bpmn2:outgoing>SequenceFlow_0cly7z2</bpmn2:outgoing>
155         <bpmn2:outgoing>SequenceFlow_12tlymf</bpmn2:outgoing>
156       </bpmn2:exclusiveGateway>
157       <bpmn2:sequenceFlow id="SequenceFlow_0cly7z2" name="Yes" sourceRef="isSDNCActivate_ExclusiveGateway" targetRef="Task_1imzwi3">
158         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_isSdncActivateRollbackNeeded" ) == true}]]></bpmn2:conditionExpression>
159       </bpmn2:sequenceFlow>
160       <bpmn2:sequenceFlow id="SequenceFlow_12tlymf" name="No" sourceRef="isSDNCActivate_ExclusiveGateway" targetRef="ExclusiveGateway_1bk0tqd" />
161       <bpmn2:exclusiveGateway id="isSdncRpc4_ExclusiveGateway4" name="is not &#39;1610&#39; SNDC Call?" default="isSdncRpc4No_SequenceFlow4">
162         <bpmn2:incoming>sdncOk_Yeso_ExclusiveGateway</bpmn2:incoming>
163         <bpmn2:outgoing>isSdncRpc4Yes_SequenceFlow4</bpmn2:outgoing>
164         <bpmn2:outgoing>isSdncRpc4No_SequenceFlow4</bpmn2:outgoing>
165       </bpmn2:exclusiveGateway>
166       <bpmn2:sequenceFlow id="isSdncRpc4Yes_SequenceFlow4" name="Yes" sourceRef="isSdncRpc4_ExclusiveGateway4" targetRef="Task_0q6pzpn">
167         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") != '1610'} ]]></bpmn2:conditionExpression>
168       </bpmn2:sequenceFlow>
169       <bpmn2:sequenceFlow id="isSdncRpc4No_SequenceFlow4" name="No" sourceRef="isSdncRpc4_ExclusiveGateway4" targetRef="prepareSDNCRollbackRequest_ScriptTask" />
170       <bpmn2:scriptTask id="Task_0q6pzpn" name="Prepare RSRC SDNCRollback Request" scriptFormat="groovy">
171         <bpmn2:incoming>isSdncRpc4Yes_SequenceFlow4</bpmn2:incoming>
172         <bpmn2:outgoing>SequenceFlow_0bwpkkb</bpmn2:outgoing>
173         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
174 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
175 DoCreateNetworkInstance.prepareRpcSDNCRollbackRequest(execution)]]></bpmn2:script>
176       </bpmn2:scriptTask>
177       <bpmn2:endEvent id="EndEvent_1kpt4kc">
178         <bpmn2:incoming>SequenceFlow_1qwubew</bpmn2:incoming>
179       </bpmn2:endEvent>
180       <bpmn2:scriptTask id="ScriptTask_0myjg9k" name="Prepare RollbackData" scriptFormat="groovy">
181         <bpmn2:incoming>SequenceFlow_15sffxc</bpmn2:incoming>
182         <bpmn2:outgoing>SequenceFlow_096tad6</bpmn2:outgoing>
183         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
184 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
185 DoCreateNetworkInstance.prepareRollbackData(execution)]]></bpmn2:script>
186       </bpmn2:scriptTask>
187       <bpmn2:sequenceFlow id="SequenceFlow_0b8j5rw" sourceRef="Task_1imzwi3" targetRef="ExclusiveGateway_1bk0tqd" />
188       <bpmn2:scriptTask id="Task_1imzwi3" name="Prepare RSRC SDNC Activate Rollback Request" scriptFormat="groovy">
189         <bpmn2:incoming>SequenceFlow_0cly7z2</bpmn2:incoming>
190         <bpmn2:outgoing>SequenceFlow_0b8j5rw</bpmn2:outgoing>
191         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
192 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
193 DoCreateNetworkInstance.prepareRpcSDNCActivateRollback(execution)]]></bpmn2:script>
194       </bpmn2:scriptTask>
195       <bpmn2:callActivity id="CallActivity_1u07hp7" name="DoCreate&#10;NetworkInstanceRollback&#10;" calledElement="DoCreateNetworkInstanceRollback">
196         <bpmn2:extensionElements>
197           <camunda:in source="msoRequestId" target="msoRequestId" />
198           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
199           <camunda:out source="wasDeleted" target="wasDeleted" />
200           <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
201           <camunda:out source="rolledBack" target="rolledBack" />
202           <camunda:out source="workflowException" target="workflowException" />
203           <camunda:in source="rollbackData" target="rollbackData" />
204           <camunda:in source="mso-request-id" target="mso-request-id" />
205           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
206           <camunda:in source="WorkflowException" target="WorkflowException" />
207           <camunda:in source="sdncVersion" target="sdncVersion" />
208           <camunda:in source="SavedWorkflowException1" target="SavedWorkflowException1" />
209         </bpmn2:extensionElements>
210         <bpmn2:incoming>SequenceFlow_096tad6</bpmn2:incoming>
211         <bpmn2:outgoing>SequenceFlow_0vzsyrd</bpmn2:outgoing>
212       </bpmn2:callActivity>
213       <bpmn2:sequenceFlow id="SequenceFlow_0vzsyrd" sourceRef="CallActivity_1u07hp7" targetRef="ScriptTask_0w2ekuz" />
214       <bpmn2:sequenceFlow id="SequenceFlow_0bwpkkb" sourceRef="Task_0q6pzpn" targetRef="ExclusiveGateway_1qb2vwe" />
215       <bpmn2:sequenceFlow id="SequenceFlow_0lndbvr" sourceRef="prepareSDNCRollbackRequest_ScriptTask" targetRef="ExclusiveGateway_1qb2vwe" />
216       <bpmn2:sequenceFlow id="SequenceFlow_096tad6" sourceRef="ScriptTask_0myjg9k" targetRef="CallActivity_1u07hp7" />
217       <bpmn2:scriptTask id="ScriptTask_0w2ekuz" name="PostProcess Response" scriptFormat="groovy">
218         <bpmn2:incoming>SequenceFlow_0vzsyrd</bpmn2:incoming>
219         <bpmn2:incoming>SequenceFlow_17nx822</bpmn2:incoming>
220         <bpmn2:outgoing>SequenceFlow_1qwubew</bpmn2:outgoing>
221         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
222 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
223 DoCreateNetworkInstance.postProcessResponse(execution)]]></bpmn2:script>
224       </bpmn2:scriptTask>
225       <bpmn2:sequenceFlow id="SequenceFlow_1qwubew" sourceRef="ScriptTask_0w2ekuz" targetRef="EndEvent_1kpt4kc" />
226       <bpmn2:exclusiveGateway id="isRollbackOn_ExclusiveGateway" name="Is Rollback On?" default="isRollbackOn_SequenceFlow_No">
227         <bpmn2:incoming>SequenceFlow_10ttvwn</bpmn2:incoming>
228         <bpmn2:outgoing>isRollbackOn_SequenceFlow_Yes</bpmn2:outgoing>
229         <bpmn2:outgoing>isRollbackOn_SequenceFlow_No</bpmn2:outgoing>
230       </bpmn2:exclusiveGateway>
231       <bpmn2:sequenceFlow id="isRollbackOn_SequenceFlow_Yes" name="Yes" sourceRef="isRollbackOn_ExclusiveGateway" targetRef="isPONR_ExclusiveGateway">
232         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_rollbackEnabled") == true && execution.getVariable("CRENWKI_isSdncRollbackNeeded") == true}]]></bpmn2:conditionExpression>
233       </bpmn2:sequenceFlow>
234       <bpmn2:sequenceFlow id="isRollbackOn_SequenceFlow_No" name="No" sourceRef="isRollbackOn_ExclusiveGateway" targetRef="ExclusiveGateway_1umhuft" />
235       <bpmn2:inclusiveGateway id="ExclusiveGateway_1qb2vwe">
236         <bpmn2:incoming>SequenceFlow_0lndbvr</bpmn2:incoming>
237         <bpmn2:incoming>sdncOk_No_ExclusiveGateway</bpmn2:incoming>
238         <bpmn2:incoming>SequenceFlow_0bwpkkb</bpmn2:incoming>
239         <bpmn2:outgoing>SequenceFlow_15sffxc</bpmn2:outgoing>
240       </bpmn2:inclusiveGateway>
241       <bpmn2:sequenceFlow id="SequenceFlow_15sffxc" sourceRef="ExclusiveGateway_1qb2vwe" targetRef="ScriptTask_0myjg9k" />
242       <bpmn2:inclusiveGateway id="ExclusiveGateway_1bk0tqd">
243         <bpmn2:incoming>SequenceFlow_0b8j5rw</bpmn2:incoming>
244         <bpmn2:incoming>SequenceFlow_12tlymf</bpmn2:incoming>
245         <bpmn2:outgoing>SequenceFlow_0k7y7b5</bpmn2:outgoing>
246       </bpmn2:inclusiveGateway>
247       <bpmn2:sequenceFlow id="SequenceFlow_0k7y7b5" sourceRef="ExclusiveGateway_1bk0tqd" targetRef="sdncOk_ExclusiveGateway" />
248       <bpmn2:inclusiveGateway id="ExclusiveGateway_1umhuft">
249         <bpmn2:incoming>isPONR_Yes_SequenceFlow</bpmn2:incoming>
250         <bpmn2:incoming>isRollbackOn_SequenceFlow_No</bpmn2:incoming>
251         <bpmn2:outgoing>SequenceFlow_17nx822</bpmn2:outgoing>
252       </bpmn2:inclusiveGateway>
253       <bpmn2:sequenceFlow id="SequenceFlow_17nx822" sourceRef="ExclusiveGateway_1umhuft" targetRef="ScriptTask_0w2ekuz" />
254       <bpmn2:scriptTask id="ScriptTask_0j3058g" name="Set Exception Flag" scriptFormat="groovy">
255         <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
256         <bpmn2:outgoing>SequenceFlow_10ttvwn</bpmn2:outgoing>
257         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
258 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
259 DoCreateNetworkInstance.setExceptionFlag(execution)
260 ]]></bpmn2:script>
261       </bpmn2:scriptTask>
262       <bpmn2:sequenceFlow id="SequenceFlow_10ttvwn" sourceRef="ScriptTask_0j3058g" targetRef="isRollbackOn_ExclusiveGateway" />
263       <bpmn2:textAnnotation id="TextAnnotation_1py1p84">      <bpmn2:text><![CDATA[  
264 Include ONLY inputs/varrables: Â 
265 rollbackData, as Map
266 -rollbackSDNCRequest
267 -rollbackActivateSDNCRequest
268 -rollbackNetworkRequest
269 WorkflowException
270  ]]></bpmn2:text>
271 </bpmn2:textAnnotation>
272       <bpmn2:association id="Association_0nketgd" sourceRef="CallActivity_1u07hp7" targetRef="TextAnnotation_1py1p84" />
273       <bpmn2:textAnnotation id="TextAnnotation_0wjpv6r">      <bpmn2:text>PO Network Rollback is created in validation.</bpmn2:text>
274 </bpmn2:textAnnotation>
275       <bpmn2:association id="Association_0eolbkz" sourceRef="ExclusiveGateway_1bk0tqd" targetRef="TextAnnotation_0wjpv6r" />
276     </bpmn2:subProcess>
277     <bpmn2:serviceTask id="callCreateNetwork_ServiceTask" name="Call Create Network">
278       <bpmn2:extensionElements>
279         <camunda:connector>
280           <camunda:inputOutput>
281             <camunda:inputParameter name="payload">${CRENWKI_createNetworkRequest}</camunda:inputParameter>
282             <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.network.rest.endpoint", execution)}
283 ]]></camunda:inputParameter>
284             <camunda:inputParameter name="headers">
285               <camunda:map>
286                 <camunda:entry key="Authorization">#{BasicAuthHeaderValuePO}</camunda:entry>
287                 <camunda:entry key="content-type">application/xml</camunda:entry>
288               </camunda:map>
289             </camunda:inputParameter>
290             <camunda:inputParameter name="method">POST</camunda:inputParameter>
291             <camunda:outputParameter name="CRENWKI_networkReturnCode">${statusCode}</camunda:outputParameter>
292             <camunda:outputParameter name="CRENWKI_createNetworkResponse">${response}</camunda:outputParameter>
293           </camunda:inputOutput>
294           <camunda:connectorId>http-connector</camunda:connectorId>
295         </camunda:connector>
296       </bpmn2:extensionElements>
297       <bpmn2:incoming>SequenceFlow_61</bpmn2:incoming>
298       <bpmn2:outgoing>SequenceFlow_59</bpmn2:outgoing>
299     </bpmn2:serviceTask>
300     <bpmn2:sequenceFlow id="SequenceFlow_59" name="" sourceRef="callCreateNetwork_ServiceTask" targetRef="validateCreatePONetwork_ScriptTask" />
301     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="validateCreatePONetwork_ScriptTask" targetRef="callRESTReQueryNetworkID_ScriptTask" />
302     <bpmn2:scriptTask id="callRESTReQueryNetworkID_ScriptTask" name="Call REST ReQuery Network Id in AAI" scriptFormat="groovy">
303       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
304       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
305       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
306 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
307 DoCreateNetworkInstance.callRESTReQueryAAINetworkId(execution)]]></bpmn2:script>
308     </bpmn2:scriptTask>
309     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTReQueryNetworkID_ScriptTask" targetRef="callRESTUpdateContrailNetwork_ScriptTask" />
310     <bpmn2:scriptTask id="callRESTUpdateContrailNetwork_ScriptTask" name="Call REST Update Contrail Network in AAI" scriptFormat="groovy">
311       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
312       <bpmn2:outgoing>SequenceFlow_1ipz2ze</bpmn2:outgoing>
313       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
314 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
315 DoCreateNetworkInstance.callRESTUpdateContrailAAINetwork(execution)]]></bpmn2:script>
316     </bpmn2:scriptTask>
317     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
318       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
319         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
320         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
321         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
322 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
323 DoCreateNetworkInstance.processJavaException(execution)]]></bpmn2:script>
324       </bpmn2:scriptTask>
325       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
326       <bpmn2:startEvent id="StartEvent_1">
327         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
328         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" />
329       </bpmn2:startEvent>
330       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
331       <bpmn2:endEvent id="EndEvent_1">
332         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
333       </bpmn2:endEvent>
334     </bpmn2:subProcess>
335     <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Call REST Query Network Name In AAI" scriptFormat="groovy">
336       <bpmn2:incoming>isNameSentYes_SequenceFlow</bpmn2:incoming>
337       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
338       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
339 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
340 DoCreateNetworkInstance.callRESTQueryAAINetworkName(execution)]]></bpmn2:script>
341     </bpmn2:scriptTask>
342     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="callAAIQuery_scriptTask" targetRef="isAAIQueryNameOk_ExclusiveGateway" />
343     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="callGetServiceInstance" targetRef="isNameSent_ExclusiveGateway" />
344     <bpmn2:scriptTask id="callRESTQueryVpnBinding_ScriptTask" name="Call REST Query Vpn Binding in AAI" scriptFormat="groovy">
345       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
346       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
347       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
348 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
349 DoCreateNetworkInstance.callRESTQueryAAINetworkVpnBinding(execution)]]></bpmn2:script>
350     </bpmn2:scriptTask>
351     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="callRESTQueryVpnBinding_ScriptTask" targetRef="callRESTQueryNetworkPolicy_ScriptTask" />
352     <bpmn2:scriptTask id="callRESTQueryNetworkPolicy_ScriptTask" name="Call REST Query Network Policy in AAI" scriptFormat="groovy">
353       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
354       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>
355       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
356 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
357 DoCreateNetworkInstance.callRESTQueryAAINetworkPolicy(execution)]]></bpmn2:script>
358     </bpmn2:scriptTask>
359     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="callRESTQueryNetworkPolicy_ScriptTask" targetRef="callRESTQueryNetworkTableRef_ScriptTask" />
360     <bpmn2:scriptTask id="prepareNetworkRequest_ScriptTask" name="Prepare Create Network Request" scriptFormat="groovy">
361       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
362       <bpmn2:outgoing>SequenceFlow_61</bpmn2:outgoing>
363       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
364 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
365 DoCreateNetworkInstance.prepareCreateNetworkRequest(execution)
366 ]]></bpmn2:script>
367     </bpmn2:scriptTask>
368     <bpmn2:sequenceFlow id="SequenceFlow_61" name="" sourceRef="prepareNetworkRequest_ScriptTask" targetRef="callCreateNetwork_ServiceTask" />
369     <bpmn2:scriptTask id="callRESTQueryNetworkTableRef_ScriptTask" name="Call REST Query Network TableRef in AAI" scriptFormat="groovy">
370       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>
371       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
372       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
373 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
374 DoCreateNetworkInstance.callRESTQueryAAINetworkTableRef(execution)]]></bpmn2:script>
375     </bpmn2:scriptTask>
376     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="callRESTQueryNetworkTableRef_ScriptTask" targetRef="prepareNetworkRequest_ScriptTask" />
377     <bpmn2:sequenceFlow id="SequenceFlow_1n61wit" sourceRef="createNetwork_startEvent" targetRef="ScriptTask_preprocess" />
378     <bpmn2:scriptTask id="ScriptTask_preprocess" name="PreProcess Incoming Request" scriptFormat="groovy">
379       <bpmn2:incoming>SequenceFlow_1n61wit</bpmn2:incoming>
380       <bpmn2:outgoing>SequenceFlow_0ftylq3</bpmn2:outgoing>
381       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
382 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
383 DoCreateNetworkInstance.preProcessRequest(execution)]]></bpmn2:script>
384     </bpmn2:scriptTask>
385     <bpmn2:sequenceFlow id="SequenceFlow_0ftylq3" sourceRef="ScriptTask_preprocess" targetRef="callGetServiceInstance" />
386     <bpmn2:exclusiveGateway id="isNameSent_ExclusiveGateway" name="is Network Name &#10;Sent?&#10;" default="isNameSentNo_SequenceFlow">
387       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
388       <bpmn2:outgoing>isNameSentYes_SequenceFlow</bpmn2:outgoing>
389       <bpmn2:outgoing>isNameSentNo_SequenceFlow</bpmn2:outgoing>
390     </bpmn2:exclusiveGateway>
391     <bpmn2:sequenceFlow id="isNameSentYes_SequenceFlow" name="Yes" sourceRef="isNameSent_ExclusiveGateway" targetRef="callAAIQuery_scriptTask">
392       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_networkName") != ""}]]></bpmn2:conditionExpression>
393     </bpmn2:sequenceFlow>
394     <bpmn2:sequenceFlow id="isNameSentNo_SequenceFlow" name="No" sourceRef="isNameSent_ExclusiveGateway" targetRef="callRESTQueryCloudRegion_ScriptTask" />
395     <bpmn2:callActivity id="Task_1ipbwbj" name="Call SDNC RSRC Activate&#10; Adapter V1&#10;" calledElement="sdncAdapter">
396       <bpmn2:extensionElements>
397         <camunda:in source="CRENWKI_activateSDNCRequest" target="sdncAdapterWorkflowRequest" />
398         <camunda:in source="mso-request-id" target="mso-request-id" />
399         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
400         <camunda:out source="sdncAdapterResponse" target="CRENWKI_activateSDNCResponse" />
401         <camunda:out source="SDNCA_ResponseCode" target="CRENWKI_sdncActivateReturnCode" />
402         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
403         <camunda:out source="WorkflowException" target="WorkflowException" />
404       </bpmn2:extensionElements>
405       <bpmn2:incoming>SequenceFlow_13deudk</bpmn2:incoming>
406       <bpmn2:outgoing>SequenceFlow_08qibb9</bpmn2:outgoing>
407     </bpmn2:callActivity>
408     <bpmn2:scriptTask id="Task_1rd6dg6" name="Prepare SDNC RSRC Activate Request" scriptFormat="groovy">
409       <bpmn2:incoming>isSdncRpc2Yes_SequenceFlow2</bpmn2:incoming>
410       <bpmn2:outgoing>SequenceFlow_13deudk</bpmn2:outgoing>
411       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
412 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
413 DoCreateNetworkInstance.prepareRpcSDNCActivateRequest(execution)]]></bpmn2:script>
414     </bpmn2:scriptTask>
415     <bpmn2:exclusiveGateway id="ExclusiveGateway_0n0ptg6" name="is SDNC PRC&#10;Activate Ok?&#10;" default="SequenceFlow_18ybfu5">
416       <bpmn2:incoming>SequenceFlow_1t03rs2</bpmn2:incoming>
417       <bpmn2:outgoing>SequenceFlow_1jia57e</bpmn2:outgoing>
418       <bpmn2:outgoing>SequenceFlow_18ybfu5</bpmn2:outgoing>
419     </bpmn2:exclusiveGateway>
420     <bpmn2:sequenceFlow id="SequenceFlow_13deudk" sourceRef="Task_1rd6dg6" targetRef="Task_1ipbwbj" />
421     <bpmn2:sequenceFlow id="SequenceFlow_08qibb9" sourceRef="Task_1ipbwbj" targetRef="validateSDNCActivate_Task" />
422     <bpmn2:sequenceFlow id="SequenceFlow_1t03rs2" sourceRef="validateSDNCActivate_Task" targetRef="ExclusiveGateway_0n0ptg6" />
423     <bpmn2:sequenceFlow id="SequenceFlow_1jia57e" name="Yes" sourceRef="ExclusiveGateway_0n0ptg6" targetRef="Task_0zzobg6">
424       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CRENWKI_sdncResponseSuccess" ) == true}]]></bpmn2:conditionExpression>
425     </bpmn2:sequenceFlow>
426     <bpmn2:sequenceFlow id="SequenceFlow_18ybfu5" name="No" sourceRef="ExclusiveGateway_0n0ptg6" targetRef="EndEvent_13v46cq" />
427     <bpmn2:scriptTask id="validateSDNCActivate_Task" name="Validate SDNCRSRC Activate&#10;Response&#10;" scriptFormat="groovy">
428       <bpmn2:incoming>SequenceFlow_08qibb9</bpmn2:incoming>
429       <bpmn2:outgoing>SequenceFlow_1t03rs2</bpmn2:outgoing>
430       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
431 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
432 DoCreateNetworkInstance.validateRpcSDNCActivateResponse(execution)]]></bpmn2:script>
433     </bpmn2:scriptTask>
434     <bpmn2:boundaryEvent id="BoundaryEvent_0vb26bm" attachedToRef="validateSDNCActivate_Task">
435       <bpmn2:outgoing>SequenceFlow_0s51ns0</bpmn2:outgoing>
436       <bpmn2:errorEventDefinition errorRef="Error_2" />
437     </bpmn2:boundaryEvent>
438     <bpmn2:sequenceFlow id="SequenceFlow_0s51ns0" sourceRef="BoundaryEvent_0vb26bm" targetRef="EndEvent_13v46cq" />
439     <bpmn2:endEvent id="EndEvent_13v46cq" name="SNDC Activate &#10;Error&#10;">
440       <bpmn2:incoming>SequenceFlow_18ybfu5</bpmn2:incoming>
441       <bpmn2:incoming>SequenceFlow_0s51ns0</bpmn2:incoming>
442       <bpmn2:errorEventDefinition errorRef="Error_2" />
443     </bpmn2:endEvent>
444     <bpmn2:exclusiveGateway id="isSdncRpc1_ExclusiveGateway1" name="is not &#39;1610&#39; SNDC Call?" default="isSdncRpc1No_SequenceFlow1">
445       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
446       <bpmn2:outgoing>isSdncRpc1No_SequenceFlow1</bpmn2:outgoing>
447       <bpmn2:outgoing>isSdncRpc1Yes_SequenceFlow1</bpmn2:outgoing>
448     </bpmn2:exclusiveGateway>
449     <bpmn2:sequenceFlow id="isSdncRpc1No_SequenceFlow1" name="No" sourceRef="isSdncRpc1_ExclusiveGateway1" targetRef="prepareSDNCTopoRequest_ScriptTask" />
450     <bpmn2:sequenceFlow id="isSdncRpc1Yes_SequenceFlow1" name="Yes" sourceRef="isSdncRpc1_ExclusiveGateway1" targetRef="Task_10lubzj">
451       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") != '1610'} ]]></bpmn2:conditionExpression>
452     </bpmn2:sequenceFlow>
453     <bpmn2:callActivity id="Task_0pbtywn" name="Call SDNC RSRC Assign Adapter V1 " calledElement="sdncAdapter">
454       <bpmn2:extensionElements>
455         <camunda:in source="CRENWKI_assignSDNCRequest" target="sdncAdapterWorkflowRequest" />
456         <camunda:in source="mso-request-id" target="mso-request-id" />
457         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
458         <camunda:out source="sdncAdapterResponse" target="CRENWKI_assignSDNCResponse" />
459         <camunda:out source="SDNCA_ResponseCode" target="CRENWKI_sdncReturnCode" />
460         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
461         <camunda:out source="WorkflowException" target="WorkflowException" />
462       </bpmn2:extensionElements>
463       <bpmn2:incoming>SequenceFlow_0j8bxnb</bpmn2:incoming>
464       <bpmn2:outgoing>SequenceFlow_0d93bqw</bpmn2:outgoing>
465     </bpmn2:callActivity>
466     <bpmn2:sequenceFlow id="SequenceFlow_0j8bxnb" sourceRef="Task_10lubzj" targetRef="Task_0pbtywn" />
467     <bpmn2:sequenceFlow id="SequenceFlow_0d93bqw" sourceRef="Task_0pbtywn" targetRef="validateSDNCResponse_ScriptTask" />
468     <bpmn2:exclusiveGateway id="isSdncRpc2_ExclusiveGateway2" name="is  not &#39;1610&#39; SNDC Call?" default="isSdncRpc2No_SequenceFlow2">
469       <bpmn2:incoming>SequenceFlow_1ipz2ze</bpmn2:incoming>
470       <bpmn2:outgoing>isSdncRpc2Yes_SequenceFlow2</bpmn2:outgoing>
471       <bpmn2:outgoing>isSdncRpc2No_SequenceFlow2</bpmn2:outgoing>
472     </bpmn2:exclusiveGateway>
473     <bpmn2:sequenceFlow id="isSdncRpc2Yes_SequenceFlow2" name="Yes" sourceRef="isSdncRpc2_ExclusiveGateway2" targetRef="Task_1rd6dg6">
474       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion") != '1610'} ]]></bpmn2:conditionExpression>
475     </bpmn2:sequenceFlow>
476     <bpmn2:sequenceFlow id="isSdncRpc2No_SequenceFlow2" name="No" sourceRef="isSdncRpc2_ExclusiveGateway2" targetRef="Task_0zzobg6" />
477     <bpmn2:scriptTask id="Task_10lubzj" name="Prepare Assign SDNC RPC Request" scriptFormat="groovy">
478       <bpmn2:incoming>isSdncRpc1Yes_SequenceFlow1</bpmn2:incoming>
479       <bpmn2:outgoing>SequenceFlow_0j8bxnb</bpmn2:outgoing>
480       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
481 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
482 DoCreateNetworkInstance.prepareRpcSDNCRequest(execution)
483 ]]></bpmn2:script>
484     </bpmn2:scriptTask>
485     <bpmn2:endEvent id="EndEvent_1te02c4">
486       <bpmn2:incoming>SequenceFlow_1s8b1m1</bpmn2:incoming>
487     </bpmn2:endEvent>
488     <bpmn2:endEvent id="EndEvent_0ti2ctu" name="Silent Success">
489       <bpmn2:incoming>SequenceFlow_18ylufb</bpmn2:incoming>
490     </bpmn2:endEvent>
491     <bpmn2:sequenceFlow id="SequenceFlow_1s8b1m1" sourceRef="Task_0zzobg6" targetRef="EndEvent_1te02c4" />
492     <bpmn2:scriptTask id="Task_0zzobg6" name="PostProcess Response" scriptFormat="groovy">
493       <bpmn2:incoming>SequenceFlow_1jia57e</bpmn2:incoming>
494       <bpmn2:incoming>isSdncRpc2No_SequenceFlow2</bpmn2:incoming>
495       <bpmn2:outgoing>SequenceFlow_1s8b1m1</bpmn2:outgoing>
496       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
497 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
498 DoCreateNetworkInstance.postProcessResponse(execution)]]></bpmn2:script>
499     </bpmn2:scriptTask>
500     <bpmn2:sequenceFlow id="SequenceFlow_1ipz2ze" sourceRef="callRESTUpdateContrailNetwork_ScriptTask" targetRef="isSdncRpc2_ExclusiveGateway2" />
501     <bpmn2:scriptTask id="ScriptTask_0p3v749" name="Post Process Response" scriptFormat="groovy">
502       <bpmn2:incoming>isNetworkActiveYes_SequenceFlow</bpmn2:incoming>
503       <bpmn2:outgoing>SequenceFlow_18ylufb</bpmn2:outgoing>
504       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
505 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
506 DoCreateNetworkInstance.postProcessResponse(execution)]]></bpmn2:script>
507     </bpmn2:scriptTask>
508     <bpmn2:sequenceFlow id="SequenceFlow_18ylufb" sourceRef="ScriptTask_0p3v749" targetRef="EndEvent_0ti2ctu" />
509     <bpmn2:scriptTask id="callGetServiceInstance" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
510       <bpmn2:incoming>SequenceFlow_0ftylq3</bpmn2:incoming>
511       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
512       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
513 def DoCreateNetworkInstance = new DoCreateNetworkInstance()
514 DoCreateNetworkInstance.getServiceInstance(execution)]]></bpmn2:script>
515     </bpmn2:scriptTask>
516     <bpmn2:textAnnotation id="TextAnnotation_1orb6o6">    <bpmn2:text><![CDATA[if '200', Prepare PO Network Rollback]]></bpmn2:text>
517 </bpmn2:textAnnotation>
518     <bpmn2:association id="Association_0c315jr" sourceRef="validateCreatePONetwork_ScriptTask" targetRef="TextAnnotation_1orb6o6" />
519   </bpmn2:process>
520   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
521   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
522   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
523     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateNetworkInstance">
524       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createNetwork_startEvent">
525         <dc:Bounds x="397" y="177" width="36" height="36" />
526         <bpmndi:BPMNLabel>
527           <dc:Bounds x="390" y="218" width="49" height="13" />
528         </bpmndi:BPMNLabel>
529       </bpmndi:BPMNShape>
530       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask">
531         <dc:Bounds x="926" y="-31" width="100" height="80" />
532       </bpmndi:BPMNShape>
533       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_62" bpmnElement="isAAIQueryNameOk_ExclusiveGateway" isMarkerVisible="true">
534         <dc:Bounds x="1098" y="-16" width="50" height="50" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="1085" y="-56" width="75" height="24" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNShape>
539       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_62">
540         <di:waypoint xsi:type="dc:Point" x="1026" y="8" />
541         <di:waypoint xsi:type="dc:Point" x="1098" y="9" />
542         <bpmndi:BPMNLabel>
543           <dc:Bounds x="1062" y="-6.5" width="0" height="0" />
544         </bpmndi:BPMNLabel>
545       </bpmndi:BPMNEdge>
546       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_63" bpmnElement="validateCreatePONetwork_ScriptTask">
547         <dc:Bounds x="1457" y="1258" width="100" height="80" />
548       </bpmndi:BPMNShape>
549       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="isAAIQueryNameNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_62" targetElement="_BPMNShape_ExclusiveGateway_64">
550         <di:waypoint xsi:type="dc:Point" x="1123" y="34" />
551         <di:waypoint xsi:type="dc:Point" x="1123" y="91" />
552         <bpmndi:BPMNLabel>
553           <dc:Bounds x="1131" y="39.0514827586207" width="14" height="12" />
554         </bpmndi:BPMNLabel>
555       </bpmndi:BPMNEdge>
556       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="isAAIQueryNameYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_62" targetElement="_BPMNShape_ExclusiveGateway_73">
557         <di:waypoint xsi:type="dc:Point" x="1148" y="9" />
558         <di:waypoint xsi:type="dc:Point" x="1186" y="9" />
559         <di:waypoint xsi:type="dc:Point" x="1186" y="9" />
560         <di:waypoint xsi:type="dc:Point" x="1224" y="9" />
561         <bpmndi:BPMNLabel>
562           <dc:Bounds x="1151" y="14.164179104477611" width="18" height="12" />
563         </bpmndi:BPMNLabel>
564       </bpmndi:BPMNEdge>
565       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_64" bpmnElement="isReturnCode404_ExclusiveGateway" isMarkerVisible="true">
566         <dc:Bounds x="1098" y="91" width="50" height="50" />
567         <bpmndi:BPMNLabel>
568           <dc:Bounds x="1026" y="110" width="65" height="12" />
569         </bpmndi:BPMNLabel>
570       </bpmndi:BPMNShape>
571       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="isReturnCode404_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_64" targetElement="_BPMNShape_EndEvent_118">
572         <di:waypoint xsi:type="dc:Point" x="1123" y="141" />
573         <di:waypoint xsi:type="dc:Point" x="1123" y="187" />
574         <bpmndi:BPMNLabel>
575           <dc:Bounds x="1132" y="138.4109225063519" width="14" height="12" />
576         </bpmndi:BPMNLabel>
577       </bpmndi:BPMNEdge>
578       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="isReturnCode404_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_64" targetElement="_BPMNShape_InclusiveGateway_4">
579         <di:waypoint xsi:type="dc:Point" x="1148" y="116" />
580         <di:waypoint xsi:type="dc:Point" x="1186" y="116" />
581         <di:waypoint xsi:type="dc:Point" x="1186" y="116" />
582         <di:waypoint xsi:type="dc:Point" x="1224" y="116" />
583         <bpmndi:BPMNLabel>
584           <dc:Bounds x="1151" y="118.55844155844156" width="18" height="12" />
585         </bpmndi:BPMNLabel>
586       </bpmndi:BPMNEdge>
587       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_118" bpmnElement="aai_Error_EndEvent">
588         <dc:Bounds x="1105" y="187" width="36" height="36" />
589         <bpmndi:BPMNLabel>
590           <dc:Bounds x="1085" y="228" width="77" height="12" />
591         </bpmndi:BPMNLabel>
592       </bpmndi:BPMNShape>
593       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_83" bpmnElement="callCreateNetwork_ServiceTask">
594         <dc:Bounds x="1454" y="1135" width="100" height="80" />
595       </bpmndi:BPMNShape>
596       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_67" bpmnElement="prepareSDNCTopoRequest_ScriptTask">
597         <dc:Bounds x="1590" y="155" width="100" height="80" />
598       </bpmndi:BPMNShape>
599       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true">
600         <dc:Bounds x="31" y="608" width="1266" height="686" />
601       </bpmndi:BPMNShape>
602       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent">
603         <dc:Bounds x="107" y="1166" width="36" height="36" />
604         <bpmndi:BPMNLabel>
605           <dc:Bounds x="101" y="1207" width="50" height="12" />
606         </bpmndi:BPMNLabel>
607       </bpmndi:BPMNShape>
608       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_67" bpmnElement="isSdncTopoOk_ExclusiveGateway" isMarkerVisible="true">
609         <dc:Bounds x="1615" y="520" width="50" height="50" />
610         <bpmndi:BPMNLabel>
611           <dc:Bounds x="1606" y="580" width="67" height="13" />
612         </bpmndi:BPMNLabel>
613       </bpmndi:BPMNShape>
614       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="sdncTopoNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_EndEvent_124">
615         <di:waypoint xsi:type="dc:Point" x="1665" y="545" />
616         <di:waypoint xsi:type="dc:Point" x="1739" y="545" />
617         <bpmndi:BPMNLabel>
618           <dc:Bounds x="1670" y="545.8651480742376" width="14" height="13" />
619         </bpmndi:BPMNLabel>
620       </bpmndi:BPMNEdge>
621       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="sdncTopoYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_67" targetElement="_BPMNShape_ScriptTask_133">
622         <di:waypoint xsi:type="dc:Point" x="1615" y="545" />
623         <di:waypoint xsi:type="dc:Point" x="1554" y="546" />
624         <bpmndi:BPMNLabel>
625           <dc:Bounds x="1587" y="549.9992641545633" width="18" height="12" />
626         </bpmndi:BPMNLabel>
627       </bpmndi:BPMNEdge>
628       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_124" bpmnElement="sndcError_EndEvent">
629         <dc:Bounds x="1739" y="527" width="36" height="36" />
630         <bpmndi:BPMNLabel>
631           <dc:Bounds x="1727" y="576" width="59" height="13" />
632         </bpmndi:BPMNLabel>
633       </bpmndi:BPMNShape>
634       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_19" bpmnElement="callAssignSDNCAdapter_CallActivity">
635         <dc:Bounds x="1590" y="276" width="100" height="80" />
636       </bpmndi:BPMNShape>
637       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_67" targetElement="_BPMNShape_CallActivity_19">
638         <di:waypoint xsi:type="dc:Point" x="1640" y="235" />
639         <di:waypoint xsi:type="dc:Point" x="1640" y="276" />
640         <bpmndi:BPMNLabel>
641           <dc:Bounds x="1655" y="255.5" width="0" height="0" />
642         </bpmndi:BPMNLabel>
643       </bpmndi:BPMNEdge>
644       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_19" targetElement="_BPMNShape_ScriptTask_131">
645         <di:waypoint xsi:type="dc:Point" x="1640" y="356" />
646         <di:waypoint xsi:type="dc:Point" x="1640" y="395" />
647         <bpmndi:BPMNLabel>
648           <dc:Bounds x="1655" y="375.5" width="0" height="0" />
649         </bpmndi:BPMNLabel>
650       </bpmndi:BPMNEdge>
651       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50">
652         <di:waypoint xsi:type="dc:Point" x="143" y="1184" />
653         <di:waypoint xsi:type="dc:Point" x="170" y="1184" />
654         <bpmndi:BPMNLabel>
655           <dc:Bounds x="157" y="1169" width="0" height="0" />
656         </bpmndi:BPMNLabel>
657       </bpmndi:BPMNEdge>
658       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_131" bpmnElement="validateSDNCResponse_ScriptTask">
659         <dc:Bounds x="1590" y="395" width="100" height="80" />
660       </bpmndi:BPMNShape>
661       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_131" targetElement="_BPMNShape_ExclusiveGateway_67">
662         <di:waypoint xsi:type="dc:Point" x="1640" y="475" />
663         <di:waypoint xsi:type="dc:Point" x="1640" y="498" />
664         <di:waypoint xsi:type="dc:Point" x="1640" y="498" />
665         <di:waypoint xsi:type="dc:Point" x="1640" y="520" />
666         <bpmndi:BPMNLabel>
667           <dc:Bounds x="1655" y="498" width="0" height="0" />
668         </bpmndi:BPMNLabel>
669       </bpmndi:BPMNEdge>
670       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_73" bpmnElement="isNetworkActive_ExclusiveGateway" isMarkerVisible="true">
671         <dc:Bounds x="1224" y="-16" width="50" height="50" />
672         <bpmndi:BPMNLabel>
673           <dc:Bounds x="1221" y="-57" width="56" height="24" />
674         </bpmndi:BPMNLabel>
675       </bpmndi:BPMNShape>
676       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="isNetworkActiveYes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_73">
677         <di:waypoint xsi:type="dc:Point" x="1274" y="9" />
678         <di:waypoint xsi:type="dc:Point" x="1335" y="9" />
679         <bpmndi:BPMNLabel>
680           <dc:Bounds x="1275" y="14.380425096632202" width="18" height="12" />
681         </bpmndi:BPMNLabel>
682       </bpmndi:BPMNEdge>
683       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_44" bpmnElement="isNetworkActiveNo_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_73" targetElement="_BPMNShape_InclusiveGateway_4">
684         <di:waypoint xsi:type="dc:Point" x="1249" y="34" />
685         <di:waypoint xsi:type="dc:Point" x="1249" y="91" />
686         <bpmndi:BPMNLabel>
687           <dc:Bounds x="1258" y="37.520779498373976" width="14" height="12" />
688         </bpmndi:BPMNLabel>
689       </bpmndi:BPMNEdge>
690       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_45" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_InclusiveGateway_4" targetElement="_BPMNShape_ScriptTask_245">
691         <di:waypoint xsi:type="dc:Point" x="1249" y="141" />
692         <di:waypoint xsi:type="dc:Point" x="1249" y="276" />
693         <bpmndi:BPMNLabel>
694           <dc:Bounds x="1264" y="208.5" width="0" height="0" />
695         </bpmndi:BPMNLabel>
696       </bpmndi:BPMNEdge>
697       <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_4" bpmnElement="InclusiveGateway">
698         <dc:Bounds x="1224" y="91" width="50" height="50" />
699         <bpmndi:BPMNLabel>
700           <dc:Bounds x="1306" y="86" width="0" height="0" />
701         </bpmndi:BPMNLabel>
702       </bpmndi:BPMNShape>
703       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="callRESTQueryNetworkId_ScriptTask">
704         <dc:Bounds x="1454" y="505" width="100" height="80" />
705       </bpmndi:BPMNShape>
706       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTReQueryNetworkID_ScriptTask">
707         <dc:Bounds x="1454" y="1392" width="100" height="80" />
708       </bpmndi:BPMNShape>
709       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_135" bpmnElement="callRESTUpdateContrailNetwork_ScriptTask">
710         <dc:Bounds x="1454" y="1538" width="100" height="80" />
711       </bpmndi:BPMNShape>
712       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_135">
713         <di:waypoint xsi:type="dc:Point" x="1504" y="1472" />
714         <di:waypoint xsi:type="dc:Point" x="1504" y="1538" />
715         <bpmndi:BPMNLabel>
716           <dc:Bounds x="1519" y="1505" width="0" height="0" />
717         </bpmndi:BPMNLabel>
718       </bpmndi:BPMNEdge>
719       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="callRESTQueryVpnBinding_ScriptTask">
720         <dc:Bounds x="1454" y="627" width="100" height="80" />
721       </bpmndi:BPMNShape>
722       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_215">
723         <di:waypoint xsi:type="dc:Point" x="1504" y="707" />
724         <di:waypoint xsi:type="dc:Point" x="1504" y="727" />
725         <di:waypoint xsi:type="dc:Point" x="1504" y="727" />
726         <di:waypoint xsi:type="dc:Point" x="1504" y="750" />
727         <bpmndi:BPMNLabel>
728           <dc:Bounds x="1519" y="727" width="0" height="0" />
729         </bpmndi:BPMNLabel>
730       </bpmndi:BPMNEdge>
731       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_49" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_ScriptTask_156">
732         <di:waypoint xsi:type="dc:Point" x="1504" y="585" />
733         <di:waypoint xsi:type="dc:Point" x="1504" y="606" />
734         <di:waypoint xsi:type="dc:Point" x="1504" y="606" />
735         <di:waypoint xsi:type="dc:Point" x="1504" y="627" />
736         <bpmndi:BPMNLabel>
737           <dc:Bounds x="1519" y="606" width="0" height="0" />
738         </bpmndi:BPMNLabel>
739       </bpmndi:BPMNEdge>
740       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_87" bpmnElement="SequenceFlow_59" sourceElement="_BPMNShape_ServiceTask_83" targetElement="_BPMNShape_ScriptTask_63">
741         <di:waypoint xsi:type="dc:Point" x="1505" y="1215" />
742         <di:waypoint xsi:type="dc:Point" x="1505" y="1237" />
743         <di:waypoint xsi:type="dc:Point" x="1505" y="1237" />
744         <di:waypoint xsi:type="dc:Point" x="1505" y="1258" />
745         <bpmndi:BPMNLabel>
746           <dc:Bounds x="1520" y="1237" width="0" height="0" />
747         </bpmndi:BPMNLabel>
748       </bpmndi:BPMNEdge>
749       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="prepareNetworkRequest_ScriptTask">
750         <dc:Bounds x="1454" y="1009" width="100" height="80" />
751       </bpmndi:BPMNShape>
752       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_89" bpmnElement="SequenceFlow_61" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ServiceTask_83">
753         <di:waypoint xsi:type="dc:Point" x="1504" y="1089" />
754         <di:waypoint xsi:type="dc:Point" x="1504" y="1111" />
755         <di:waypoint xsi:type="dc:Point" x="1504" y="1111" />
756         <di:waypoint xsi:type="dc:Point" x="1504" y="1135" />
757         <bpmndi:BPMNLabel>
758           <dc:Bounds x="1519" y="1111" width="0" height="0" />
759         </bpmndi:BPMNLabel>
760       </bpmndi:BPMNEdge>
761       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="callRESTQueryNetworkPolicy_ScriptTask">
762         <dc:Bounds x="1454" y="750" width="100" height="80" />
763       </bpmndi:BPMNShape>
764       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_60" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ScriptTask_333">
765         <di:waypoint xsi:type="dc:Point" x="1504" y="830" />
766         <di:waypoint xsi:type="dc:Point" x="1504" y="879" />
767         <bpmndi:BPMNLabel>
768           <dc:Bounds x="1519" y="854.5" width="0" height="0" />
769         </bpmndi:BPMNLabel>
770       </bpmndi:BPMNEdge>
771       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_215" bpmnElement="isPONR_ExclusiveGateway" isMarkerVisible="true">
772         <dc:Bounds x="304" y="1060" width="50" height="50" />
773         <bpmndi:BPMNLabel>
774           <dc:Bounds x="248" y="1078" width="46" height="12" />
775         </bpmndi:BPMNLabel>
776       </bpmndi:BPMNShape>
777       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_77" bpmnElement="isPONR_Yes_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215">
778         <di:waypoint xsi:type="dc:Point" x="354" y="1085" />
779         <di:waypoint xsi:type="dc:Point" x="457" y="1085" />
780         <di:waypoint xsi:type="dc:Point" x="457" y="1159" />
781         <bpmndi:BPMNLabel>
782           <dc:Bounds x="351" y="1088" width="18" height="12" />
783         </bpmndi:BPMNLabel>
784       </bpmndi:BPMNEdge>
785       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_85" bpmnElement="isPONR_No_SequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_215">
786         <di:waypoint xsi:type="dc:Point" x="329" y="1060" />
787         <di:waypoint xsi:type="dc:Point" x="329" y="1003" />
788         <bpmndi:BPMNLabel>
789           <dc:Bounds x="339" y="1051" width="14" height="12" />
790         </bpmndi:BPMNLabel>
791       </bpmndi:BPMNEdge>
792       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_217" bpmnElement="sdncOk_ExclusiveGateway" isMarkerVisible="true">
793         <dc:Bounds x="527" y="845" width="50" height="50" />
794         <bpmndi:BPMNLabel>
795           <dc:Bounds x="585" y="858" width="72" height="24" />
796         </bpmndi:BPMNLabel>
797       </bpmndi:BPMNShape>
798       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_92" bpmnElement="sdncOk_Yeso_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217" targetElement="_BPMNShape_ScriptTask_261">
799         <di:waypoint xsi:type="dc:Point" x="552" y="845" />
800         <di:waypoint xsi:type="dc:Point" x="552" y="776" />
801         <di:waypoint xsi:type="dc:Point" x="713" y="776" />
802         <bpmndi:BPMNLabel>
803           <dc:Bounds x="559" y="829" width="18" height="12" />
804         </bpmndi:BPMNLabel>
805       </bpmndi:BPMNEdge>
806       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_93" bpmnElement="sdncOk_No_ExclusiveGateway" sourceElement="_BPMNShape_ExclusiveGateway_217">
807         <di:waypoint xsi:type="dc:Point" x="551" y="894" />
808         <di:waypoint xsi:type="dc:Point" x="551" y="978" />
809         <di:waypoint xsi:type="dc:Point" x="713" y="978" />
810         <bpmndi:BPMNLabel>
811           <dc:Bounds x="559" y="895" width="14" height="12" />
812         </bpmndi:BPMNLabel>
813       </bpmndi:BPMNEdge>
814       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_245" bpmnElement="callRESTQueryCloudRegion_ScriptTask">
815         <dc:Bounds x="1199" y="276" width="100" height="80" />
816       </bpmndi:BPMNShape>
817       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_53" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_245" targetElement="_BPMNShape_ScriptTask_67">
818         <di:waypoint xsi:type="dc:Point" x="1299" y="316" />
819         <di:waypoint xsi:type="dc:Point" x="1337" y="316" />
820         <bpmndi:BPMNLabel>
821           <dc:Bounds x="1318" y="301" width="0" height="0" />
822         </bpmndi:BPMNLabel>
823       </bpmndi:BPMNEdge>
824       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_38" bpmnElement="BoundaryEvent_4">
825         <dc:Bounds x="1672" y="457" width="36" height="36" />
826         <bpmndi:BPMNLabel>
827           <dc:Bounds x="1690" y="493" width="0" height="0" />
828         </bpmndi:BPMNLabel>
829       </bpmndi:BPMNShape>
830       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_69" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_BoundaryEvent_38" targetElement="_BPMNShape_EndEvent_124">
831         <di:waypoint xsi:type="dc:Point" x="1702" y="488" />
832         <di:waypoint xsi:type="dc:Point" x="1745" y="533" />
833         <bpmndi:BPMNLabel>
834           <dc:Bounds x="1724" y="495.5" width="0" height="0" />
835         </bpmndi:BPMNLabel>
836       </bpmndi:BPMNEdge>
837       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_261" bpmnElement="prepareSDNCRollbackRequest_ScriptTask">
838         <dc:Bounds x="886" y="830" width="100" height="79" />
839       </bpmndi:BPMNShape>
840       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_63" targetElement="_BPMNShape_ScriptTask_134">
841         <di:waypoint xsi:type="dc:Point" x="1507" y="1338" />
842         <di:waypoint xsi:type="dc:Point" x="1505" y="1392" />
843         <bpmndi:BPMNLabel>
844           <dc:Bounds x="1506" y="1350" width="0" height="0" />
845         </bpmndi:BPMNLabel>
846       </bpmndi:BPMNEdge>
847       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
848         <dc:Bounds x="21" y="381" width="394" height="188" />
849       </bpmndi:BPMNShape>
850       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
851         <dc:Bounds x="54" y="458" width="36" height="36" />
852         <bpmndi:BPMNLabel>
853           <dc:Bounds x="72" y="499" width="0" height="0" />
854         </bpmndi:BPMNLabel>
855       </bpmndi:BPMNShape>
856       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
857         <dc:Bounds x="169" y="436" width="100" height="80" />
858       </bpmndi:BPMNShape>
859       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
860         <dc:Bounds x="330" y="458" width="36" height="36" />
861         <bpmndi:BPMNLabel>
862           <dc:Bounds x="348" y="499" width="0" height="0" />
863         </bpmndi:BPMNLabel>
864       </bpmndi:BPMNShape>
865       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
866         <di:waypoint xsi:type="dc:Point" x="90" y="476" />
867         <di:waypoint xsi:type="dc:Point" x="169" y="476" />
868         <bpmndi:BPMNLabel>
869           <dc:Bounds x="129" y="476" width="6" height="6" />
870         </bpmndi:BPMNLabel>
871       </bpmndi:BPMNEdge>
872       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
873         <di:waypoint xsi:type="dc:Point" x="269" y="476" />
874         <di:waypoint xsi:type="dc:Point" x="330" y="476" />
875         <bpmndi:BPMNLabel>
876           <dc:Bounds x="301" y="476" width="6" height="6" />
877         </bpmndi:BPMNLabel>
878       </bpmndi:BPMNEdge>
879       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="ScriptTask_0z2n0hl_di" targetElement="ExclusiveGateway_0lw40k5_di">
880         <di:waypoint xsi:type="dc:Point" x="809" y="235" />
881         <di:waypoint xsi:type="dc:Point" x="809" y="316" />
882         <di:waypoint xsi:type="dc:Point" x="951" y="316" />
883         <bpmndi:BPMNLabel>
884           <dc:Bounds x="779" y="275.5" width="90" height="0" />
885         </bpmndi:BPMNLabel>
886       </bpmndi:BPMNEdge>
887       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_333" bpmnElement="callRESTQueryNetworkTableRef_ScriptTask">
888         <dc:Bounds x="1454" y="879" width="100" height="80" />
889       </bpmndi:BPMNShape>
890       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_333" targetElement="_BPMNShape_ScriptTask_157">
891         <di:waypoint xsi:type="dc:Point" x="1504" y="959" />
892         <di:waypoint xsi:type="dc:Point" x="1504" y="981" />
893         <di:waypoint xsi:type="dc:Point" x="1504" y="981" />
894         <di:waypoint xsi:type="dc:Point" x="1504" y="1009" />
895         <bpmndi:BPMNLabel>
896           <dc:Bounds x="1519" y="981" width="0" height="0" />
897         </bpmndi:BPMNLabel>
898       </bpmndi:BPMNEdge>
899       <bpmndi:BPMNEdge id="SequenceFlow_1n61wit_di" bpmnElement="SequenceFlow_1n61wit">
900         <di:waypoint xsi:type="dc:Point" x="433" y="195" />
901         <di:waypoint xsi:type="dc:Point" x="492" y="195" />
902         <di:waypoint xsi:type="dc:Point" x="492" y="195" />
903         <di:waypoint xsi:type="dc:Point" x="546" y="195" />
904         <bpmndi:BPMNLabel>
905           <dc:Bounds x="507" y="195" width="0" height="0" />
906         </bpmndi:BPMNLabel>
907       </bpmndi:BPMNEdge>
908       <bpmndi:BPMNShape id="ScriptTask_1jay2gg_di" bpmnElement="ScriptTask_preprocess">
909         <dc:Bounds x="546" y="155" width="100" height="80" />
910       </bpmndi:BPMNShape>
911       <bpmndi:BPMNEdge id="SequenceFlow_0ftylq3_di" bpmnElement="SequenceFlow_0ftylq3">
912         <di:waypoint xsi:type="dc:Point" x="646" y="195" />
913         <di:waypoint xsi:type="dc:Point" x="706" y="195" />
914         <di:waypoint xsi:type="dc:Point" x="706" y="195" />
915         <di:waypoint xsi:type="dc:Point" x="759" y="195" />
916         <bpmndi:BPMNLabel>
917           <dc:Bounds x="676" y="195" width="90" height="0" />
918         </bpmndi:BPMNLabel>
919       </bpmndi:BPMNEdge>
920       <bpmndi:BPMNShape id="ExclusiveGateway_0lw40k5_di" bpmnElement="isNameSent_ExclusiveGateway" isMarkerVisible="true">
921         <dc:Bounds x="951" y="291" width="50" height="50" />
922         <bpmndi:BPMNLabel>
923           <dc:Bounds x="933" y="349" width="85" height="26" />
924         </bpmndi:BPMNLabel>
925       </bpmndi:BPMNShape>
926       <bpmndi:BPMNEdge id="SequenceFlow_0635hhm_di" bpmnElement="isNameSentYes_SequenceFlow">
927         <di:waypoint xsi:type="dc:Point" x="976" y="291" />
928         <di:waypoint xsi:type="dc:Point" x="976" y="170" />
929         <di:waypoint xsi:type="dc:Point" x="976" y="170" />
930         <di:waypoint xsi:type="dc:Point" x="976" y="49" />
931         <bpmndi:BPMNLabel>
932           <dc:Bounds x="988" y="275" width="18" height="13" />
933         </bpmndi:BPMNLabel>
934       </bpmndi:BPMNEdge>
935       <bpmndi:BPMNEdge id="SequenceFlow_1sirjgc_di" bpmnElement="isNameSentNo_SequenceFlow">
936         <di:waypoint xsi:type="dc:Point" x="1001" y="316" />
937         <di:waypoint xsi:type="dc:Point" x="1199" y="316" />
938         <bpmndi:BPMNLabel>
939           <dc:Bounds x="1005" y="328" width="14" height="13" />
940         </bpmndi:BPMNLabel>
941       </bpmndi:BPMNEdge>
942       <bpmndi:BPMNShape id="CallActivity_1uxa4p9_di" bpmnElement="Task_1ipbwbj">
943         <dc:Bounds x="1014" y="1538" width="100" height="80" />
944       </bpmndi:BPMNShape>
945       <bpmndi:BPMNShape id="ScriptTask_0m5hrmn_di" bpmnElement="Task_1rd6dg6">
946         <dc:Bounds x="1183" y="1538" width="100" height="80" />
947       </bpmndi:BPMNShape>
948       <bpmndi:BPMNShape id="ExclusiveGateway_0n0ptg6_di" bpmnElement="ExclusiveGateway_0n0ptg6" isMarkerVisible="true">
949         <dc:Bounds x="724" y="1553" width="50" height="50" />
950         <bpmndi:BPMNLabel>
951           <dc:Bounds x="644" y="1566" width="68" height="24" />
952         </bpmndi:BPMNLabel>
953       </bpmndi:BPMNShape>
954       <bpmndi:BPMNEdge id="SequenceFlow_13deudk_di" bpmnElement="SequenceFlow_13deudk">
955         <di:waypoint xsi:type="dc:Point" x="1183" y="1578" />
956         <di:waypoint xsi:type="dc:Point" x="1114" y="1578" />
957         <bpmndi:BPMNLabel>
958           <dc:Bounds x="1149" y="1563" width="0" height="0" />
959         </bpmndi:BPMNLabel>
960       </bpmndi:BPMNEdge>
961       <bpmndi:BPMNEdge id="SequenceFlow_08qibb9_di" bpmnElement="SequenceFlow_08qibb9">
962         <di:waypoint xsi:type="dc:Point" x="1014" y="1578" />
963         <di:waypoint xsi:type="dc:Point" x="953" y="1578" />
964         <bpmndi:BPMNLabel>
965           <dc:Bounds x="984" y="1563" width="0" height="0" />
966         </bpmndi:BPMNLabel>
967       </bpmndi:BPMNEdge>
968       <bpmndi:BPMNEdge id="SequenceFlow_1t03rs2_di" bpmnElement="SequenceFlow_1t03rs2">
969         <di:waypoint xsi:type="dc:Point" x="853" y="1578" />
970         <di:waypoint xsi:type="dc:Point" x="774" y="1578" />
971         <bpmndi:BPMNLabel>
972           <dc:Bounds x="814" y="1563" width="0" height="0" />
973         </bpmndi:BPMNLabel>
974       </bpmndi:BPMNEdge>
975       <bpmndi:BPMNEdge id="SequenceFlow_1jia57e_di" bpmnElement="SequenceFlow_1jia57e">
976         <di:waypoint xsi:type="dc:Point" x="749" y="1553" />
977         <di:waypoint xsi:type="dc:Point" x="749" y="1484" />
978         <bpmndi:BPMNLabel>
979           <dc:Bounds x="757" y="1537.7047949008065" width="18" height="12" />
980         </bpmndi:BPMNLabel>
981       </bpmndi:BPMNEdge>
982       <bpmndi:BPMNEdge id="SequenceFlow_18ybfu5_di" bpmnElement="SequenceFlow_18ybfu5">
983         <di:waypoint xsi:type="dc:Point" x="749" y="1603" />
984         <di:waypoint xsi:type="dc:Point" x="749" y="1669" />
985         <bpmndi:BPMNLabel>
986           <dc:Bounds x="758" y="1603.7606668519034" width="14" height="12" />
987         </bpmndi:BPMNLabel>
988       </bpmndi:BPMNEdge>
989       <bpmndi:BPMNShape id="ScriptTask_1v458g5_di" bpmnElement="validateSDNCActivate_Task">
990         <dc:Bounds x="853" y="1538" width="100" height="80" />
991       </bpmndi:BPMNShape>
992       <bpmndi:BPMNShape id="BoundaryEvent_0pg57au_di" bpmnElement="BoundaryEvent_0vb26bm">
993         <dc:Bounds x="859" y="1600" width="36" height="36" />
994         <bpmndi:BPMNLabel>
995           <dc:Bounds x="877" y="1636" width="0" height="0" />
996         </bpmndi:BPMNLabel>
997       </bpmndi:BPMNShape>
998       <bpmndi:BPMNEdge id="SequenceFlow_0s51ns0_di" bpmnElement="SequenceFlow_0s51ns0">
999         <di:waypoint xsi:type="dc:Point" x="877" y="1636" />
1000         <di:waypoint xsi:type="dc:Point" x="877" y="1687" />
1001         <di:waypoint xsi:type="dc:Point" x="767" y="1687" />
1002         <bpmndi:BPMNLabel>
1003           <dc:Bounds x="892" y="1661.5" width="0" height="0" />
1004         </bpmndi:BPMNLabel>
1005       </bpmndi:BPMNEdge>
1006       <bpmndi:BPMNShape id="EndEvent_0h7h49p_di" bpmnElement="EndEvent_13v46cq">
1007         <dc:Bounds x="731" y="1669" width="36" height="36" />
1008         <bpmndi:BPMNLabel>
1009           <dc:Bounds x="711" y="1715" width="76" height="24" />
1010         </bpmndi:BPMNLabel>
1011       </bpmndi:BPMNShape>
1012       <bpmndi:BPMNShape id="ExclusiveGateway_0f9d94i_di" bpmnElement="isSDNCActivate_ExclusiveGateway" isMarkerVisible="true">
1013         <dc:Bounds x="304" y="953" width="50" height="50" />
1014         <bpmndi:BPMNLabel>
1015           <dc:Bounds x="210" y="966" width="84" height="24" />
1016         </bpmndi:BPMNLabel>
1017       </bpmndi:BPMNShape>
1018       <bpmndi:BPMNEdge id="SequenceFlow_0cly7z2_di" bpmnElement="SequenceFlow_0cly7z2">
1019         <di:waypoint xsi:type="dc:Point" x="329" y="953" />
1020         <di:waypoint xsi:type="dc:Point" x="329" y="910" />
1021         <bpmndi:BPMNLabel>
1022           <dc:Bounds x="335" y="937" width="18" height="12" />
1023         </bpmndi:BPMNLabel>
1024       </bpmndi:BPMNEdge>
1025       <bpmndi:BPMNEdge id="SequenceFlow_12tlymf_di" bpmnElement="SequenceFlow_12tlymf">
1026         <di:waypoint xsi:type="dc:Point" x="354" y="978" />
1027         <di:waypoint xsi:type="dc:Point" x="457" y="978" />
1028         <di:waypoint xsi:type="dc:Point" x="457" y="895" />
1029         <bpmndi:BPMNLabel>
1030           <dc:Bounds x="350" y="988" width="14" height="12" />
1031         </bpmndi:BPMNLabel>
1032       </bpmndi:BPMNEdge>
1033       <bpmndi:BPMNShape id="ExclusiveGateway_1ts3ph0_di" bpmnElement="isSdncRpc1_ExclusiveGateway1" isMarkerVisible="true">
1034         <dc:Bounds x="1337.228" y="291" width="50" height="50" />
1035         <bpmndi:BPMNLabel>
1036           <dc:Bounds x="1401" y="304" width="61" height="24" />
1037         </bpmndi:BPMNLabel>
1038       </bpmndi:BPMNShape>
1039       <bpmndi:BPMNEdge id="SequenceFlow_1r5sja0_di" bpmnElement="isSdncRpc1No_SequenceFlow1">
1040         <di:waypoint xsi:type="dc:Point" x="1362" y="291" />
1041         <di:waypoint xsi:type="dc:Point" x="1362" y="195" />
1042         <di:waypoint xsi:type="dc:Point" x="1590" y="195" />
1043         <bpmndi:BPMNLabel>
1044           <dc:Bounds x="1371" y="273" width="14" height="12" />
1045         </bpmndi:BPMNLabel>
1046       </bpmndi:BPMNEdge>
1047       <bpmndi:BPMNEdge id="SequenceFlow_1ow57qy_di" bpmnElement="isSdncRpc1Yes_SequenceFlow1">
1048         <di:waypoint xsi:type="dc:Point" x="1362" y="341" />
1049         <di:waypoint xsi:type="dc:Point" x="1362" y="395" />
1050         <bpmndi:BPMNLabel>
1051           <dc:Bounds x="1373" y="341" width="18" height="12" />
1052         </bpmndi:BPMNLabel>
1053       </bpmndi:BPMNEdge>
1054       <bpmndi:BPMNShape id="CallActivity_067czgj_di" bpmnElement="Task_0pbtywn">
1055         <dc:Bounds x="1454" y="395" width="100" height="80" />
1056       </bpmndi:BPMNShape>
1057       <bpmndi:BPMNEdge id="SequenceFlow_0j8bxnb_di" bpmnElement="SequenceFlow_0j8bxnb">
1058         <di:waypoint xsi:type="dc:Point" x="1412" y="435" />
1059         <di:waypoint xsi:type="dc:Point" x="1454" y="435" />
1060         <bpmndi:BPMNLabel>
1061           <dc:Bounds x="1433" y="420" width="0" height="0" />
1062         </bpmndi:BPMNLabel>
1063       </bpmndi:BPMNEdge>
1064       <bpmndi:BPMNEdge id="SequenceFlow_0d93bqw_di" bpmnElement="SequenceFlow_0d93bqw">
1065         <di:waypoint xsi:type="dc:Point" x="1554" y="435" />
1066         <di:waypoint xsi:type="dc:Point" x="1590" y="435" />
1067         <bpmndi:BPMNLabel>
1068           <dc:Bounds x="1572" y="420" width="0" height="0" />
1069         </bpmndi:BPMNLabel>
1070       </bpmndi:BPMNEdge>
1071       <bpmndi:BPMNShape id="ExclusiveGateway_00dh41t_di" bpmnElement="isSdncRpc4_ExclusiveGateway4" isMarkerVisible="true">
1072         <dc:Bounds x="713" y="751" width="50" height="50" />
1073         <bpmndi:BPMNLabel>
1074           <dc:Bounds x="714" y="710" width="61" height="24" />
1075         </bpmndi:BPMNLabel>
1076       </bpmndi:BPMNShape>
1077       <bpmndi:BPMNEdge id="SequenceFlow_0suu90e_di" bpmnElement="isSdncRpc4Yes_SequenceFlow4">
1078         <di:waypoint xsi:type="dc:Point" x="738" y="801" />
1079         <di:waypoint xsi:type="dc:Point" x="738" y="830" />
1080         <bpmndi:BPMNLabel>
1081           <dc:Bounds x="743" y="800" width="18" height="12" />
1082         </bpmndi:BPMNLabel>
1083       </bpmndi:BPMNEdge>
1084       <bpmndi:BPMNEdge id="SequenceFlow_0xnyl6e_di" bpmnElement="isSdncRpc4No_SequenceFlow4">
1085         <di:waypoint xsi:type="dc:Point" x="763" y="776" />
1086         <di:waypoint xsi:type="dc:Point" x="936" y="776" />
1087         <di:waypoint xsi:type="dc:Point" x="936" y="830" />
1088         <bpmndi:BPMNLabel>
1089           <dc:Bounds x="772" y="755" width="14" height="12" />
1090         </bpmndi:BPMNLabel>
1091       </bpmndi:BPMNEdge>
1092       <bpmndi:BPMNShape id="ExclusiveGateway_1gghe34_di" bpmnElement="isSdncRpc2_ExclusiveGateway2" isMarkerVisible="true">
1093         <dc:Bounds x="1360" y="1553" width="50" height="50" />
1094         <bpmndi:BPMNLabel>
1095           <dc:Bounds x="1343" y="1619" width="83" height="36" />
1096         </bpmndi:BPMNLabel>
1097       </bpmndi:BPMNShape>
1098       <bpmndi:BPMNEdge id="SequenceFlow_1lphs99_di" bpmnElement="isSdncRpc2Yes_SequenceFlow2">
1099         <di:waypoint xsi:type="dc:Point" x="1360" y="1578" />
1100         <di:waypoint xsi:type="dc:Point" x="1283" y="1578" />
1101         <bpmndi:BPMNLabel>
1102           <dc:Bounds x="1337" y="1580.0388981849903" width="18" height="12" />
1103         </bpmndi:BPMNLabel>
1104       </bpmndi:BPMNEdge>
1105       <bpmndi:BPMNEdge id="SequenceFlow_0lk1uut_di" bpmnElement="isSdncRpc2No_SequenceFlow2">
1106         <di:waypoint xsi:type="dc:Point" x="1385" y="1553" />
1107         <di:waypoint xsi:type="dc:Point" x="1385" y="1444" />
1108         <di:waypoint xsi:type="dc:Point" x="799" y="1444" />
1109         <bpmndi:BPMNLabel>
1110           <dc:Bounds x="1362" y="1543.660178848007" width="14" height="12" />
1111         </bpmndi:BPMNLabel>
1112       </bpmndi:BPMNEdge>
1113       <bpmndi:BPMNShape id="ScriptTask_1lkq0a3_di" bpmnElement="Task_10lubzj">
1114         <dc:Bounds x="1312" y="395" width="100" height="80" />
1115       </bpmndi:BPMNShape>
1116       <bpmndi:BPMNShape id="ScriptTask_19o9l99_di" bpmnElement="Task_0q6pzpn">
1117         <dc:Bounds x="688" y="830" width="100" height="80" />
1118       </bpmndi:BPMNShape>
1119       <bpmndi:BPMNShape id="EndEvent_1te02c4_di" bpmnElement="EndEvent_1te02c4">
1120         <dc:Bounds x="467" y="1426" width="36" height="36" />
1121         <bpmndi:BPMNLabel>
1122           <dc:Bounds x="486" y="1462" width="0" height="0" />
1123         </bpmndi:BPMNLabel>
1124       </bpmndi:BPMNShape>
1125       <bpmndi:BPMNShape id="EndEvent_1kpt4kc_di" bpmnElement="EndEvent_1kpt4kc">
1126         <dc:Bounds x="1160" y="1075" width="36" height="36" />
1127         <bpmndi:BPMNLabel>
1128           <dc:Bounds x="1179" y="1111" width="0" height="0" />
1129         </bpmndi:BPMNLabel>
1130       </bpmndi:BPMNShape>
1131       <bpmndi:BPMNShape id="EndEvent_0ti2ctu_di" bpmnElement="EndEvent_0ti2ctu">
1132         <dc:Bounds x="1486" y="-9" width="36" height="36" />
1133         <bpmndi:BPMNLabel>
1134           <dc:Bounds x="1468" y="38" width="72" height="12" />
1135         </bpmndi:BPMNLabel>
1136       </bpmndi:BPMNShape>
1137       <bpmndi:BPMNEdge id="SequenceFlow_1s8b1m1_di" bpmnElement="SequenceFlow_1s8b1m1">
1138         <di:waypoint xsi:type="dc:Point" x="699" y="1444" />
1139         <di:waypoint xsi:type="dc:Point" x="597" y="1444" />
1140         <di:waypoint xsi:type="dc:Point" x="597" y="1444" />
1141         <di:waypoint xsi:type="dc:Point" x="503" y="1444" />
1142         <bpmndi:BPMNLabel>
1143           <dc:Bounds x="612" y="1444" width="0" height="0" />
1144         </bpmndi:BPMNLabel>
1145       </bpmndi:BPMNEdge>
1146       <bpmndi:BPMNShape id="ScriptTask_1feo4ms_di" bpmnElement="Task_0zzobg6">
1147         <dc:Bounds x="699" y="1404" width="100" height="80" />
1148       </bpmndi:BPMNShape>
1149       <bpmndi:BPMNShape id="ScriptTask_0myjg9k_di" bpmnElement="ScriptTask_0myjg9k">
1150         <dc:Bounds x="688" y="1053" width="100" height="80" />
1151       </bpmndi:BPMNShape>
1152       <bpmndi:BPMNEdge id="SequenceFlow_0b8j5rw_di" bpmnElement="SequenceFlow_0b8j5rw">
1153         <di:waypoint xsi:type="dc:Point" x="379" y="870" />
1154         <di:waypoint xsi:type="dc:Point" x="432" y="870" />
1155         <bpmndi:BPMNLabel>
1156           <dc:Bounds x="406" y="855" width="0" height="0" />
1157         </bpmndi:BPMNLabel>
1158       </bpmndi:BPMNEdge>
1159       <bpmndi:BPMNShape id="ScriptTask_17adm0m_di" bpmnElement="Task_1imzwi3">
1160         <dc:Bounds x="279" y="830" width="100" height="80" />
1161       </bpmndi:BPMNShape>
1162       <bpmndi:BPMNEdge id="SequenceFlow_1ipz2ze_di" bpmnElement="SequenceFlow_1ipz2ze">
1163         <di:waypoint xsi:type="dc:Point" x="1454" y="1578" />
1164         <di:waypoint xsi:type="dc:Point" x="1432" y="1578" />
1165         <di:waypoint xsi:type="dc:Point" x="1432" y="1578" />
1166         <di:waypoint xsi:type="dc:Point" x="1410" y="1578" />
1167         <bpmndi:BPMNLabel>
1168           <dc:Bounds x="1447" y="1578" width="0" height="0" />
1169         </bpmndi:BPMNLabel>
1170       </bpmndi:BPMNEdge>
1171       <bpmndi:BPMNShape id="CallActivity_1u07hp7_di" bpmnElement="CallActivity_1u07hp7">
1172         <dc:Bounds x="841" y="1053" width="100" height="80" />
1173       </bpmndi:BPMNShape>
1174       <bpmndi:BPMNEdge id="SequenceFlow_0vzsyrd_di" bpmnElement="SequenceFlow_0vzsyrd">
1175         <di:waypoint xsi:type="dc:Point" x="941" y="1093" />
1176         <di:waypoint xsi:type="dc:Point" x="1007" y="1093" />
1177         <bpmndi:BPMNLabel>
1178           <dc:Bounds x="974" y="1078" width="0" height="0" />
1179         </bpmndi:BPMNLabel>
1180       </bpmndi:BPMNEdge>
1181       <bpmndi:BPMNEdge id="SequenceFlow_0bwpkkb_di" bpmnElement="SequenceFlow_0bwpkkb">
1182         <di:waypoint xsi:type="dc:Point" x="738" y="910" />
1183         <di:waypoint xsi:type="dc:Point" x="738" y="953" />
1184         <bpmndi:BPMNLabel>
1185           <dc:Bounds x="753" y="922" width="0" height="0" />
1186         </bpmndi:BPMNLabel>
1187       </bpmndi:BPMNEdge>
1188       <bpmndi:BPMNEdge id="SequenceFlow_0lndbvr_di" bpmnElement="SequenceFlow_0lndbvr">
1189         <di:waypoint xsi:type="dc:Point" x="936" y="909" />
1190         <di:waypoint xsi:type="dc:Point" x="936" y="978" />
1191         <di:waypoint xsi:type="dc:Point" x="763" y="978" />
1192         <bpmndi:BPMNLabel>
1193           <dc:Bounds x="951" y="944" width="0" height="0" />
1194         </bpmndi:BPMNLabel>
1195       </bpmndi:BPMNEdge>
1196       <bpmndi:BPMNEdge id="SequenceFlow_096tad6_di" bpmnElement="SequenceFlow_096tad6">
1197         <di:waypoint xsi:type="dc:Point" x="788" y="1093" />
1198         <di:waypoint xsi:type="dc:Point" x="841" y="1093" />
1199         <bpmndi:BPMNLabel>
1200           <dc:Bounds x="815" y="1078" width="0" height="0" />
1201         </bpmndi:BPMNLabel>
1202       </bpmndi:BPMNEdge>
1203       <bpmndi:BPMNShape id="TextAnnotation_1py1p84_di" bpmnElement="TextAnnotation_1py1p84">
1204         <dc:Bounds x="1036" y="901" width="252" height="119" />
1205       </bpmndi:BPMNShape>
1206       <bpmndi:BPMNEdge id="Association_0nketgd_di" bpmnElement="Association_0nketgd">
1207         <di:waypoint xsi:type="dc:Point" x="941" y="1069" />
1208         <di:waypoint xsi:type="dc:Point" x="1041" y="1020" />
1209       </bpmndi:BPMNEdge>
1210       <bpmndi:BPMNShape id="ScriptTask_0w2ekuz_di" bpmnElement="ScriptTask_0w2ekuz">
1211         <dc:Bounds x="1007" y="1053" width="100" height="80" />
1212       </bpmndi:BPMNShape>
1213       <bpmndi:BPMNEdge id="SequenceFlow_1qwubew_di" bpmnElement="SequenceFlow_1qwubew">
1214         <di:waypoint xsi:type="dc:Point" x="1107" y="1093" />
1215         <di:waypoint xsi:type="dc:Point" x="1160" y="1093" />
1216         <bpmndi:BPMNLabel>
1217           <dc:Bounds x="1134" y="1068" width="0" height="0" />
1218         </bpmndi:BPMNLabel>
1219       </bpmndi:BPMNEdge>
1220       <bpmndi:BPMNShape id="ExclusiveGateway_1r7vhm5_di" bpmnElement="isRollbackOn_ExclusiveGateway" isMarkerVisible="true">
1221         <dc:Bounds x="304" y="1159" width="50" height="50" />
1222         <bpmndi:BPMNLabel>
1223           <dc:Bounds x="290" y="1209" width="78" height="12" />
1224         </bpmndi:BPMNLabel>
1225       </bpmndi:BPMNShape>
1226       <bpmndi:BPMNEdge id="SequenceFlow_19kcbiw_di" bpmnElement="isRollbackOn_SequenceFlow_Yes">
1227         <di:waypoint xsi:type="dc:Point" x="329" y="1159" />
1228         <di:waypoint xsi:type="dc:Point" x="329" y="1110" />
1229         <bpmndi:BPMNLabel>
1230           <dc:Bounds x="337" y="1142" width="18" height="12" />
1231         </bpmndi:BPMNLabel>
1232       </bpmndi:BPMNEdge>
1233       <bpmndi:BPMNEdge id="SequenceFlow_0pl3e54_di" bpmnElement="isRollbackOn_SequenceFlow_No">
1234         <di:waypoint xsi:type="dc:Point" x="354" y="1184" />
1235         <di:waypoint xsi:type="dc:Point" x="432" y="1184" />
1236         <bpmndi:BPMNLabel>
1237           <dc:Bounds x="355" y="1190" width="14" height="12" />
1238         </bpmndi:BPMNLabel>
1239       </bpmndi:BPMNEdge>
1240       <bpmndi:BPMNShape id="InclusiveGateway_0zl5xa8_di" bpmnElement="ExclusiveGateway_1qb2vwe">
1241         <dc:Bounds x="713" y="953" width="50" height="50" />
1242         <bpmndi:BPMNLabel>
1243           <dc:Bounds x="738" y="1003" width="0" height="0" />
1244         </bpmndi:BPMNLabel>
1245       </bpmndi:BPMNShape>
1246       <bpmndi:BPMNEdge id="SequenceFlow_15sffxc_di" bpmnElement="SequenceFlow_15sffxc">
1247         <di:waypoint xsi:type="dc:Point" x="738" y="1003" />
1248         <di:waypoint xsi:type="dc:Point" x="738" y="1053" />
1249         <bpmndi:BPMNLabel>
1250           <dc:Bounds x="753" y="1028" width="0" height="0" />
1251         </bpmndi:BPMNLabel>
1252       </bpmndi:BPMNEdge>
1253       <bpmndi:BPMNShape id="InclusiveGateway_0t3i8it_di" bpmnElement="ExclusiveGateway_1bk0tqd">
1254         <dc:Bounds x="432" y="845" width="50" height="50" />
1255         <bpmndi:BPMNLabel>
1256           <dc:Bounds x="457" y="895" width="0" height="0" />
1257         </bpmndi:BPMNLabel>
1258       </bpmndi:BPMNShape>
1259       <bpmndi:BPMNEdge id="SequenceFlow_0k7y7b5_di" bpmnElement="SequenceFlow_0k7y7b5">
1260         <di:waypoint xsi:type="dc:Point" x="482" y="870" />
1261         <di:waypoint xsi:type="dc:Point" x="527" y="870" />
1262         <bpmndi:BPMNLabel>
1263           <dc:Bounds x="505" y="845" width="0" height="0" />
1264         </bpmndi:BPMNLabel>
1265       </bpmndi:BPMNEdge>
1266       <bpmndi:BPMNShape id="ScriptTask_0p3v749_di" bpmnElement="ScriptTask_0p3v749">
1267         <dc:Bounds x="1335" y="-31" width="100" height="80" />
1268       </bpmndi:BPMNShape>
1269       <bpmndi:BPMNEdge id="SequenceFlow_18ylufb_di" bpmnElement="SequenceFlow_18ylufb">
1270         <di:waypoint xsi:type="dc:Point" x="1435" y="9" />
1271         <di:waypoint xsi:type="dc:Point" x="1486" y="9" />
1272         <bpmndi:BPMNLabel>
1273           <dc:Bounds x="1461" y="-6" width="0" height="0" />
1274         </bpmndi:BPMNLabel>
1275       </bpmndi:BPMNEdge>
1276       <bpmndi:BPMNShape id="InclusiveGateway_1eochiz_di" bpmnElement="ExclusiveGateway_1umhuft">
1277         <dc:Bounds x="432" y="1159" width="50" height="50" />
1278         <bpmndi:BPMNLabel>
1279           <dc:Bounds x="457" y="1209" width="0" height="0" />
1280         </bpmndi:BPMNLabel>
1281       </bpmndi:BPMNShape>
1282       <bpmndi:BPMNEdge id="SequenceFlow_17nx822_di" bpmnElement="SequenceFlow_17nx822">
1283         <di:waypoint xsi:type="dc:Point" x="482" y="1184" />
1284         <di:waypoint xsi:type="dc:Point" x="1057" y="1184" />
1285         <di:waypoint xsi:type="dc:Point" x="1057" y="1133" />
1286         <bpmndi:BPMNLabel>
1287           <dc:Bounds x="770" y="1169" width="0" height="0" />
1288         </bpmndi:BPMNLabel>
1289       </bpmndi:BPMNEdge>
1290       <bpmndi:BPMNShape id="TextAnnotation_1orb6o6_di" bpmnElement="TextAnnotation_1orb6o6">
1291         <dc:Bounds x="1606" y="1241" width="233" height="37" />
1292       </bpmndi:BPMNShape>
1293       <bpmndi:BPMNEdge id="Association_0c315jr_di" bpmnElement="Association_0c315jr">
1294         <di:waypoint xsi:type="dc:Point" x="1557" y="1289" />
1295         <di:waypoint xsi:type="dc:Point" x="1621" y="1278" />
1296       </bpmndi:BPMNEdge>
1297       <bpmndi:BPMNShape id="TextAnnotation_0wjpv6r_di" bpmnElement="TextAnnotation_0wjpv6r">
1298         <dc:Bounds x="341" y="735" width="180" height="36" />
1299       </bpmndi:BPMNShape>
1300       <bpmndi:BPMNEdge id="Association_0eolbkz_di" bpmnElement="Association_0eolbkz">
1301         <di:waypoint xsi:type="dc:Point" x="452" y="850" />
1302         <di:waypoint xsi:type="dc:Point" x="435" y="771" />
1303       </bpmndi:BPMNEdge>
1304       <bpmndi:BPMNShape id="ScriptTask_0j3058g_di" bpmnElement="ScriptTask_0j3058g">
1305         <dc:Bounds x="170" y="1144" width="100" height="80" />
1306       </bpmndi:BPMNShape>
1307       <bpmndi:BPMNEdge id="SequenceFlow_10ttvwn_di" bpmnElement="SequenceFlow_10ttvwn">
1308         <di:waypoint xsi:type="dc:Point" x="270" y="1184" />
1309         <di:waypoint xsi:type="dc:Point" x="304" y="1184" />
1310         <bpmndi:BPMNLabel>
1311           <dc:Bounds x="287" y="1159" width="0" height="0" />
1312         </bpmndi:BPMNLabel>
1313       </bpmndi:BPMNEdge>
1314       <bpmndi:BPMNShape id="ScriptTask_0z2n0hl_di" bpmnElement="callGetServiceInstance">
1315         <dc:Bounds x="759" y="155" width="100" height="80" />
1316       </bpmndi:BPMNShape>
1317     </bpmndi:BPMNPlane>
1318   </bpmndi:BPMNDiagram>
1319 </bpmn2:definitions>