Merge "Simplify InfraUtils"
[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_5</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
21 &#10;PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule">
22       <bpmn2:extensionElements>
23         <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest" />
24         <camunda:out source="WorkflowException" target="WorkflowException" />
25         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
26         <camunda:out source="PUAAIVfMod_heatStackId" target="DCVFMR_heatStackId" />
27       </bpmn2:extensionElements>
28       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
29       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
30     </bpmn2:callActivity>
31     <bpmn2:sequenceFlow id="SequenceFlow_6" name="yes" sourceRef="ExclusiveGateway_1" targetRef="PrepareUpdateAAIVfModulePrep">
32       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackPrepareUpdateVfModule") == "true"}]]></bpmn2:conditionExpression>
33     </bpmn2:sequenceFlow>
34     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="InvokePrepareUpdateAAIVfModule" />
35     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="ExclusiveGateway_2" />
36     <bpmn2:sequenceFlow id="SequenceFlow_9" name="no" sourceRef="ExclusiveGateway_1" targetRef="ExclusiveGateway_2" />
37     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Rollback Network Policies Creation?" default="SequenceFlow_15">
38       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
39       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
40       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
41       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
42     </bpmn2:exclusiveGateway>
43     <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter
44 &#10;Prep" scriptFormat="groovy">
45       <bpmn2:incoming>SequenceFlow_1p0v6yk</bpmn2:incoming>
46       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
47       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
48 def dcvfmr = new DoCreateVfModuleRollback()
49 dcvfmr.prepVNFAdapterRequest(execution)]]></bpmn2:script>
50     </bpmn2:scriptTask>
51     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" />
52     <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke
53 &#10;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">
54       <bpmn2:extensionElements>
55         <camunda:out source="WorkflowException" target="WorkflowException" />
56         <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" />
57         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
58         <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_DoCreateVfModuleRollbackResponse" />
59         <camunda:in source="mso-request-id" target="mso-request-id" />
60         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
61       </bpmn2:extensionElements>
62       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
63       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
64     </bpmn2:callActivity>
65     <bpmn2:sequenceFlow id="SequenceFlow_10" name="yes" sourceRef="ExclusiveGateway_2" targetRef="Task_08csf14">
66       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateNetworkPoliciesAAI") == "true"}]]></bpmn2:conditionExpression>
67     </bpmn2:sequenceFlow>
68     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="InvokeVNFAdapterRestV1" targetRef="ExclusiveGateway_3" />
69     <bpmn2:sequenceFlow id="SequenceFlow_15" name="no" sourceRef="ExclusiveGateway_2" targetRef="ExclusiveGateway_0a0hroy" />
70     <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule
71 &#10;Prep" scriptFormat="groovy">
72       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
74       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
75 def dcvfmr = new DoCreateVfModuleRollback()
76 dcvfmr.prepUpdateAAIVfModule(execution)]]></bpmn2:script>
77     </bpmn2:scriptTask>
78     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule" />
79     <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke
80 &#10;UpdateAAIVfModule" calledElement="UpdateAAIVfModule">
81       <bpmn2:extensionElements>
82         <camunda:out source="WorkflowException" target="WorkflowException" />
83         <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
84         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
85       </bpmn2:extensionElements>
86       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
87       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
88     </bpmn2:callActivity>
89     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="ExclusiveGateway_4" />
90     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Rollback Update AAI Vf Module?" default="SequenceFlow_17">
91       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
92       <bpmn2:incoming>SequenceFlow_03i4czf</bpmn2:incoming>
93       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
94       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
95     </bpmn2:exclusiveGateway>
96     <bpmn2:sequenceFlow id="SequenceFlow_13" name="yes" sourceRef="ExclusiveGateway_3" targetRef="UpdateAAIVfModulePrep">
97       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackUpdateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
98     </bpmn2:sequenceFlow>
99     <bpmn2:sequenceFlow id="SequenceFlow_17" name="no" sourceRef="ExclusiveGateway_3" targetRef="ExclusiveGateway_4" />
100     <bpmn2:exclusiveGateway id="ExclusiveGateway_4" name="Rollback SDNC Request?" default="SequenceFlow_20">
101       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
102       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
103       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
104       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
105     </bpmn2:exclusiveGateway>
106     <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="ExclusiveGateway_4" targetRef="SDNCAdapterPrep2">
107       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestAssign") == "true" || execution.getVariable("DCVFMR_rollbackSDNCRequestActivate") == "true"}]]></bpmn2:conditionExpression>
108     </bpmn2:sequenceFlow>
109     <bpmn2:sequenceFlow id="SequenceFlow_20" name="no" sourceRef="ExclusiveGateway_4" targetRef="ExclusiveGateway_5" />
110     <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter
111 &#10;Prep" scriptFormat="groovy">
112       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
113       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
114       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
115 def dcvfmr = new DoCreateVfModuleRollback()
116 dcvfmr.prepSDNCAdapterRequest(execution)]]></bpmn2:script>
117     </bpmn2:scriptTask>
118     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2" />
119     <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke
120 &#10;SDNCAdapterV1" calledElement="sdncAdapter">
121       <bpmn2:extensionElements>
122         <camunda:out source="WorkflowException" target="WorkflowException" />
123         <camunda:in source="sdncAdapterWorkflowRequest" target="sdncAdapterWorkflowRequest" />
124         <camunda:in source="mso-request-id" target="mso-request-id" />
125         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
126         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
127         <camunda:out source="sdncAdapterResponse" target="DCVFMR_DoCreateVfModuleRollbackResponse" />
128         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
129       </bpmn2:extensionElements>
130       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
131       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
132     </bpmn2:callActivity>
133     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Delete AAI VF Modlue?" default="SequenceFlow_21">
134       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
135       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
136       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
137       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
138     </bpmn2:exclusiveGateway>
139     <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="ExclusiveGateway_5" targetRef="EndEvent_9" />
140     <bpmn2:sequenceFlow id="SequenceFlow_24" name="yes" sourceRef="ExclusiveGateway_5" targetRef="DeleteAAIVfModulePrep">
141       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
142     </bpmn2:sequenceFlow>
143     <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke
144 &#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
145       <bpmn2:extensionElements>
146         <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
147         <camunda:in source="isVidRequest" target="isVidRequest" />
148         <camunda:out source="WorkflowException" target="WorkflowException" />
149         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
150       </bpmn2:extensionElements>
151       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
152       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
153     </bpmn2:callActivity>
154     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="EndEvent_9" />
155     <bpmn2:endEvent id="EndEvent_9">
156       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
157       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
158     </bpmn2:endEvent>
159     <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule
160 &#10;Prep" scriptFormat="groovy">
161       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
162       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
163       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
164 def dcvfmr = new DoCreateVfModuleRollback()
165 dcvfmr.prepDeleteAAIVfModule(execution)]]></bpmn2:script>
166     </bpmn2:scriptTask>
167     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule" />
168     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="InvokeSDNCAdapterV1_2" targetRef="ScriptTask_1" />
169     <bpmn2:scriptTask id="ScriptTask_1" name="Validate SDNC Response" scriptFormat="groovy">
170       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
171       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
172       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
173 def dcvfmr = new DoCreateVfModuleRollback()
174 dcvfmr.sdncValidateResponse(execution, DCVFMR_DoCreateVfModuleRollbackResponse)]]></bpmn2:script>
175     </bpmn2:scriptTask>
176     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_1" targetRef="ExclusiveGateway_5" />
177     <bpmn2:subProcess id="SubProcess_1" name="Rollback Error Handling" triggeredByEvent="true">
178       <bpmn2:startEvent id="CatchExceptions" name="Catch Exceptions">
179         <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
180         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
181       </bpmn2:startEvent>
182       <bpmn2:endEvent id="EndEvent_1">
183         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
184       </bpmn2:endEvent>
185       <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CatchExceptions" targetRef="LogSaveWorkflowException" />
186       <bpmn2:scriptTask id="LogSaveWorkflowException" name="Log and Save Workflow Exception" scriptFormat="groovy">
187         <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
188         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
189         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
190 def dcvfmr = new DoCreateVfModuleRollback()
191 dcvfmr.logWorkflowException(execution, 'DoCreateVfModuleRollback caught an event')
192 dcvfmr.saveWorkflowException(execution, 'DCVFMR_CaughtWorkflowException1')]]></bpmn2:script>
193       </bpmn2:scriptTask>
194       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="LogSaveWorkflowException" targetRef="EndEvent_1" />
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_1" />
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_15</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_10</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:process>
261   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
262   <bpmn2:message id="Message_1" name="DoCreateVfModuleRollbackRequest" />
263   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
264     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModuleRollback">
265       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
266         <dc:Bounds x="13" y="100" width="36" height="36" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="31" y="141" width="0" height="0" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
272         <dc:Bounds x="203" y="78" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
275         <di:waypoint xsi:type="dc:Point" x="49" y="118" />
276         <di:waypoint xsi:type="dc:Point" x="203" y="118" />
277         <bpmndi:BPMNLabel>
278           <dc:Bounds x="74" y="118" width="6" height="6" />
279         </bpmndi:BPMNLabel>
280       </bpmndi:BPMNEdge>
281       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">
282         <dc:Bounds x="725" y="23" width="100" height="80" />
283       </bpmndi:BPMNShape>
284       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">
285         <dc:Bounds x="552" y="23" width="100" height="80" />
286       </bpmndi:BPMNShape>
287       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
288         <dc:Bounds x="95" y="507" width="100" height="80" />
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
291         <dc:Bounds x="253" y="507" width="100" height="80" />
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_170" targetElement="_BPMNShape_CallActivity_13">
294         <di:waypoint xsi:type="dc:Point" x="195" y="547" />
295         <di:waypoint xsi:type="dc:Point" x="253" y="547" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="216" y="547" width="0" height="0" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">
301         <dc:Bounds x="543" y="502" width="100" height="80" />
302       </bpmndi:BPMNShape>
303       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">
304         <dc:Bounds x="723" y="502" width="100" height="80" />
305       </bpmndi:BPMNShape>
306       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
307         <dc:Bounds x="65" y="742" width="100" height="80" />
308       </bpmndi:BPMNShape>
309       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">
310         <dc:Bounds x="205" y="742" width="100" height="80" />
311       </bpmndi:BPMNShape>
312       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">
313         <dc:Bounds x="582" y="745" width="100" height="80" />
314       </bpmndi:BPMNShape>
315       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">
316         <dc:Bounds x="738" y="745" width="100" height="80" />
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
319         <di:waypoint xsi:type="dc:Point" x="165" y="782" />
320         <di:waypoint xsi:type="dc:Point" x="205" y="782" />
321         <bpmndi:BPMNLabel>
322           <dc:Bounds x="185" y="782" width="0" height="0" />
323         </bpmndi:BPMNLabel>
324       </bpmndi:BPMNEdge>
325       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">
326         <di:waypoint xsi:type="dc:Point" x="682" y="785" />
327         <di:waypoint xsi:type="dc:Point" x="738" y="785" />
328         <bpmndi:BPMNLabel>
329           <dc:Bounds x="698" y="785" width="0" height="0" />
330         </bpmndi:BPMNLabel>
331       </bpmndi:BPMNEdge>
332       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
333         <dc:Bounds x="920" y="853" width="36" height="36" />
334         <bpmndi:BPMNLabel>
335           <dc:Bounds x="938" y="894" width="0" height="0" />
336         </bpmndi:BPMNLabel>
337       </bpmndi:BPMNShape>
338       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">
339         <di:waypoint xsi:type="dc:Point" x="838" y="785" />
340         <di:waypoint xsi:type="dc:Point" x="938" y="785" />
341         <di:waypoint xsi:type="dc:Point" x="938" y="853" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="866" y="785" width="0" height="0" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNEdge>
346       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
347         <dc:Bounds x="404" y="92" width="50" height="50" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="326" y="167" width="228" height="22" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNShape>
352       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ExclusiveGateway_223">
353         <di:waypoint xsi:type="dc:Point" x="303" y="118" />
354         <di:waypoint xsi:type="dc:Point" x="383" y="118" />
355         <di:waypoint xsi:type="dc:Point" x="383" y="117" />
356         <di:waypoint xsi:type="dc:Point" x="404" y="117" />
357         <bpmndi:BPMNLabel>
358           <dc:Bounds x="323" y="118" width="6" height="6" />
359         </bpmndi:BPMNLabel>
360       </bpmndi:BPMNEdge>
361       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_224" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
362         <dc:Bounds x="912" y="92" width="50" height="50" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="892" y="152" width="90" height="25" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNShape>
367       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_168">
368         <di:waypoint xsi:type="dc:Point" x="429" y="92" />
369         <di:waypoint xsi:type="dc:Point" x="429" y="63" />
370         <di:waypoint xsi:type="dc:Point" x="503" y="63" />
371         <di:waypoint xsi:type="dc:Point" x="552" y="63" />
372         <bpmndi:BPMNLabel>
373           <dc:Bounds x="473" y="63" width="6" height="6" />
374         </bpmndi:BPMNLabel>
375       </bpmndi:BPMNEdge>
376       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">
377         <di:waypoint xsi:type="dc:Point" x="652" y="63" />
378         <di:waypoint xsi:type="dc:Point" x="725" y="63" />
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_224">
381         <di:waypoint xsi:type="dc:Point" x="825" y="63" />
382         <di:waypoint xsi:type="dc:Point" x="862" y="63" />
383         <di:waypoint xsi:type="dc:Point" x="937" y="63" />
384         <di:waypoint xsi:type="dc:Point" x="937" y="92" />
385         <bpmndi:BPMNLabel>
386           <dc:Bounds x="888" y="63" width="6" height="6" />
387         </bpmndi:BPMNLabel>
388       </bpmndi:BPMNEdge>
389       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ExclusiveGateway_224">
390         <di:waypoint xsi:type="dc:Point" x="454" y="117" />
391         <di:waypoint xsi:type="dc:Point" x="912" y="117" />
392         <bpmndi:BPMNLabel>
393           <dc:Bounds x="676" y="117" width="6" height="6" />
394         </bpmndi:BPMNLabel>
395       </bpmndi:BPMNEdge>
396       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ScriptTask_170">
397         <di:waypoint xsi:type="dc:Point" x="937" y="142" />
398         <di:waypoint xsi:type="dc:Point" x="937" y="229" />
399         <di:waypoint xsi:type="dc:Point" x="29" y="229" />
400         <di:waypoint xsi:type="dc:Point" x="29" y="291" />
401         <di:waypoint xsi:type="dc:Point" x="203" y="291" />
402         <bpmndi:BPMNLabel>
403           <dc:Bounds x="496" y="233" width="18" height="13" />
404         </bpmndi:BPMNLabel>
405       </bpmndi:BPMNEdge>
406       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_225" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
407         <dc:Bounds x="405" y="581" width="50" height="50" />
408         <bpmndi:BPMNLabel>
409           <dc:Bounds x="389" y="636" width="83" height="25" />
410         </bpmndi:BPMNLabel>
411       </bpmndi:BPMNShape>
412       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_CallActivity_13" targetElement="_BPMNShape_ExclusiveGateway_225">
413         <di:waypoint xsi:type="dc:Point" x="353" y="547" />
414         <di:waypoint xsi:type="dc:Point" x="374" y="547" />
415         <di:waypoint xsi:type="dc:Point" x="430" y="547" />
416         <di:waypoint xsi:type="dc:Point" x="430" y="581" />
417         <bpmndi:BPMNLabel>
418           <dc:Bounds x="415" y="547" width="0" height="0" />
419         </bpmndi:BPMNLabel>
420       </bpmndi:BPMNEdge>
421       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ScriptTask_171">
422         <di:waypoint xsi:type="dc:Point" x="455" y="606" />
423         <di:waypoint xsi:type="dc:Point" x="476" y="606" />
424         <di:waypoint xsi:type="dc:Point" x="476" y="542" />
425         <di:waypoint xsi:type="dc:Point" x="543" y="542" />
426         <bpmndi:BPMNLabel>
427           <dc:Bounds x="498" y="547" width="17" height="13" />
428         </bpmndi:BPMNLabel>
429       </bpmndi:BPMNEdge>
430       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">
431         <di:waypoint xsi:type="dc:Point" x="643" y="542" />
432         <di:waypoint xsi:type="dc:Point" x="723" y="542" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="654" y="542" width="0" height="0" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNEdge>
437       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_226" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
438         <dc:Bounds x="903" y="581" width="50" height="50" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="890" y="636" width="78" height="25" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNShape>
443       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ExclusiveGateway_225">
444         <di:waypoint xsi:type="dc:Point" x="962" y="117" />
445         <di:waypoint xsi:type="dc:Point" x="1025" y="117" />
446         <di:waypoint xsi:type="dc:Point" x="1025" y="212" />
447         <di:waypoint xsi:type="dc:Point" x="19" y="212" />
448         <di:waypoint xsi:type="dc:Point" x="19" y="357" />
449         <di:waypoint xsi:type="dc:Point" x="405" y="357" />
450         <bpmndi:BPMNLabel>
451           <dc:Bounds x="501" y="187" width="12" height="13" />
452         </bpmndi:BPMNLabel>
453       </bpmndi:BPMNEdge>
454       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ExclusiveGateway_226">
455         <di:waypoint xsi:type="dc:Point" x="455" y="606" />
456         <di:waypoint xsi:type="dc:Point" x="903" y="606" />
457         <bpmndi:BPMNLabel>
458           <dc:Bounds x="665" y="606" width="13" height="13" />
459         </bpmndi:BPMNLabel>
460       </bpmndi:BPMNEdge>
461       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ExclusiveGateway_226">
462         <di:waypoint xsi:type="dc:Point" x="823" y="542" />
463         <di:waypoint xsi:type="dc:Point" x="928" y="542" />
464         <di:waypoint xsi:type="dc:Point" x="928" y="581" />
465         <bpmndi:BPMNLabel>
466           <dc:Bounds x="901" y="542" width="0" height="0" />
467         </bpmndi:BPMNLabel>
468       </bpmndi:BPMNEdge>
469       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ScriptTask_172">
470         <di:waypoint xsi:type="dc:Point" x="928" y="631" />
471         <di:waypoint xsi:type="dc:Point" x="928" y="702" />
472         <di:waypoint xsi:type="dc:Point" x="474" y="702" />
473         <di:waypoint xsi:type="dc:Point" x="25" y="702" />
474         <di:waypoint xsi:type="dc:Point" x="25" y="782" />
475         <di:waypoint xsi:type="dc:Point" x="65" y="782" />
476         <bpmndi:BPMNLabel>
477           <dc:Bounds x="564" y="702" width="17" height="13" />
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNEdge>
480       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_227" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
481         <dc:Bounds x="467" y="845" width="50" height="50" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="456" y="900" width="71" height="25" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNShape>
486       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ExclusiveGateway_227">
487         <di:waypoint xsi:type="dc:Point" x="953" y="606" />
488         <di:waypoint xsi:type="dc:Point" x="1020" y="606" />
489         <di:waypoint xsi:type="dc:Point" x="1020" y="686" />
490         <di:waypoint xsi:type="dc:Point" x="16" y="686" />
491         <di:waypoint xsi:type="dc:Point" x="16" y="870" />
492         <di:waypoint xsi:type="dc:Point" x="467" y="870" />
493         <bpmndi:BPMNLabel>
494           <dc:Bounds x="786" y="656" width="13" height="13" />
495         </bpmndi:BPMNLabel>
496       </bpmndi:BPMNEdge>
497       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_EndEvent_169">
498         <di:waypoint xsi:type="dc:Point" x="517" y="870" />
499         <di:waypoint xsi:type="dc:Point" x="772" y="870" />
500         <di:waypoint xsi:type="dc:Point" x="772" y="871" />
501         <di:waypoint xsi:type="dc:Point" x="920" y="871" />
502         <bpmndi:BPMNLabel>
503           <dc:Bounds x="750" y="870" width="13" height="13" />
504         </bpmndi:BPMNLabel>
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_ScriptTask_173">
507         <di:waypoint xsi:type="dc:Point" x="517" y="870" />
508         <di:waypoint xsi:type="dc:Point" x="542" y="870" />
509         <di:waypoint xsi:type="dc:Point" x="542" y="814" />
510         <di:waypoint xsi:type="dc:Point" x="542" y="785" />
511         <di:waypoint xsi:type="dc:Point" x="582" y="785" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="557" y="791" width="17" height="13" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNEdge>
516       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_255" bpmnElement="ScriptTask_1">
517         <dc:Bounds x="339" y="742" width="100" height="80" />
518       </bpmndi:BPMNShape>
519       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_255">
520         <di:waypoint xsi:type="dc:Point" x="305" y="782" />
521         <di:waypoint xsi:type="dc:Point" x="339" y="782" />
522         <bpmndi:BPMNLabel>
523           <dc:Bounds x="324" y="782" width="0" height="0" />
524         </bpmndi:BPMNLabel>
525       </bpmndi:BPMNEdge>
526       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_255" targetElement="_BPMNShape_ExclusiveGateway_227">
527         <di:waypoint xsi:type="dc:Point" x="439" y="782" />
528         <di:waypoint xsi:type="dc:Point" x="492" y="782" />
529         <di:waypoint xsi:type="dc:Point" x="492" y="845" />
530         <bpmndi:BPMNLabel>
531           <dc:Bounds x="492" y="787" width="0" height="0" />
532         </bpmndi:BPMNLabel>
533       </bpmndi:BPMNEdge>
534       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_1" isExpanded="true">
535         <dc:Bounds x="18" y="1012" width="469" height="150" />
536       </bpmndi:BPMNShape>
537       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_59" bpmnElement="CatchExceptions">
538         <dc:Bounds x="36" y="1063" width="36" height="36" />
539         <bpmndi:BPMNLabel>
540           <dc:Bounds x="42" y="1108" width="85" height="12" />
541         </bpmndi:BPMNLabel>
542       </bpmndi:BPMNShape>
543       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_281" bpmnElement="LogSaveWorkflowException">
544         <dc:Bounds x="174" y="1041" width="100" height="80" />
545       </bpmndi:BPMNShape>
546       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_188" bpmnElement="EndEvent_1">
547         <dc:Bounds x="349" y="1062" width="36" height="36" />
548         <bpmndi:BPMNLabel>
549           <dc:Bounds x="367" y="1098" width="0" height="0" />
550         </bpmndi:BPMNLabel>
551       </bpmndi:BPMNShape>
552       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_55" bpmnElement="BoundaryEvent_1">
553         <dc:Bounds x="469" y="1058" width="36" height="36" />
554         <bpmndi:BPMNLabel>
555           <dc:Bounds x="487" y="1094" width="0" height="0" />
556         </bpmndi:BPMNLabel>
557       </bpmndi:BPMNShape>
558       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_189" bpmnElement="EndEvent_2">
559         <dc:Bounds x="593" y="1058" width="36" height="36" />
560         <bpmndi:BPMNLabel>
561           <dc:Bounds x="611" y="1099" width="0" height="0" />
562         </bpmndi:BPMNLabel>
563       </bpmndi:BPMNShape>
564       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_59" targetElement="_BPMNShape_ScriptTask_281">
565         <di:waypoint xsi:type="dc:Point" x="72" y="1081" />
566         <di:waypoint xsi:type="dc:Point" x="174" y="1081" />
567         <bpmndi:BPMNLabel>
568           <dc:Bounds x="120" y="1081" width="0" height="0" />
569         </bpmndi:BPMNLabel>
570       </bpmndi:BPMNEdge>
571       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_281" targetElement="_BPMNShape_EndEvent_188">
572         <di:waypoint xsi:type="dc:Point" x="274" y="1081" />
573         <di:waypoint xsi:type="dc:Point" x="311" y="1081" />
574         <di:waypoint xsi:type="dc:Point" x="311" y="1080" />
575         <di:waypoint xsi:type="dc:Point" x="349" y="1080" />
576         <bpmndi:BPMNLabel>
577           <dc:Bounds x="326" y="1071" width="0" height="0" />
578         </bpmndi:BPMNLabel>
579       </bpmndi:BPMNEdge>
580       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_BoundaryEvent_55" targetElement="_BPMNShape_EndEvent_189">
581         <di:waypoint xsi:type="dc:Point" x="505" y="1076" />
582         <di:waypoint xsi:type="dc:Point" x="593" y="1076" />
583         <bpmndi:BPMNLabel>
584           <dc:Bounds x="550" y="1051" width="0" height="0" />
585         </bpmndi:BPMNLabel>
586       </bpmndi:BPMNEdge>
587       <bpmndi:BPMNShape id="ExclusiveGateway_0a0hroy_di" bpmnElement="ExclusiveGateway_0a0hroy" isMarkerVisible="true">
588         <dc:Bounds x="404.308277027027" y="332.23902027027026" width="50" height="50" />
589         <bpmndi:BPMNLabel>
590           <dc:Bounds x="388" y="382.23902027027026" width="84" height="37" />
591         </bpmndi:BPMNLabel>
592       </bpmndi:BPMNShape>
593       <bpmndi:BPMNShape id="ScriptTask_0mnb4d7_di" bpmnElement="Task_08csf14">
594         <dc:Bounds x="203" y="251" width="100" height="80" />
595       </bpmndi:BPMNShape>
596       <bpmndi:BPMNShape id="ScriptTask_1shi2a6_di" bpmnElement="Task_18r7u02">
597         <dc:Bounds x="543" y="251" width="100" height="80" />
598       </bpmndi:BPMNShape>
599       <bpmndi:BPMNShape id="CallActivity_0zvct4i_di" bpmnElement="Task_01ajtiy">
600         <dc:Bounds x="738" y="251" width="100" height="80" />
601       </bpmndi:BPMNShape>
602       <bpmndi:BPMNEdge id="SequenceFlow_0djpj3r_di" bpmnElement="SequenceFlow_0djpj3r">
603         <di:waypoint xsi:type="dc:Point" x="303" y="291" />
604         <di:waypoint xsi:type="dc:Point" x="429" y="291" />
605         <di:waypoint xsi:type="dc:Point" x="429" y="333" />
606         <bpmndi:BPMNLabel>
607           <dc:Bounds x="366" y="276" width="0" height="0" />
608         </bpmndi:BPMNLabel>
609       </bpmndi:BPMNEdge>
610       <bpmndi:BPMNShape id="ExclusiveGateway_0uvarlv_di" bpmnElement="ExclusiveGateway_0uvarlv" isMarkerVisible="true">
611         <dc:Bounds x="912" y="332.4552364864865" width="50" height="50" />
612         <bpmndi:BPMNLabel>
613           <dc:Bounds x="897" y="382.4552364864865" width="80" height="25" />
614         </bpmndi:BPMNLabel>
615       </bpmndi:BPMNShape>
616       <bpmndi:BPMNEdge id="SequenceFlow_185bo77_di" bpmnElement="SequenceFlow_185bo77">
617         <di:waypoint xsi:type="dc:Point" x="454" y="357" />
618         <di:waypoint xsi:type="dc:Point" x="683" y="357" />
619         <di:waypoint xsi:type="dc:Point" x="683" y="357" />
620         <di:waypoint xsi:type="dc:Point" x="912" y="357" />
621         <bpmndi:BPMNLabel>
622           <dc:Bounds x="692" y="357" width="12" height="13" />
623         </bpmndi:BPMNLabel>
624       </bpmndi:BPMNEdge>
625       <bpmndi:BPMNEdge id="SequenceFlow_111l1he_di" bpmnElement="SequenceFlow_111l1he">
626         <di:waypoint xsi:type="dc:Point" x="454" y="357" />
627         <di:waypoint xsi:type="dc:Point" x="484" y="357" />
628         <di:waypoint xsi:type="dc:Point" x="484" y="291" />
629         <di:waypoint xsi:type="dc:Point" x="543" y="291" />
630         <bpmndi:BPMNLabel>
631           <dc:Bounds x="499" y="297" width="18" height="13" />
632         </bpmndi:BPMNLabel>
633       </bpmndi:BPMNEdge>
634       <bpmndi:BPMNEdge id="SequenceFlow_0ca4brn_di" bpmnElement="SequenceFlow_0ca4brn">
635         <di:waypoint xsi:type="dc:Point" x="643" y="291" />
636         <di:waypoint xsi:type="dc:Point" x="684" y="291" />
637         <di:waypoint xsi:type="dc:Point" x="684" y="291" />
638         <di:waypoint xsi:type="dc:Point" x="738" y="291" />
639         <bpmndi:BPMNLabel>
640           <dc:Bounds x="699" y="291" width="0" height="0" />
641         </bpmndi:BPMNLabel>
642       </bpmndi:BPMNEdge>
643       <bpmndi:BPMNEdge id="SequenceFlow_19r2uus_di" bpmnElement="SequenceFlow_19r2uus">
644         <di:waypoint xsi:type="dc:Point" x="838" y="291" />
645         <di:waypoint xsi:type="dc:Point" x="937" y="291" />
646         <di:waypoint xsi:type="dc:Point" x="937" y="332" />
647         <bpmndi:BPMNLabel>
648           <dc:Bounds x="888" y="276" width="0" height="0" />
649         </bpmndi:BPMNLabel>
650       </bpmndi:BPMNEdge>
651       <bpmndi:BPMNEdge id="SequenceFlow_1p0v6yk_di" bpmnElement="SequenceFlow_1p0v6yk">
652         <di:waypoint xsi:type="dc:Point" x="937" y="382" />
653         <di:waypoint xsi:type="dc:Point" x="937" y="468" />
654         <di:waypoint xsi:type="dc:Point" x="38" y="468" />
655         <di:waypoint xsi:type="dc:Point" x="38" y="547" />
656         <di:waypoint xsi:type="dc:Point" x="95" y="547" />
657         <bpmndi:BPMNLabel>
658           <dc:Bounds x="498" y="476" width="18" height="13" />
659         </bpmndi:BPMNLabel>
660       </bpmndi:BPMNEdge>
661       <bpmndi:BPMNEdge id="SequenceFlow_03i4czf_di" bpmnElement="SequenceFlow_03i4czf">
662         <di:waypoint xsi:type="dc:Point" x="962" y="357" />
663         <di:waypoint xsi:type="dc:Point" x="1027" y="357" />
664         <di:waypoint xsi:type="dc:Point" x="1027" y="453" />
665         <di:waypoint xsi:type="dc:Point" x="21" y="453" />
666         <di:waypoint xsi:type="dc:Point" x="21" y="606" />
667         <di:waypoint xsi:type="dc:Point" x="405" y="606" />
668         <bpmndi:BPMNLabel>
669           <dc:Bounds x="499" y="427" width="12" height="13" />
670         </bpmndi:BPMNLabel>
671       </bpmndi:BPMNEdge>
672     </bpmndi:BPMNPlane>
673   </bpmndi:BPMNDiagram>
674 </bpmn2:definitions>