1710 Rebase - Second Attempt
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateVfModuleRollback.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="_Wblj8GyfEeWUWLTvug7ZOg" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateVfModuleRollback" name="DoCreateVfModuleRollback" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables" />
8     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Rollback PrepareUpdateAAIVfModule?" default="SequenceFlow_9">
9       <bpmn2:incoming>SequenceFlow_11er1t8</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
11       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
12     </bpmn2:exclusiveGateway>
13     <bpmn2:scriptTask id="PrepareUpdateAAIVfModulePrep" name="PrepareUpdateAAIVfModule Prep" scriptFormat="groovy">
14       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
15       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
16       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
17 def dcvfmr = new DoCreateVfModuleRollback()
18 dcvfmr.preProcessRequest(execution)]]></bpmn2:script>
19     </bpmn2:scriptTask>
20     <bpmn2:callActivity id="InvokePrepareUpdateAAIVfModule" name="Invoke&#10;PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule">
21       <bpmn2:extensionElements>
22         <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest" />
23         <camunda:out source="WorkflowException" target="WorkflowException" />
24         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
25         <camunda:out source="PUAAIVfMod_heatStackId" target="DCVFMR_heatStackId" />
26       </bpmn2:extensionElements>
27       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
28       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
29     </bpmn2:callActivity>
30     <bpmn2:sequenceFlow id="SequenceFlow_6" name="yes" sourceRef="ExclusiveGateway_1" targetRef="PrepareUpdateAAIVfModulePrep">
31       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackPrepareUpdateVfModule") == "true"}]]></bpmn2:conditionExpression>
32     </bpmn2:sequenceFlow>
33     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="InvokePrepareUpdateAAIVfModule" />
34     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="ExclusiveGateway_2" />
35     <bpmn2:sequenceFlow id="SequenceFlow_9" name="no" sourceRef="ExclusiveGateway_1" targetRef="ExclusiveGateway_2" />
36     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Rollback 1707 SDNC Activate?" default="SequenceFlow_15">
37       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
38       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
39       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
40       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
41     </bpmn2:exclusiveGateway>
42     <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter&#10;Prep" scriptFormat="groovy">
43       <bpmn2:incoming>SequenceFlow_1p0v6yk</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
45       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
46 def dcvfmr = new DoCreateVfModuleRollback()
47 dcvfmr.prepVNFAdapterRequest(execution)]]></bpmn2:script>
48     </bpmn2:scriptTask>
49     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" />
50     <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke&#10;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">
51       <bpmn2:extensionElements>
52         <camunda:out source="WorkflowException" target="WorkflowException" />
53         <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" />
54         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
55         <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_DoCreateVfModuleRollbackResponse" />
56         <camunda:in source="mso-request-id" target="mso-request-id" />
57         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
58       </bpmn2:extensionElements>
59       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
61     </bpmn2:callActivity>
62     <bpmn2:sequenceFlow id="SequenceFlow_10" name="yes" sourceRef="ExclusiveGateway_2" targetRef="PrepareSDNCDeactivateRequest">
63       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestActivate") == "true" && execution.getVariable("sdncVersion") == "1707"}]]></bpmn2:conditionExpression>
64     </bpmn2:sequenceFlow>
65     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="InvokeVNFAdapterRestV1" targetRef="ExclusiveGateway_3" />
66     <bpmn2:sequenceFlow id="SequenceFlow_15" name="no" sourceRef="ExclusiveGateway_2" targetRef="ExclusiveGateway_1938vz9" />
67     <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule&#10;Prep" scriptFormat="groovy">
68       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
69       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
70       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
71 def dcvfmr = new DoCreateVfModuleRollback()
72 dcvfmr.prepUpdateAAIVfModule(execution)]]></bpmn2:script>
73     </bpmn2:scriptTask>
74     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule" />
75     <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke&#10;UpdateAAIVfModule" calledElement="UpdateAAIVfModule">
76       <bpmn2:extensionElements>
77         <camunda:out source="WorkflowException" target="WorkflowException" />
78         <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
79         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
80       </bpmn2:extensionElements>
81       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
83     </bpmn2:callActivity>
84     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="ExclusiveGateway_4" />
85     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Rollback Update AAI Vf Module?" default="SequenceFlow_17">
86       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
87       <bpmn2:incoming>SequenceFlow_03i4czf</bpmn2:incoming>
88       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
89       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
90     </bpmn2:exclusiveGateway>
91     <bpmn2:sequenceFlow id="SequenceFlow_13" name="yes" sourceRef="ExclusiveGateway_3" targetRef="UpdateAAIVfModulePrep">
92       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackUpdateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
93     </bpmn2:sequenceFlow>
94     <bpmn2:sequenceFlow id="SequenceFlow_17" name="no" sourceRef="ExclusiveGateway_3" targetRef="ExclusiveGateway_4" />
95     <bpmn2:exclusiveGateway id="ExclusiveGateway_4" name="Rollback SDNC Request?" default="SequenceFlow_20">
96       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
97       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
98       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
99       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
100     </bpmn2:exclusiveGateway>
101     <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="ExclusiveGateway_4" targetRef="ExclusiveGateway_1h87hhh">
102       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestAssign") == "true" || execution.getVariable("DCVFMR_rollbackSDNCRequestActivate") == "true"}]]></bpmn2:conditionExpression>
103     </bpmn2:sequenceFlow>
104     <bpmn2:sequenceFlow id="SequenceFlow_20" name="no" sourceRef="ExclusiveGateway_4" targetRef="ExclusiveGateway_5" />
105     <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter&#10;Prep" scriptFormat="groovy">
106       <bpmn2:incoming>SequenceFlow_1rpg6ac</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
108       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
109 def dcvfmr = new DoCreateVfModuleRollback()
110 dcvfmr.prepSDNCAdapterRequest(execution)]]></bpmn2:script>
111     </bpmn2:scriptTask>
112     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2" />
113     <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke&#10;SDNCAdapterV1" calledElement="sdncAdapter">
114       <bpmn2:extensionElements>
115         <camunda:out source="WorkflowException" target="WorkflowException" />
116         <camunda:in source="sdncAdapterWorkflowRequest" target="sdncAdapterWorkflowRequest" />
117         <camunda:in source="mso-request-id" target="mso-request-id" />
118         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
119         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
120         <camunda:out source="sdncAdapterResponse" target="DCVFMR_DoCreateVfModuleRollbackResponse" />
121         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
122       </bpmn2:extensionElements>
123       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
124       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
125     </bpmn2:callActivity>
126     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Delete AAI VF Modlue?" default="SequenceFlow_21">
127       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
128       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
129       <bpmn2:incoming>SequenceFlow_12otwa4</bpmn2:incoming>
130       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
131       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
132     </bpmn2:exclusiveGateway>
133     <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="ExclusiveGateway_5" targetRef="SetSuccessfulRollbackStatus" />
134     <bpmn2:sequenceFlow id="SequenceFlow_24" name="yes" sourceRef="ExclusiveGateway_5" targetRef="DeleteAAIVfModulePrep">
135       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
136     </bpmn2:sequenceFlow>
137     <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke&#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
138       <bpmn2:extensionElements>
139         <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
140         <camunda:in source="isVidRequest" target="isVidRequest" />
141         <camunda:out source="WorkflowException" target="WorkflowException" />
142         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
143       </bpmn2:extensionElements>
144       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
145       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
146     </bpmn2:callActivity>
147     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="SetSuccessfulRollbackStatus" />
148     <bpmn2:endEvent id="EndEvent_9">
149       <bpmn2:incoming>SequenceFlow_0ggp8wz</bpmn2:incoming>
150       <bpmn2:incoming>SequenceFlow_1h8ve60</bpmn2:incoming>
151     </bpmn2:endEvent>
152     <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule&#10;Prep" scriptFormat="groovy">
153       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
154       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
155       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
156 def dcvfmr = new DoCreateVfModuleRollback()
157 dcvfmr.prepDeleteAAIVfModule(execution)]]></bpmn2:script>
158     </bpmn2:scriptTask>
159     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule" />
160     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="InvokeSDNCAdapterV1_2" targetRef="ScriptTask_1" />
161     <bpmn2:scriptTask id="ScriptTask_1" name="Validate SDNC Response" scriptFormat="groovy">
162       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
163       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
164       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
165 def dcvfmr = new DoCreateVfModuleRollback()
166 dcvfmr.sdncValidateResponse(execution, DCVFMR_DoCreateVfModuleRollbackResponse)]]></bpmn2:script>
167     </bpmn2:scriptTask>
168     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_1" targetRef="ExclusiveGateway_5" />
169     <bpmn2:subProcess id="SubProcess_1" name="Rollback Error Handling" triggeredByEvent="true">
170       <bpmn2:startEvent id="CatchExceptions" name="Catch Exceptions">
171         <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
172         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
173       </bpmn2:startEvent>
174       <bpmn2:endEvent id="EndEvent_1">
175         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
176       </bpmn2:endEvent>
177       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="LogSaveWorkflowException" targetRef="EndEvent_1" />
178       <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CatchExceptions" targetRef="SetFailedRollbackStatus" />
179       <bpmn2:scriptTask id="LogSaveWorkflowException" name="Log and Save Workflow Exception" scriptFormat="groovy">
180         <bpmn2:incoming>SequenceFlow_02fx6z6</bpmn2:incoming>
181         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
182         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
183 def dcvfmr = new DoCreateVfModuleRollback()
184 dcvfmr.logWorkflowException(execution, 'DoCreateVfModuleRollback caught an event')
185 dcvfmr.saveWorkflowException(execution, 'DCVFMR_CaughtWorkflowException1')]]></bpmn2:script>
186       </bpmn2:scriptTask>
187       <bpmn2:sequenceFlow id="SequenceFlow_02fx6z6" sourceRef="SetFailedRollbackStatus" targetRef="LogSaveWorkflowException" />
188       <bpmn2:scriptTask id="SetFailedRollbackStatus" name="Set Failed Rollback Status" scriptFormat="groovy">
189         <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
190         <bpmn2:outgoing>SequenceFlow_02fx6z6</bpmn2:outgoing>
191         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
192 def dcvfmr = new DoCreateVfModuleRollback()
193 dcvfmr.setFailedRollbackStatus(execution)]]></bpmn2:script>
194       </bpmn2:scriptTask>
195     </bpmn2:subProcess>
196     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
197       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
198       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_86" />
199     </bpmn2:boundaryEvent>
200     <bpmn2:endEvent id="EndEvent_2">
201       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
202     </bpmn2:endEvent>
203     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_2" />
204     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
205       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
206       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
207       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
208 def dcvfmr = new DoCreateVfModuleRollback()
209 dcvfmr.preProcessRequest(execution)]]></bpmn2:script>
210     </bpmn2:scriptTask>
211     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="InitializeVariables" targetRef="ExclusiveGateway_1yozzae" />
212     <bpmn2:exclusiveGateway id="ExclusiveGateway_0a0hroy" name="Rollback Update AAI Generic VNF?" default="SequenceFlow_185bo77">
213       <bpmn2:incoming>SequenceFlow_0djpj3r</bpmn2:incoming>
214       <bpmn2:incoming>SequenceFlow_0n58kg1</bpmn2:incoming>
215       <bpmn2:outgoing>SequenceFlow_185bo77</bpmn2:outgoing>
216       <bpmn2:outgoing>SequenceFlow_111l1he</bpmn2:outgoing>
217     </bpmn2:exclusiveGateway>
218     <bpmn2:scriptTask id="Task_08csf14" name="Delete Network Policies from AAI" scriptFormat="groovy">
219       <bpmn2:incoming>SequenceFlow_0unumxv</bpmn2:incoming>
220       <bpmn2:outgoing>SequenceFlow_0djpj3r</bpmn2:outgoing>
221       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
222 def dcvfmr = new DoCreateVfModuleRollback()
223 dcvfmr.deleteNetworkPoliciesFromAAI(execution)]]></bpmn2:script>
224     </bpmn2:scriptTask>
225     <bpmn2:scriptTask id="Task_18r7u02" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
226       <bpmn2:incoming>SequenceFlow_111l1he</bpmn2:incoming>
227       <bpmn2:outgoing>SequenceFlow_0ca4brn</bpmn2:outgoing>
228       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
229 def dcvfmr = new DoCreateVfModuleRollback()
230 dcvfmr.preProcessUpdateAAIGenericVnf(execution)]]></bpmn2:script>
231     </bpmn2:scriptTask>
232     <bpmn2:callActivity id="Task_01ajtiy" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
233       <bpmn2:extensionElements>
234         <camunda:in source="DCVFMR_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
235         <camunda:in source="mso-request-id" target="mso-request-id" />
236         <camunda:in source="mso-service-id" target="mso-service-id" />
237         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
238         <camunda:out source="WorkflowException" target="WorkflowException" />
239       </bpmn2:extensionElements>
240       <bpmn2:incoming>SequenceFlow_0ca4brn</bpmn2:incoming>
241       <bpmn2:outgoing>SequenceFlow_19r2uus</bpmn2:outgoing>
242     </bpmn2:callActivity>
243     <bpmn2:sequenceFlow id="SequenceFlow_0djpj3r" sourceRef="Task_08csf14" targetRef="ExclusiveGateway_0a0hroy" />
244     <bpmn2:exclusiveGateway id="ExclusiveGateway_0uvarlv" name="Rollback VNF Adapter Create?" default="SequenceFlow_03i4czf">
245       <bpmn2:incoming>SequenceFlow_185bo77</bpmn2:incoming>
246       <bpmn2:incoming>SequenceFlow_19r2uus</bpmn2:incoming>
247       <bpmn2:outgoing>SequenceFlow_1p0v6yk</bpmn2:outgoing>
248       <bpmn2:outgoing>SequenceFlow_03i4czf</bpmn2:outgoing>
249     </bpmn2:exclusiveGateway>
250     <bpmn2:sequenceFlow id="SequenceFlow_185bo77" name="no" sourceRef="ExclusiveGateway_0a0hroy" targetRef="ExclusiveGateway_0uvarlv" />
251     <bpmn2:sequenceFlow id="SequenceFlow_111l1he" name="yes" sourceRef="ExclusiveGateway_0a0hroy" targetRef="Task_18r7u02">
252       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackUpdateVnfAAI") == "true"}]]></bpmn2:conditionExpression>
253     </bpmn2:sequenceFlow>
254     <bpmn2:sequenceFlow id="SequenceFlow_0ca4brn" sourceRef="Task_18r7u02" targetRef="Task_01ajtiy" />
255     <bpmn2:sequenceFlow id="SequenceFlow_19r2uus" sourceRef="Task_01ajtiy" targetRef="ExclusiveGateway_0uvarlv" />
256     <bpmn2:sequenceFlow id="SequenceFlow_1p0v6yk" name="yes&#10;&#10;" sourceRef="ExclusiveGateway_0uvarlv" targetRef="VNFAdapterPrep">
257       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackVnfAdapterCreate") == "true"}]]></bpmn2:conditionExpression>
258     </bpmn2:sequenceFlow>
259     <bpmn2:sequenceFlow id="SequenceFlow_03i4czf" name="no" sourceRef="ExclusiveGateway_0uvarlv" targetRef="ExclusiveGateway_3" />
260     <bpmn2:exclusiveGateway id="ExclusiveGateway_1yozzae" name="Skip Rollback?" default="SequenceFlow_11er1t8">
261       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
262       <bpmn2:outgoing>SequenceFlow_11er1t8</bpmn2:outgoing>
263       <bpmn2:outgoing>SequenceFlow_0ggp8wz</bpmn2:outgoing>
264     </bpmn2:exclusiveGateway>
265     <bpmn2:sequenceFlow id="SequenceFlow_11er1t8" name="no" sourceRef="ExclusiveGateway_1yozzae" targetRef="ExclusiveGateway_1" />
266     <bpmn2:sequenceFlow id="SequenceFlow_0ggp8wz" name="yes" sourceRef="ExclusiveGateway_1yozzae" targetRef="EndEvent_9">
267       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" )  == true}]]></bpmn2:conditionExpression>
268     </bpmn2:sequenceFlow>
269     <bpmn2:exclusiveGateway id="ExclusiveGateway_1938vz9" name="Rollback Network Policies Creation?" default="SequenceFlow_0n58kg1">
270       <bpmn2:incoming>SequenceFlow_06rm0hg</bpmn2:incoming>
271       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
272       <bpmn2:outgoing>SequenceFlow_0n58kg1</bpmn2:outgoing>
273       <bpmn2:outgoing>SequenceFlow_0unumxv</bpmn2:outgoing>
274     </bpmn2:exclusiveGateway>
275     <bpmn2:scriptTask id="PrepareSDNCDeactivateRequest" name="Prepare SDNC Deactivate Request" scriptFormat="groovy">
276       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
277       <bpmn2:outgoing>SequenceFlow_0ugalf8</bpmn2:outgoing>
278       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
279 def dcvfmr = new DoCreateVfModuleRollback()
280 dcvfmr.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
281     </bpmn2:scriptTask>
282     <bpmn2:callActivity id="CallSDNCDeactivate" name="Call SDNC Adapter Deactivate" calledElement="sdncAdapter">
283       <bpmn2:extensionElements>
284         <camunda:in source="DCVFMR_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
285         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
286         <camunda:in source="mso-request-id" target="mso-request-id" />
287         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
288         <camunda:out source="WorkflowException" target="WorkflowException" />
289         <camunda:out source="sdncAdapterResponse" target="DCVFMR_deactivateSDNCAdapterResponse" />
290         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
291       </bpmn2:extensionElements>
292       <bpmn2:incoming>SequenceFlow_0ugalf8</bpmn2:incoming>
293       <bpmn2:outgoing>SequenceFlow_0n78x37</bpmn2:outgoing>
294     </bpmn2:callActivity>
295     <bpmn2:scriptTask id="PostProcessSDNCDeactivateRequest" name="PostProcess SDNC Deactivate Request" scriptFormat="groovy">
296       <bpmn2:incoming>SequenceFlow_0n78x37</bpmn2:incoming>
297       <bpmn2:outgoing>SequenceFlow_06rm0hg</bpmn2:outgoing>
298       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
299 def dcvfmr = new DoCreateVfModuleRollback()
300 String response = execution.getVariable("DCVFMR_deactivateSDNCAdapterResponse")
301 dcvfmr.sdncValidateResponse(execution, response)]]></bpmn2:script>
302     </bpmn2:scriptTask>
303     <bpmn2:sequenceFlow id="SequenceFlow_0ugalf8" sourceRef="PrepareSDNCDeactivateRequest" targetRef="CallSDNCDeactivate" />
304     <bpmn2:sequenceFlow id="SequenceFlow_0n78x37" sourceRef="CallSDNCDeactivate" targetRef="PostProcessSDNCDeactivateRequest" />
305     <bpmn2:sequenceFlow id="SequenceFlow_06rm0hg" sourceRef="PostProcessSDNCDeactivateRequest" targetRef="ExclusiveGateway_1938vz9" />
306     <bpmn2:sequenceFlow id="SequenceFlow_0n58kg1" name="no" sourceRef="ExclusiveGateway_1938vz9" targetRef="ExclusiveGateway_0a0hroy" />
307     <bpmn2:sequenceFlow id="SequenceFlow_0unumxv" name="yes" sourceRef="ExclusiveGateway_1938vz9" targetRef="Task_08csf14">
308       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateNetworkPoliciesAAI") == "true"}]]></bpmn2:conditionExpression>
309     </bpmn2:sequenceFlow>
310     <bpmn2:sequenceFlow id="SequenceFlow_1iufuuu" sourceRef="PrepareSDNCUnassignRequest" targetRef="CallSDNCAdapterUnassign" />
311     <bpmn2:sequenceFlow id="SequenceFlow_1l4n37b" sourceRef="CallSDNCAdapterUnassign" targetRef="PostProcessSDNCUnassignRequest" />
312     <bpmn2:scriptTask id="PrepareSDNCUnassignRequest" name="Prepare SDNC Unassign Request" scriptFormat="groovy">
313       <bpmn2:incoming>SequenceFlow_16ghmax</bpmn2:incoming>
314       <bpmn2:outgoing>SequenceFlow_1iufuuu</bpmn2:outgoing>
315       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
316 def dcvfmr = new DoCreateVfModuleRollback()
317 dcvfmr.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
318     </bpmn2:scriptTask>
319     <bpmn2:callActivity id="CallSDNCAdapterUnassign" name="Call SDNC Adapter Unassign" calledElement="sdncAdapter">
320       <bpmn2:extensionElements>
321         <camunda:in source="DCVFMR_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
322         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
323         <camunda:in source="mso-request-id" target="mso-request-id" />
324         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
325         <camunda:out source="WorkflowException" target="WorkflowException" />
326         <camunda:out source="sdncAdapterResponse" target="DCVFMR_unassignSDNCAdapterResponse" />
327         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
328       </bpmn2:extensionElements>
329       <bpmn2:incoming>SequenceFlow_1iufuuu</bpmn2:incoming>
330       <bpmn2:outgoing>SequenceFlow_1l4n37b</bpmn2:outgoing>
331     </bpmn2:callActivity>
332     <bpmn2:scriptTask id="PostProcessSDNCUnassignRequest" name="PostProcess SDNC Unassign Request" scriptFormat="groovy">
333       <bpmn2:incoming>SequenceFlow_1l4n37b</bpmn2:incoming>
334       <bpmn2:outgoing>SequenceFlow_12otwa4</bpmn2:outgoing>
335       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
336 def dcvfmr = new DoCreateVfModuleRollback()
337 String response = execution.getVariable("DCVFMR_unassignSDNCAdapterResponse")
338 dcvfmr.sdncValidateResponse(execution, response)]]></bpmn2:script>
339     </bpmn2:scriptTask>
340     <bpmn2:exclusiveGateway id="ExclusiveGateway_1h87hhh" name="Rollback 1707 SDNC Activate?" default="SequenceFlow_1rpg6ac">
341       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
342       <bpmn2:outgoing>SequenceFlow_1rpg6ac</bpmn2:outgoing>
343       <bpmn2:outgoing>SequenceFlow_16ghmax</bpmn2:outgoing>
344     </bpmn2:exclusiveGateway>
345     <bpmn2:sequenceFlow id="SequenceFlow_1rpg6ac" name="no" sourceRef="ExclusiveGateway_1h87hhh" targetRef="SDNCAdapterPrep2" />
346     <bpmn2:sequenceFlow id="SequenceFlow_16ghmax" name="yes" sourceRef="ExclusiveGateway_1h87hhh" targetRef="PrepareSDNCUnassignRequest">
347       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestAssign") == "true" && execution.getVariable("sdncVersion") == "1707"}]]></bpmn2:conditionExpression>
348     </bpmn2:sequenceFlow>
349     <bpmn2:sequenceFlow id="SequenceFlow_12otwa4" sourceRef="PostProcessSDNCUnassignRequest" targetRef="ExclusiveGateway_5" />
350     <bpmn2:sequenceFlow id="SequenceFlow_1h8ve60" sourceRef="SetSuccessfulRollbackStatus" targetRef="EndEvent_9" />
351     <bpmn2:scriptTask id="SetSuccessfulRollbackStatus" name="Set Successful Rollback Status" scriptFormat="groovy">
352       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
353       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
354       <bpmn2:outgoing>SequenceFlow_1h8ve60</bpmn2:outgoing>
355       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
356 def dcvfmr = new DoCreateVfModuleRollback()
357 dcvfmr.setSuccessfulRollbackStatus(execution)]]></bpmn2:script>
358     </bpmn2:scriptTask>
359   </bpmn2:process>
360   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
361   <bpmn2:message id="Message_1" name="DoCreateVfModuleRollbackRequest" />
362   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
363     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModuleRollback">
364       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
365         <dc:Bounds x="13" y="100" width="36" height="36" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="31" y="141" width="0" height="0" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
371         <dc:Bounds x="115" y="78" width="100" height="80" />
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
374         <di:waypoint xsi:type="dc:Point" x="49" y="118" />
375         <di:waypoint xsi:type="dc:Point" x="115" y="118" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="82" y="103" width="0" height="0" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">
381         <dc:Bounds x="725" y="23" width="100" height="80" />
382       </bpmndi:BPMNShape>
383       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">
384         <dc:Bounds x="552" y="23" width="100" height="80" />
385       </bpmndi:BPMNShape>
386       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
387         <dc:Bounds x="104" y="763" width="100" height="80" />
388       </bpmndi:BPMNShape>
389       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
390         <dc:Bounds x="262" y="763" width="100" height="80" />
391       </bpmndi:BPMNShape>
392       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_170" targetElement="_BPMNShape_CallActivity_13">
393         <di:waypoint xsi:type="dc:Point" x="204" y="803" />
394         <di:waypoint xsi:type="dc:Point" x="262" y="803" />
395         <bpmndi:BPMNLabel>
396           <dc:Bounds x="225" y="803" width="0" height="0" />
397         </bpmndi:BPMNLabel>
398       </bpmndi:BPMNEdge>
399       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">
400         <dc:Bounds x="552" y="758" width="100" height="80" />
401       </bpmndi:BPMNShape>
402       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">
403         <dc:Bounds x="732" y="758" width="100" height="80" />
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
406         <dc:Bounds x="187" y="995" width="100" height="80" />
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">
409         <dc:Bounds x="327" y="995" width="100" height="80" />
410       </bpmndi:BPMNShape>
411       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">
412         <dc:Bounds x="704" y="998" width="100" height="80" />
413       </bpmndi:BPMNShape>
414       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">
415         <dc:Bounds x="860" y="998" width="100" height="80" />
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
418         <di:waypoint xsi:type="dc:Point" x="287" y="1035" />
419         <di:waypoint xsi:type="dc:Point" x="327" y="1035" />
420         <bpmndi:BPMNLabel>
421           <dc:Bounds x="307" y="1035" width="0" height="0" />
422         </bpmndi:BPMNLabel>
423       </bpmndi:BPMNEdge>
424       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">
425         <di:waypoint xsi:type="dc:Point" x="804" y="1038" />
426         <di:waypoint xsi:type="dc:Point" x="860" y="1038" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="820" y="1038" width="0" height="0" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
432         <dc:Bounds x="1159" y="1105" width="36" height="36" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="1177" y="1146" width="0" height="0" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">
438         <di:waypoint xsi:type="dc:Point" x="960" y="1038" />
439         <di:waypoint xsi:type="dc:Point" x="1078" y="1038" />
440         <di:waypoint xsi:type="dc:Point" x="1078" y="1083" />
441         <bpmndi:BPMNLabel>
442           <dc:Bounds x="1019" y="1023" width="0" height="0" />
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNEdge>
445       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
446         <dc:Bounds x="404" y="92" width="50" height="50" />
447         <bpmndi:BPMNLabel>
448           <dc:Bounds x="326" y="167" width="228" height="22" />
449         </bpmndi:BPMNLabel>
450       </bpmndi:BPMNShape>
451       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ExclusiveGateway_223">
452         <di:waypoint xsi:type="dc:Point" x="215" y="118" />
453         <di:waypoint xsi:type="dc:Point" x="278" y="118" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="247" y="103" width="0" height="0" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNEdge>
458       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_224" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
459         <dc:Bounds x="912" y="92" width="50" height="50" />
460         <bpmndi:BPMNLabel>
461           <dc:Bounds x="897" y="152" width="79" height="24" />
462         </bpmndi:BPMNLabel>
463       </bpmndi:BPMNShape>
464       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_168">
465         <di:waypoint xsi:type="dc:Point" x="429" y="92" />
466         <di:waypoint xsi:type="dc:Point" x="429" y="63" />
467         <di:waypoint xsi:type="dc:Point" x="503" y="63" />
468         <di:waypoint xsi:type="dc:Point" x="552" y="63" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="473" y="63" width="6" height="6" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNEdge>
473       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">
474         <di:waypoint xsi:type="dc:Point" x="652" y="63" />
475         <di:waypoint xsi:type="dc:Point" x="725" y="63" />
476       </bpmndi:BPMNEdge>
477       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_224">
478         <di:waypoint xsi:type="dc:Point" x="825" y="63" />
479         <di:waypoint xsi:type="dc:Point" x="862" y="63" />
480         <di:waypoint xsi:type="dc:Point" x="937" y="63" />
481         <di:waypoint xsi:type="dc:Point" x="937" y="92" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="888" y="63" width="6" height="6" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNEdge>
486       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ExclusiveGateway_224">
487         <di:waypoint xsi:type="dc:Point" x="454" y="117" />
488         <di:waypoint xsi:type="dc:Point" x="912" y="117" />
489         <bpmndi:BPMNLabel>
490           <dc:Bounds x="676" y="117" width="6" height="6" />
491         </bpmndi:BPMNLabel>
492       </bpmndi:BPMNEdge>
493       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ScriptTask_170">
494         <di:waypoint xsi:type="dc:Point" x="937" y="142" />
495         <di:waypoint xsi:type="dc:Point" x="937" y="229" />
496         <di:waypoint xsi:type="dc:Point" x="29" y="229" />
497         <di:waypoint xsi:type="dc:Point" x="29" y="321" />
498         <di:waypoint xsi:type="dc:Point" x="203" y="321" />
499         <bpmndi:BPMNLabel>
500           <dc:Bounds x="501" y="235" width="18" height="12" />
501         </bpmndi:BPMNLabel>
502       </bpmndi:BPMNEdge>
503       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_225" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
504         <dc:Bounds x="414" y="837" width="50" height="50" />
505         <bpmndi:BPMNLabel>
506           <dc:Bounds x="398" y="892" width="84" height="26" />
507         </bpmndi:BPMNLabel>
508       </bpmndi:BPMNShape>
509       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_CallActivity_13" targetElement="_BPMNShape_ExclusiveGateway_225">
510         <di:waypoint xsi:type="dc:Point" x="362" y="803" />
511         <di:waypoint xsi:type="dc:Point" x="383" y="803" />
512         <di:waypoint xsi:type="dc:Point" x="439" y="803" />
513         <di:waypoint xsi:type="dc:Point" x="439" y="837" />
514         <bpmndi:BPMNLabel>
515           <dc:Bounds x="424" y="803" width="0" height="0" />
516         </bpmndi:BPMNLabel>
517       </bpmndi:BPMNEdge>
518       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ScriptTask_171">
519         <di:waypoint xsi:type="dc:Point" x="464" y="862" />
520         <di:waypoint xsi:type="dc:Point" x="485" y="862" />
521         <di:waypoint xsi:type="dc:Point" x="485" y="798" />
522         <di:waypoint xsi:type="dc:Point" x="552" y="798" />
523         <bpmndi:BPMNLabel>
524           <dc:Bounds x="507" y="803" width="18" height="14" />
525         </bpmndi:BPMNLabel>
526       </bpmndi:BPMNEdge>
527       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">
528         <di:waypoint xsi:type="dc:Point" x="652" y="798" />
529         <di:waypoint xsi:type="dc:Point" x="732" y="798" />
530         <bpmndi:BPMNLabel>
531           <dc:Bounds x="663" y="798" width="0" height="0" />
532         </bpmndi:BPMNLabel>
533       </bpmndi:BPMNEdge>
534       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_226" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
535         <dc:Bounds x="912" y="837" width="50" height="50" />
536         <bpmndi:BPMNLabel>
537           <dc:Bounds x="898" y="892" width="80" height="26" />
538         </bpmndi:BPMNLabel>
539       </bpmndi:BPMNShape>
540       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ExclusiveGateway_225">
541         <di:waypoint xsi:type="dc:Point" x="962" y="117" />
542         <di:waypoint xsi:type="dc:Point" x="1025" y="117" />
543         <di:waypoint xsi:type="dc:Point" x="1025" y="212" />
544         <di:waypoint xsi:type="dc:Point" x="19" y="212" />
545         <di:waypoint xsi:type="dc:Point" x="19" y="382" />
546         <di:waypoint xsi:type="dc:Point" x="922" y="382" />
547         <bpmndi:BPMNLabel>
548           <dc:Bounds x="501" y="187" width="12" height="12" />
549         </bpmndi:BPMNLabel>
550       </bpmndi:BPMNEdge>
551       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ExclusiveGateway_226">
552         <di:waypoint xsi:type="dc:Point" x="464" y="862" />
553         <di:waypoint xsi:type="dc:Point" x="912" y="862" />
554         <bpmndi:BPMNLabel>
555           <dc:Bounds x="675" y="862" width="12" height="14" />
556         </bpmndi:BPMNLabel>
557       </bpmndi:BPMNEdge>
558       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ExclusiveGateway_226">
559         <di:waypoint xsi:type="dc:Point" x="832" y="798" />
560         <di:waypoint xsi:type="dc:Point" x="937" y="798" />
561         <di:waypoint xsi:type="dc:Point" x="937" y="837" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="910" y="798" width="0" height="0" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNEdge>
566       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ScriptTask_172">
567         <di:waypoint xsi:type="dc:Point" x="937" y="887" />
568         <di:waypoint xsi:type="dc:Point" x="937" y="958" />
569         <di:waypoint xsi:type="dc:Point" x="34" y="958" />
570         <di:waypoint xsi:type="dc:Point" x="34" y="1103" />
571         <di:waypoint xsi:type="dc:Point" x="54" y="1103" />
572         <bpmndi:BPMNLabel>
573           <dc:Bounds x="222" y="958" width="18" height="12" />
574         </bpmndi:BPMNLabel>
575       </bpmndi:BPMNEdge>
576       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_227" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
577         <dc:Bounds x="589" y="1098" width="50" height="50" />
578         <bpmndi:BPMNLabel>
579           <dc:Bounds x="578" y="1153" width="71" height="24" />
580         </bpmndi:BPMNLabel>
581       </bpmndi:BPMNShape>
582       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ExclusiveGateway_227">
583         <di:waypoint xsi:type="dc:Point" x="962" y="862" />
584         <di:waypoint xsi:type="dc:Point" x="1029" y="862" />
585         <di:waypoint xsi:type="dc:Point" x="1029" y="942" />
586         <di:waypoint xsi:type="dc:Point" x="25" y="942" />
587         <di:waypoint xsi:type="dc:Point" x="25" y="1246" />
588         <di:waypoint xsi:type="dc:Point" x="614" y="1246" />
589         <di:waypoint xsi:type="dc:Point" x="614" y="1148" />
590         <bpmndi:BPMNLabel>
591           <dc:Bounds x="796" y="912" width="12" height="12" />
592         </bpmndi:BPMNLabel>
593       </bpmndi:BPMNEdge>
594       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_EndEvent_169">
595         <di:waypoint xsi:type="dc:Point" x="639" y="1123" />
596         <di:waypoint xsi:type="dc:Point" x="1028" y="1123" />
597         <bpmndi:BPMNLabel>
598           <dc:Bounds x="811" y="1123" width="12" height="12" />
599         </bpmndi:BPMNLabel>
600       </bpmndi:BPMNEdge>
601       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_ScriptTask_173">
602         <di:waypoint xsi:type="dc:Point" x="639" y="1123" />
603         <di:waypoint xsi:type="dc:Point" x="664" y="1123" />
604         <di:waypoint xsi:type="dc:Point" x="664" y="1067" />
605         <di:waypoint xsi:type="dc:Point" x="664" y="1038" />
606         <di:waypoint xsi:type="dc:Point" x="704" y="1038" />
607         <bpmndi:BPMNLabel>
608           <dc:Bounds x="679" y="1044" width="18" height="12" />
609         </bpmndi:BPMNLabel>
610       </bpmndi:BPMNEdge>
611       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_255" bpmnElement="ScriptTask_1">
612         <dc:Bounds x="461" y="995" width="100" height="80" />
613       </bpmndi:BPMNShape>
614       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_255">
615         <di:waypoint xsi:type="dc:Point" x="427" y="1035" />
616         <di:waypoint xsi:type="dc:Point" x="461" y="1035" />
617         <bpmndi:BPMNLabel>
618           <dc:Bounds x="446" y="1035" width="0" height="0" />
619         </bpmndi:BPMNLabel>
620       </bpmndi:BPMNEdge>
621       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_255" targetElement="_BPMNShape_ExclusiveGateway_227">
622         <di:waypoint xsi:type="dc:Point" x="561" y="1035" />
623         <di:waypoint xsi:type="dc:Point" x="614" y="1035" />
624         <di:waypoint xsi:type="dc:Point" x="614" y="1098" />
625         <bpmndi:BPMNLabel>
626           <dc:Bounds x="614" y="1040" width="0" height="0" />
627         </bpmndi:BPMNLabel>
628       </bpmndi:BPMNEdge>
629       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_1" isExpanded="true">
630         <dc:Bounds x="0" y="1362" width="699" height="159" />
631       </bpmndi:BPMNShape>
632       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_59" bpmnElement="CatchExceptions">
633         <dc:Bounds x="20" y="1413" width="36" height="36" />
634         <bpmndi:BPMNLabel>
635           <dc:Bounds x="26" y="1458" width="86" height="12" />
636         </bpmndi:BPMNLabel>
637       </bpmndi:BPMNShape>
638       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_281" bpmnElement="LogSaveWorkflowException">
639         <dc:Bounds x="364" y="1391" width="100" height="80" />
640       </bpmndi:BPMNShape>
641       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_188" bpmnElement="EndEvent_1">
642         <dc:Bounds x="538" y="1413" width="36" height="36" />
643         <bpmndi:BPMNLabel>
644           <dc:Bounds x="556" y="1449" width="0" height="0" />
645         </bpmndi:BPMNLabel>
646       </bpmndi:BPMNShape>
647       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_55" bpmnElement="BoundaryEvent_1">
648         <dc:Bounds x="681" y="1412" width="36" height="36" />
649         <bpmndi:BPMNLabel>
650           <dc:Bounds x="699" y="1448" width="0" height="0" />
651         </bpmndi:BPMNLabel>
652       </bpmndi:BPMNShape>
653       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_189" bpmnElement="EndEvent_2">
654         <dc:Bounds x="835" y="1412" width="36" height="36" />
655         <bpmndi:BPMNLabel>
656           <dc:Bounds x="853" y="1453" width="0" height="0" />
657         </bpmndi:BPMNLabel>
658       </bpmndi:BPMNShape>
659       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_BoundaryEvent_55" targetElement="_BPMNShape_EndEvent_189">
660         <di:waypoint xsi:type="dc:Point" x="717" y="1430" />
661         <di:waypoint xsi:type="dc:Point" x="835" y="1430" />
662         <bpmndi:BPMNLabel>
663           <dc:Bounds x="776" y="1415" width="0" height="0" />
664         </bpmndi:BPMNLabel>
665       </bpmndi:BPMNEdge>
666       <bpmndi:BPMNShape id="ExclusiveGateway_0a0hroy_di" bpmnElement="ExclusiveGateway_0a0hroy" isMarkerVisible="true">
667         <dc:Bounds x="413" y="588" width="50" height="50" />
668         <bpmndi:BPMNLabel>
669           <dc:Bounds x="397" y="638" width="84" height="38" />
670         </bpmndi:BPMNLabel>
671       </bpmndi:BPMNShape>
672       <bpmndi:BPMNShape id="ScriptTask_0mnb4d7_di" bpmnElement="Task_08csf14">
673         <dc:Bounds x="212" y="507" width="100" height="80" />
674       </bpmndi:BPMNShape>
675       <bpmndi:BPMNShape id="ScriptTask_1shi2a6_di" bpmnElement="Task_18r7u02">
676         <dc:Bounds x="552" y="507" width="100" height="80" />
677       </bpmndi:BPMNShape>
678       <bpmndi:BPMNShape id="CallActivity_0zvct4i_di" bpmnElement="Task_01ajtiy">
679         <dc:Bounds x="747" y="507" width="100" height="80" />
680       </bpmndi:BPMNShape>
681       <bpmndi:BPMNEdge id="SequenceFlow_0djpj3r_di" bpmnElement="SequenceFlow_0djpj3r">
682         <di:waypoint xsi:type="dc:Point" x="312" y="547" />
683         <di:waypoint xsi:type="dc:Point" x="438" y="547" />
684         <di:waypoint xsi:type="dc:Point" x="438" y="589" />
685         <bpmndi:BPMNLabel>
686           <dc:Bounds x="375" y="532" width="0" height="0" />
687         </bpmndi:BPMNLabel>
688       </bpmndi:BPMNEdge>
689       <bpmndi:BPMNShape id="ExclusiveGateway_0uvarlv_di" bpmnElement="ExclusiveGateway_0uvarlv" isMarkerVisible="true">
690         <dc:Bounds x="921" y="588" width="50" height="50" />
691         <bpmndi:BPMNLabel>
692           <dc:Bounds x="907" y="638" width="78" height="26" />
693         </bpmndi:BPMNLabel>
694       </bpmndi:BPMNShape>
695       <bpmndi:BPMNEdge id="SequenceFlow_185bo77_di" bpmnElement="SequenceFlow_185bo77">
696         <di:waypoint xsi:type="dc:Point" x="463" y="613" />
697         <di:waypoint xsi:type="dc:Point" x="692" y="613" />
698         <di:waypoint xsi:type="dc:Point" x="692" y="613" />
699         <di:waypoint xsi:type="dc:Point" x="921" y="613" />
700         <bpmndi:BPMNLabel>
701           <dc:Bounds x="701" y="613" width="12" height="14" />
702         </bpmndi:BPMNLabel>
703       </bpmndi:BPMNEdge>
704       <bpmndi:BPMNEdge id="SequenceFlow_111l1he_di" bpmnElement="SequenceFlow_111l1he">
705         <di:waypoint xsi:type="dc:Point" x="463" y="613" />
706         <di:waypoint xsi:type="dc:Point" x="493" y="613" />
707         <di:waypoint xsi:type="dc:Point" x="493" y="547" />
708         <di:waypoint xsi:type="dc:Point" x="552" y="547" />
709         <bpmndi:BPMNLabel>
710           <dc:Bounds x="508" y="553" width="18" height="14" />
711         </bpmndi:BPMNLabel>
712       </bpmndi:BPMNEdge>
713       <bpmndi:BPMNEdge id="SequenceFlow_0ca4brn_di" bpmnElement="SequenceFlow_0ca4brn">
714         <di:waypoint xsi:type="dc:Point" x="652" y="547" />
715         <di:waypoint xsi:type="dc:Point" x="693" y="547" />
716         <di:waypoint xsi:type="dc:Point" x="693" y="547" />
717         <di:waypoint xsi:type="dc:Point" x="747" y="547" />
718         <bpmndi:BPMNLabel>
719           <dc:Bounds x="708" y="547" width="0" height="0" />
720         </bpmndi:BPMNLabel>
721       </bpmndi:BPMNEdge>
722       <bpmndi:BPMNEdge id="SequenceFlow_19r2uus_di" bpmnElement="SequenceFlow_19r2uus">
723         <di:waypoint xsi:type="dc:Point" x="847" y="547" />
724         <di:waypoint xsi:type="dc:Point" x="946" y="547" />
725         <di:waypoint xsi:type="dc:Point" x="946" y="588" />
726         <bpmndi:BPMNLabel>
727           <dc:Bounds x="897" y="532" width="0" height="0" />
728         </bpmndi:BPMNLabel>
729       </bpmndi:BPMNEdge>
730       <bpmndi:BPMNEdge id="SequenceFlow_1p0v6yk_di" bpmnElement="SequenceFlow_1p0v6yk">
731         <di:waypoint xsi:type="dc:Point" x="946" y="638" />
732         <di:waypoint xsi:type="dc:Point" x="946" y="724" />
733         <di:waypoint xsi:type="dc:Point" x="47" y="724" />
734         <di:waypoint xsi:type="dc:Point" x="47" y="803" />
735         <di:waypoint xsi:type="dc:Point" x="104" y="803" />
736         <bpmndi:BPMNLabel>
737           <dc:Bounds x="507" y="732" width="18" height="14" />
738         </bpmndi:BPMNLabel>
739       </bpmndi:BPMNEdge>
740       <bpmndi:BPMNEdge id="SequenceFlow_03i4czf_di" bpmnElement="SequenceFlow_03i4czf">
741         <di:waypoint xsi:type="dc:Point" x="971" y="613" />
742         <di:waypoint xsi:type="dc:Point" x="1036" y="613" />
743         <di:waypoint xsi:type="dc:Point" x="1036" y="709" />
744         <di:waypoint xsi:type="dc:Point" x="30" y="709" />
745         <di:waypoint xsi:type="dc:Point" x="30" y="862" />
746         <di:waypoint xsi:type="dc:Point" x="414" y="862" />
747         <bpmndi:BPMNLabel>
748           <dc:Bounds x="508" y="683" width="12" height="14" />
749         </bpmndi:BPMNLabel>
750       </bpmndi:BPMNEdge>
751       <bpmndi:BPMNShape id="ExclusiveGateway_1yozzae_di" bpmnElement="ExclusiveGateway_1yozzae" isMarkerVisible="true">
752         <dc:Bounds x="278" y="93" width="50" height="50" />
753         <bpmndi:BPMNLabel>
754           <dc:Bounds x="267" y="143" width="72" height="12" />
755         </bpmndi:BPMNLabel>
756       </bpmndi:BPMNShape>
757       <bpmndi:BPMNEdge id="SequenceFlow_11er1t8_di" bpmnElement="SequenceFlow_11er1t8">
758         <di:waypoint xsi:type="dc:Point" x="328" y="118" />
759         <di:waypoint xsi:type="dc:Point" x="404" y="117" />
760         <bpmndi:BPMNLabel>
761           <dc:Bounds x="360" y="93.5" width="12" height="12" />
762         </bpmndi:BPMNLabel>
763       </bpmndi:BPMNEdge>
764       <bpmndi:BPMNEdge id="SequenceFlow_0ggp8wz_di" bpmnElement="SequenceFlow_0ggp8wz">
765         <di:waypoint xsi:type="dc:Point" x="303" y="93" />
766         <di:waypoint xsi:type="dc:Point" x="303" y="-11" />
767         <di:waypoint xsi:type="dc:Point" x="1152" y="-11" />
768         <di:waypoint xsi:type="dc:Point" x="1177" y="1105" />
769         <bpmndi:BPMNLabel>
770           <dc:Bounds x="719" y="-26" width="18" height="12" />
771         </bpmndi:BPMNLabel>
772       </bpmndi:BPMNEdge>
773       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_281" targetElement="_BPMNShape_EndEvent_188">
774         <di:waypoint xsi:type="dc:Point" x="464" y="1431" />
775         <di:waypoint xsi:type="dc:Point" x="538" y="1431" />
776         <bpmndi:BPMNLabel>
777           <dc:Bounds x="501" y="1416" width="0" height="0" />
778         </bpmndi:BPMNLabel>
779       </bpmndi:BPMNEdge>
780       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_59" targetElement="_BPMNShape_ScriptTask_281">
781         <di:waypoint xsi:type="dc:Point" x="56" y="1431" />
782         <di:waypoint xsi:type="dc:Point" x="171" y="1431" />
783         <bpmndi:BPMNLabel>
784           <dc:Bounds x="114" y="1416" width="0" height="0" />
785         </bpmndi:BPMNLabel>
786       </bpmndi:BPMNEdge>
787       <bpmndi:BPMNShape id="ExclusiveGateway_1938vz9_di" bpmnElement="ExclusiveGateway_1938vz9" isMarkerVisible="true">
788         <dc:Bounds x="921.561377245509" y="357" width="50" height="50" />
789         <bpmndi:BPMNLabel>
790           <dc:Bounds x="902" y="407" width="90" height="24" />
791         </bpmndi:BPMNLabel>
792       </bpmndi:BPMNShape>
793       <bpmndi:BPMNShape id="ScriptTask_17dmaj7_di" bpmnElement="PrepareSDNCDeactivateRequest">
794         <dc:Bounds x="204" y="281" width="100" height="80" />
795       </bpmndi:BPMNShape>
796       <bpmndi:BPMNShape id="CallActivity_0ouj5y6_di" bpmnElement="CallSDNCDeactivate">
797         <dc:Bounds x="401" y="280" width="100" height="80" />
798       </bpmndi:BPMNShape>
799       <bpmndi:BPMNShape id="ScriptTask_1fmh02z_di" bpmnElement="PostProcessSDNCDeactivateRequest">
800         <dc:Bounds x="613" y="280" width="100" height="80" />
801       </bpmndi:BPMNShape>
802       <bpmndi:BPMNEdge id="SequenceFlow_0ugalf8_di" bpmnElement="SequenceFlow_0ugalf8">
803         <di:waypoint xsi:type="dc:Point" x="304" y="321" />
804         <di:waypoint xsi:type="dc:Point" x="401" y="320" />
805         <bpmndi:BPMNLabel>
806           <dc:Bounds x="353" y="295.5" width="0" height="0" />
807         </bpmndi:BPMNLabel>
808       </bpmndi:BPMNEdge>
809       <bpmndi:BPMNEdge id="SequenceFlow_0n78x37_di" bpmnElement="SequenceFlow_0n78x37">
810         <di:waypoint xsi:type="dc:Point" x="501" y="320" />
811         <di:waypoint xsi:type="dc:Point" x="613" y="320" />
812         <bpmndi:BPMNLabel>
813           <dc:Bounds x="557" y="295" width="0" height="0" />
814         </bpmndi:BPMNLabel>
815       </bpmndi:BPMNEdge>
816       <bpmndi:BPMNEdge id="SequenceFlow_06rm0hg_di" bpmnElement="SequenceFlow_06rm0hg">
817         <di:waypoint xsi:type="dc:Point" x="713" y="320" />
818         <di:waypoint xsi:type="dc:Point" x="947" y="320" />
819         <di:waypoint xsi:type="dc:Point" x="947" y="357" />
820         <bpmndi:BPMNLabel>
821           <dc:Bounds x="830" y="305" width="0" height="0" />
822         </bpmndi:BPMNLabel>
823       </bpmndi:BPMNEdge>
824       <bpmndi:BPMNEdge id="SequenceFlow_0n58kg1_di" bpmnElement="SequenceFlow_0n58kg1">
825         <di:waypoint xsi:type="dc:Point" x="972" y="382" />
826         <di:waypoint xsi:type="dc:Point" x="1033" y="382" />
827         <di:waypoint xsi:type="dc:Point" x="1033" y="466" />
828         <di:waypoint xsi:type="dc:Point" x="14" y="466" />
829         <di:waypoint xsi:type="dc:Point" x="14" y="613" />
830         <di:waypoint xsi:type="dc:Point" x="413" y="613" />
831         <bpmndi:BPMNLabel>
832           <dc:Bounds x="508" y="444" width="12" height="12" />
833         </bpmndi:BPMNLabel>
834       </bpmndi:BPMNEdge>
835       <bpmndi:BPMNEdge id="SequenceFlow_0unumxv_di" bpmnElement="SequenceFlow_0unumxv">
836         <di:waypoint xsi:type="dc:Point" x="947" y="407" />
837         <di:waypoint xsi:type="dc:Point" x="947" y="482" />
838         <di:waypoint xsi:type="dc:Point" x="32" y="482" />
839         <di:waypoint xsi:type="dc:Point" x="32" y="547" />
840         <di:waypoint xsi:type="dc:Point" x="211" y="547" />
841         <bpmndi:BPMNLabel>
842           <dc:Bounds x="506" y="493" width="18" height="12" />
843         </bpmndi:BPMNLabel>
844       </bpmndi:BPMNEdge>
845       <bpmndi:BPMNEdge id="SequenceFlow_1iufuuu_di" bpmnElement="SequenceFlow_1iufuuu">
846         <di:waypoint xsi:type="dc:Point" x="287" y="1177" />
847         <di:waypoint xsi:type="dc:Point" x="328" y="1177" />
848         <bpmndi:BPMNLabel>
849           <dc:Bounds x="308" y="1162" width="0" height="0" />
850         </bpmndi:BPMNLabel>
851       </bpmndi:BPMNEdge>
852       <bpmndi:BPMNEdge id="SequenceFlow_1l4n37b_di" bpmnElement="SequenceFlow_1l4n37b">
853         <di:waypoint xsi:type="dc:Point" x="428" y="1177" />
854         <di:waypoint xsi:type="dc:Point" x="469" y="1176" />
855         <bpmndi:BPMNLabel>
856           <dc:Bounds x="449" y="1161.5" width="0" height="0" />
857         </bpmndi:BPMNLabel>
858       </bpmndi:BPMNEdge>
859       <bpmndi:BPMNShape id="ScriptTask_0qvylv2_di" bpmnElement="PrepareSDNCUnassignRequest">
860         <dc:Bounds x="187" y="1138" width="100" height="80" />
861       </bpmndi:BPMNShape>
862       <bpmndi:BPMNShape id="CallActivity_1stidyk_di" bpmnElement="CallSDNCAdapterUnassign">
863         <dc:Bounds x="328" y="1137" width="100" height="80" />
864       </bpmndi:BPMNShape>
865       <bpmndi:BPMNShape id="ScriptTask_1ub9z2k_di" bpmnElement="PostProcessSDNCUnassignRequest">
866         <dc:Bounds x="469" y="1136" width="100" height="80" />
867       </bpmndi:BPMNShape>
868       <bpmndi:BPMNShape id="ExclusiveGateway_1h87hhh_di" bpmnElement="ExclusiveGateway_1h87hhh" isMarkerVisible="true">
869         <dc:Bounds x="55.989141164856846" y="1077.9259624876604" width="50" height="50" />
870         <bpmndi:BPMNLabel>
871           <dc:Bounds x="41" y="1127.9259624876604" width="79" height="24" />
872         </bpmndi:BPMNLabel>
873       </bpmndi:BPMNShape>
874       <bpmndi:BPMNEdge id="SequenceFlow_1rpg6ac_di" bpmnElement="SequenceFlow_1rpg6ac">
875         <di:waypoint xsi:type="dc:Point" x="81" y="1078" />
876         <di:waypoint xsi:type="dc:Point" x="81" y="1035" />
877         <di:waypoint xsi:type="dc:Point" x="187" y="1035" />
878         <bpmndi:BPMNLabel>
879           <dc:Bounds x="100" y="1010.5" width="12" height="12" />
880         </bpmndi:BPMNLabel>
881       </bpmndi:BPMNEdge>
882       <bpmndi:BPMNEdge id="SequenceFlow_16ghmax_di" bpmnElement="SequenceFlow_16ghmax">
883         <di:waypoint xsi:type="dc:Point" x="81" y="1128" />
884         <di:waypoint xsi:type="dc:Point" x="81" y="1178" />
885         <di:waypoint xsi:type="dc:Point" x="187" y="1178" />
886         <bpmndi:BPMNLabel>
887           <dc:Bounds x="92" y="1182" width="18" height="12" />
888         </bpmndi:BPMNLabel>
889       </bpmndi:BPMNEdge>
890       <bpmndi:BPMNEdge id="SequenceFlow_12otwa4_di" bpmnElement="SequenceFlow_12otwa4">
891         <di:waypoint xsi:type="dc:Point" x="569" y="1176" />
892         <di:waypoint xsi:type="dc:Point" x="579" y="1176" />
893         <di:waypoint xsi:type="dc:Point" x="579" y="1123" />
894         <di:waypoint xsi:type="dc:Point" x="589" y="1123" />
895         <bpmndi:BPMNLabel>
896           <dc:Bounds x="594" y="1139.5" width="0" height="0" />
897         </bpmndi:BPMNLabel>
898       </bpmndi:BPMNEdge>
899       <bpmndi:BPMNEdge id="SequenceFlow_1h8ve60_di" bpmnElement="SequenceFlow_1h8ve60">
900         <di:waypoint xsi:type="dc:Point" x="1128" y="1123" />
901         <di:waypoint xsi:type="dc:Point" x="1159" y="1123" />
902         <bpmndi:BPMNLabel>
903           <dc:Bounds x="1144" y="1108" width="0" height="0" />
904         </bpmndi:BPMNLabel>
905       </bpmndi:BPMNEdge>
906       <bpmndi:BPMNShape id="ScriptTask_0lrbhgj_di" bpmnElement="SetSuccessfulRollbackStatus">
907         <dc:Bounds x="1028" y="1083" width="100" height="80" />
908       </bpmndi:BPMNShape>
909       <bpmndi:BPMNEdge id="SequenceFlow_02fx6z6_di" bpmnElement="SequenceFlow_02fx6z6">
910         <di:waypoint xsi:type="dc:Point" x="271" y="1431" />
911         <di:waypoint xsi:type="dc:Point" x="364" y="1431" />
912         <bpmndi:BPMNLabel>
913           <dc:Bounds x="318" y="1416" width="0" height="0" />
914         </bpmndi:BPMNLabel>
915       </bpmndi:BPMNEdge>
916       <bpmndi:BPMNShape id="ScriptTask_0cd144f_di" bpmnElement="SetFailedRollbackStatus">
917         <dc:Bounds x="171" y="1391" width="100" height="80" />
918       </bpmndi:BPMNShape>
919     </bpmndi:BPMNPlane>
920   </bpmndi:BPMNDiagram>
921 </bpmn2:definitions>