2e9603538854f6a9a88e193eab2ceeaa376ac8dd
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / VfModularity / DoUpdateVfModule.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_Wblj8GyfEeWUWLTvug7ZOg" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="DoUpdateVfModule" name="DoUpdateVfModule" isExecutable="true">\r
4     <bpmn2:documentation>This flow expects its incoming request to be in the variable 'DoUpdateVfModuleRequest'.  This flow produces no output.</bpmn2:documentation>\r
5     <bpmn2:scriptTask id="PrepareUpdateAAIVfModule_prep" name="Prepare Update AAI Vf Module (prep)" scriptFormat="groovy">\r
6       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
7       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
8       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
9 def duvm = new DoUpdateVfModule()
10 duvm.prepPrepareUpdateAAIVfModule(execution)]]></bpmn2:script>\r
11     </bpmn2:scriptTask>\r
12     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="PrepareUpdateAAIVfModule_prep" targetRef="ScriptTask_1"/>\r
13     <bpmn2:callActivity id="ScriptTask_1" name="Prepare Update AAI Vf Module" calledElement="PrepareUpdateAAIVfModule">\r
14       <bpmn2:extensionElements>\r
15         <camunda:in source="DOUPVfMod_prepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest"/>\r
16         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
17         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
18         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
19         <camunda:out source="PUAAIVfMod_outVfModule" target="DOUPVfMod_vfModule"/>\r
20         <camunda:out source="PUAAIVfMod_vnfName" target="DOUPVfMod_vnfNameFromAAI"/>\r
21         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
22       </bpmn2:extensionElements>\r
23       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
24       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
25     </bpmn2:callActivity>\r
26     <bpmn2:scriptTask id="ProcessReceivedRequest" name="Process Received Request" scriptFormat="groovy">\r
27       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
28       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
29       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
30 def duvm = new DoUpdateVfModule()
31 duvm.preProcessRequest(execution)]]></bpmn2:script>\r
32     </bpmn2:scriptTask>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ProcessReceivedRequest" targetRef="PrepareUpdateAAIVfModule_prep"/>\r
34     <bpmn2:subProcess id="SubProcess_1" name="Catch Exception" triggeredByEvent="true">\r
35       <bpmn2:scriptTask id="ScriptTask_16" name="Handle Exception" scriptFormat="groovy">\r
36         <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
37         <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
38         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
39 def duvm = new DoUpdateVfModule()
40 duvm.handleWorkflowException(execution)]]></bpmn2:script>\r
41       </bpmn2:scriptTask>\r
42       <bpmn2:endEvent id="EndEvent_3">\r
43         <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
44         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11"/>\r
45       </bpmn2:endEvent>\r
46       <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ScriptTask_16" targetRef="EndEvent_3"/>\r
47       <bpmn2:startEvent id="StartEvent_3">\r
48         <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
49         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/>\r
50       </bpmn2:startEvent>\r
51       <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_16"/>\r
52     </bpmn2:subProcess>\r
53     <bpmn2:endEvent id="EndEvent_5">\r
54       <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming>\r
55       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12"/>\r
56     </bpmn2:endEvent>\r
57     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">\r
58       <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>\r
59       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_70"/>\r
60     </bpmn2:boundaryEvent>\r
61     <bpmn2:sequenceFlow id="SequenceFlow_36" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_5"/>\r
62     <bpmn2:scriptTask id="ScriptTask_10" name="Update AAI Vf Module (prep)" scriptFormat="groovy">\r
63       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
64       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
65       <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
66       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
67 def duvm = new DoUpdateVfModule()
68 duvm.prepUpdateAAIVfModule(execution)]]></bpmn2:script>\r
69     </bpmn2:scriptTask>\r
70     <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="ScriptTask_10" targetRef="ScriptTask_11"/>\r
71     <bpmn2:callActivity id="ScriptTask_11" name="UpdateAAIVfModule" calledElement="UpdateAAIVfModule">\r
72       <bpmn2:extensionElements>\r
73         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
74         <camunda:in source="DOUPVfMod_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest"/>\r
75         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
76         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
77         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
78       </bpmn2:extensionElements>\r
79       <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
80       <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>\r
81     </bpmn2:callActivity>\r
82     <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="ScriptTask_11" targetRef="ScriptTask_12"/>\r
83     <bpmn2:scriptTask id="ScriptTask_12" name="SDNC Topology Activate (prep)" scriptFormat="groovy">\r
84       <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>\r
85       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
86       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
87 def duvm = new DoUpdateVfModule()
88 duvm.prepSDNCTopologyAct(execution)]]></bpmn2:script>\r
89     </bpmn2:scriptTask>\r
90     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ScriptTask_12" targetRef="ScriptTask_13"/>\r
91     <bpmn2:callActivity id="ScriptTask_13" name="SDNCAdapter Topology Activate" calledElement="sdncAdapter">\r
92       <bpmn2:extensionElements>\r
93         <camunda:in source="DOUPVfMod_sdncTopologyRequest" target="sdncAdapterWorkflowRequest"/>\r
94         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
95         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
96         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
97         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
98       </bpmn2:extensionElements>\r
99       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
100       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
101     </bpmn2:callActivity>\r
102     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_13" targetRef="ScriptTask_17"/>\r
103     <bpmn2:scriptTask id="ScriptTask_17" name="Set Success Indicator" scriptFormat="groovy">\r
104       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
105       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
106       <bpmn2:script><![CDATA[// This variable is checked by the unit test
107 execution.setVariable('DoUpdateVfModuleSuccessIndicator', true)]]></bpmn2:script>\r
108     </bpmn2:scriptTask>\r
109     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_17" targetRef="EndEvent_1"/>\r
110     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">\r
111       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
112       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10"/>\r
113     </bpmn2:endEvent>\r
114     <bpmn2:scriptTask id="ScriptTask_14" name="Update AAI Generic Vnf (prep)" scriptFormat="groovy">\r
115       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
116       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
117       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
118 def duvm = new DoUpdateVfModule()
119 duvm.prepUpdateAAIGenericVnf(execution)]]></bpmn2:script>\r
120     </bpmn2:scriptTask>\r
121     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_14" targetRef="ExclusiveGateway_1"/>\r
122     <bpmn2:callActivity id="CallActivity_1" name="UpdateAAIGenericVnf" calledElement="UpdateAAIGenericVnf">\r
123       <bpmn2:extensionElements>\r
124         <camunda:in source="DOUPVfMod_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest"/>\r
125         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
126         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
127         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
128         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
129       </bpmn2:extensionElements>\r
130       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
131       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
132     </bpmn2:callActivity>\r
133     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_10"/>\r
134     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Skip Update&#xD;&#xA;Generic Vnf?" default="SequenceFlow_14">\r
135       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
136       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
137       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
138     </bpmn2:exclusiveGateway>\r
139     <bpmn2:sequenceFlow id="SequenceFlow_14" name="Do the update" sourceRef="ExclusiveGateway_1" targetRef="CallActivity_1"/>\r
140     <bpmn2:sequenceFlow id="SequenceFlow_18" name="Skip the update" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_10">\r
141       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">${execution.getVariable('DOUPVfMod_skipUpdateGenericVnf')} == true</bpmn2:conditionExpression>\r
142     </bpmn2:sequenceFlow>\r
143     <bpmn2:startEvent id="StartEvent_1" name="Start">\r
144       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
145     </bpmn2:startEvent>\r
146     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ProcessReceivedRequest"/>\r
147     <bpmn2:scriptTask id="ScriptTask_4" name="SDNC Topology Change/Assign (prep)" scriptFormat="groovy">\r
148       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
149       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
150       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
151       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
152 def duvm = new DoUpdateVfModule()
153 duvm.prepSDNCTopologyChg(execution)]]></bpmn2:script>\r
154     </bpmn2:scriptTask>\r
155     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ScriptTask_4" targetRef="ScriptTask_5"/>\r
156     <bpmn2:callActivity id="ScriptTask_5" name="SDNC Adapter Topology Change/Assign" calledElement="sdncAdapter">\r
157       <bpmn2:extensionElements>\r
158         <camunda:in source="DOUPVfMod_sdncTopologyRequest" target="sdncAdapterWorkflowRequest"/>\r
159         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
160         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
161         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
162         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
163         <camunda:out source="sdncAdapterResponse" target="DOUPVfMod_sdncChangeAssignResponse"/>\r
164         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
165       </bpmn2:extensionElements>\r
166       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
167       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
168     </bpmn2:callActivity>\r
169     <bpmn2:callActivity id="ScriptTask_9" name="VnfAdapterRest" calledElement="vnfAdapterRestV1">\r
170       <bpmn2:extensionElements>\r
171         <camunda:in source="DOUPVfMod_vnfAdapterRestRequest" target="vnfAdapterRestV1Request"/>\r
172         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
173         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
174         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
175         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
176         <camunda:out source="vnfAdapterRestV1Response" target="DOUPVfMod_vnfAdapterRestResponse"/>\r
177       </bpmn2:extensionElements>\r
178       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
179       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
180     </bpmn2:callActivity>\r
181     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ScriptTask_9" targetRef="ScriptTask_14"/>\r
182     <bpmn2:scriptTask id="ScriptTask_8" name="VNF Adapter (prep)" scriptFormat="groovy">\r
183       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
184       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
185       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
186 def duvm = new DoUpdateVfModule()
187 duvm.prepVnfAdapterRest(execution)]]></bpmn2:script>\r
188     </bpmn2:scriptTask>\r
189     <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ScriptTask_8" targetRef="ScriptTask_9"/>\r
190     <bpmn2:scriptTask id="ScriptTask_15" name="Validate SDNC Query Response" scriptFormat="groovy">\r
191       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
192       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
193       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
194 String response = execution.getVariable("DOUPVfMod_sdncTopologyResponse")
195 def duvm = new DoUpdateVfModule()
196 duvm.validateSDNCResponse(execution, response, "query")]]></bpmn2:script>\r
197     </bpmn2:scriptTask>\r
198     <bpmn2:callActivity id="ScriptTask_7" name="SDNCAdapter Topology Query" calledElement="sdncAdapter">\r
199       <bpmn2:extensionElements>\r
200         <camunda:in source="DOUPVfMod_sdncTopologyRequest" target="sdncAdapterWorkflowRequest"/>\r
201         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
202         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
203         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
204         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
205         <camunda:out source="sdncAdapterResponse" target="DOUPVfMod_sdncTopologyResponse"/>\r
206         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
207       </bpmn2:extensionElements>\r
208       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
209       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
210     </bpmn2:callActivity>\r
211     <bpmn2:scriptTask id="ScriptTask_18" name="Validate SDNC Change/Assign Response" scriptFormat="groovy">\r
212       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
213       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
214       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
215 String response = execution.getVariable("DOUPVfMod_sdncChangeAssignResponse")
216 def duvm = new DoUpdateVfModule()
217 duvm.validateSDNCResponse(execution, response, "changeassign")]]></bpmn2:script>\r
218     </bpmn2:scriptTask>\r
219     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_5" targetRef="ScriptTask_18"/>\r
220     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_18" targetRef="ScriptTask_6"/>\r
221     <bpmn2:scriptTask id="ScriptTask_6" name="SDNC Topology Query (prep)" scriptFormat="groovy">\r
222       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
223       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
224       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
225 def duvm = new DoUpdateVfModule()
226 duvm.prepSDNCTopologyQuery(execution)]]></bpmn2:script>\r
227     </bpmn2:scriptTask>\r
228     <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="ScriptTask_6" targetRef="ScriptTask_7"/>\r
229     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_7" targetRef="ScriptTask_15"/>\r
230     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="ScriptTask_15" targetRef="ScriptTask_8"/>\r
231     <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_30">\r
232       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
233       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
234       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>\r
235     </bpmn2:exclusiveGateway>\r
236     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ScriptTask_1" targetRef="IsBaseVfModule"/>\r
237     <bpmn2:callActivity id="ScriptTask_3" name="Confirm VolumeGroup Tenant" calledElement="ConfirmVolumeGroupTenant">\r
238       <bpmn2:extensionElements>\r
239         <camunda:in source="DOUPVfMod_volumeGroupId" target="volumeGroupId"/>\r
240         <camunda:in source="DOUPVfMod_tenantId" target="tenantId"/>\r
241         <camunda:in source="DOUPVfMod_aicCloudRegion" target="aicCloudRegion"/>\r
242         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
243         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
244         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
245         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
246       </bpmn2:extensionElements>\r
247       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
248       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
249     </bpmn2:callActivity>\r
250     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_3" targetRef="ScriptTask_4"/>\r
251     <bpmn2:scriptTask id="ScriptTask_2" name="Confirm VolumeGroup Tenant (prep)" scriptFormat="groovy">\r
252       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
253       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
254       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
255 def duvm = new DoUpdateVfModule()
256 duvm.prepConfirmVolumeGroupTenant(execution)]]></bpmn2:script>\r
257     </bpmn2:scriptTask>\r
258     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_2" targetRef="ScriptTask_3"/>\r
259     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="VolumeGroupId &#xD;&#xA;present?" default="SequenceFlow_16">\r
260       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
261       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
262       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
263     </bpmn2:exclusiveGateway>\r
264     <bpmn2:sequenceFlow id="SequenceFlow_10" name="Yes" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_2">\r
265       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy">${execution.getVariable('DOUPVfMod_volumeGroupId').isEmpty()} == false</bpmn2:conditionExpression>\r
266     </bpmn2:sequenceFlow>\r
267     <bpmn2:sequenceFlow id="SequenceFlow_16" name="No" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_4"/>\r
268     <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_3">\r
269       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DOUPVfMod_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>\r
270     </bpmn2:sequenceFlow>\r
271     <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy">\r
272       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>\r
273       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
274       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
275 def doUpdateVfModule = new DoUpdateVfModule()\r
276 doUpdateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>\r
277     </bpmn2:scriptTask>\r
278     <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule"/>\r
279     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_3"/>\r
280     <bpmn2:exclusiveGateway id="ExclusiveGateway_3">\r
281       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
282       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
283       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
284     </bpmn2:exclusiveGateway>\r
285     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ExclusiveGateway_3" targetRef="ExclusiveGateway_2"/>\r
286   </bpmn2:process>\r
287   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>\r
288   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
289     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateVfModule">\r
290       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">\r
291         <dc:Bounds height="36.0" width="36.0" x="150.0" y="214.0"/>\r
292         <bpmndi:BPMNLabel>\r
293           <dc:Bounds height="22.0" width="34.0" x="151.0" y="255.0"/>\r
294         </bpmndi:BPMNLabel>\r
295       </bpmndi:BPMNShape>\r
296       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="ProcessReceivedRequest">\r
297         <dc:Bounds height="80.0" width="100.0" x="300.0" y="192.0"/>\r
298       </bpmndi:BPMNShape>\r
299       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">\r
300         <di:waypoint xsi:type="dc:Point" x="186.0" y="232.0"/>\r
301         <di:waypoint xsi:type="dc:Point" x="300.0" y="232.0"/>\r
302         <bpmndi:BPMNLabel>\r
303           <dc:Bounds height="6.0" width="6.0" x="208.0" y="232.0"/>\r
304         </bpmndi:BPMNLabel>\r
305       </bpmndi:BPMNEdge>\r
306       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="PrepareUpdateAAIVfModule_prep">\r
307         <dc:Bounds height="80.0" width="100.0" x="456.0" y="192.0"/>\r
308       </bpmndi:BPMNShape>\r
309       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_160">\r
310         <di:waypoint xsi:type="dc:Point" x="400.0" y="232.0"/>\r
311         <di:waypoint xsi:type="dc:Point" x="456.0" y="232.0"/>\r
312         <bpmndi:BPMNLabel>\r
313           <dc:Bounds height="6.0" width="6.0" x="492.0" y="232.0"/>\r
314         </bpmndi:BPMNLabel>\r
315       </bpmndi:BPMNEdge>\r
316       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_164" bpmnElement="ScriptTask_1">\r
317         <dc:Bounds height="80.0" width="100.0" x="624.0" y="192.0"/>\r
318       </bpmndi:BPMNShape>\r
319       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ScriptTask_164">\r
320         <di:waypoint xsi:type="dc:Point" x="556.0" y="232.0"/>\r
321         <di:waypoint xsi:type="dc:Point" x="624.0" y="232.0"/>\r
322         <bpmndi:BPMNLabel>\r
323           <dc:Bounds height="6.0" width="6.0" x="575.0" y="232.0"/>\r
324         </bpmndi:BPMNLabel>\r
325       </bpmndi:BPMNEdge>\r
326       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_88" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
327         <dc:Bounds height="50.0" width="50.0" x="1039.0" y="206.0"/>\r
328         <bpmndi:BPMNLabel>\r
329           <dc:Bounds height="38.0" width="109.0" x="1011.0" y="172.0"/>\r
330         </bpmndi:BPMNLabel>\r
331       </bpmndi:BPMNShape>\r
332       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_165" bpmnElement="ScriptTask_2">\r
333         <dc:Bounds height="80.0" width="100.0" x="1152.0" y="192.0"/>\r
334       </bpmndi:BPMNShape>\r
335       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_88" targetElement="_BPMNShape_ScriptTask_165">\r
336         <di:waypoint xsi:type="dc:Point" x="1089.0" y="231.0"/>\r
337         <di:waypoint xsi:type="dc:Point" x="1118.0" y="231.0"/>\r
338         <di:waypoint xsi:type="dc:Point" x="1118.0" y="232.0"/>\r
339         <di:waypoint xsi:type="dc:Point" x="1152.0" y="232.0"/>\r
340         <bpmndi:BPMNLabel>\r
341           <dc:Bounds height="22.0" width="29.0" x="1099.0" y="231.0"/>\r
342         </bpmndi:BPMNLabel>\r
343       </bpmndi:BPMNEdge>\r
344       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_166" bpmnElement="ScriptTask_3">\r
345         <dc:Bounds height="80.0" width="100.0" x="1308.0" y="192.0"/>\r
346       </bpmndi:BPMNShape>\r
347       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_165" targetElement="_BPMNShape_ScriptTask_166">\r
348         <di:waypoint xsi:type="dc:Point" x="1252.0" y="232.0"/>\r
349         <di:waypoint xsi:type="dc:Point" x="1308.0" y="232.0"/>\r
350         <bpmndi:BPMNLabel>\r
351           <dc:Bounds height="6.0" width="6.0" x="1271.0" y="232.0"/>\r
352         </bpmndi:BPMNLabel>\r
353       </bpmndi:BPMNEdge>\r
354       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_167" bpmnElement="ScriptTask_4">\r
355         <dc:Bounds height="80.0" width="100.0" x="72.0" y="420.0"/>\r
356       </bpmndi:BPMNShape>\r
357       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="ScriptTask_5">\r
358         <dc:Bounds height="80.0" width="100.0" x="239.0" y="420.0"/>\r
359       </bpmndi:BPMNShape>\r
360       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_169" bpmnElement="ScriptTask_6">\r
361         <dc:Bounds height="80.0" width="100.0" x="535.0" y="420.0"/>\r
362       </bpmndi:BPMNShape>\r
363       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_167" targetElement="_BPMNShape_ScriptTask_168">\r
364         <di:waypoint xsi:type="dc:Point" x="172.0" y="460.0"/>\r
365         <di:waypoint xsi:type="dc:Point" x="239.0" y="460.0"/>\r
366         <bpmndi:BPMNLabel>\r
367           <dc:Bounds height="6.0" width="6.0" x="197.0" y="460.0"/>\r
368         </bpmndi:BPMNLabel>\r
369       </bpmndi:BPMNEdge>\r
370       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_88" targetElement="_BPMNShape_ScriptTask_167">\r
371         <di:waypoint xsi:type="dc:Point" x="1064.0" y="256.0"/>\r
372         <di:waypoint xsi:type="dc:Point" x="1064.0" y="351.0"/>\r
373         <di:waypoint xsi:type="dc:Point" x="122.0" y="351.0"/>\r
374         <di:waypoint xsi:type="dc:Point" x="122.0" y="420.0"/>\r
375         <bpmndi:BPMNLabel>\r
376           <dc:Bounds height="22.0" width="22.0" x="1073.0" y="271.0"/>\r
377         </bpmndi:BPMNLabel>\r
378       </bpmndi:BPMNEdge>\r
379       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_166" targetElement="_BPMNShape_ScriptTask_167">\r
380         <di:waypoint xsi:type="dc:Point" x="1358.0" y="272.0"/>\r
381         <di:waypoint xsi:type="dc:Point" x="1358.0" y="352.0"/>\r
382         <di:waypoint xsi:type="dc:Point" x="639.0" y="352.0"/>\r
383         <di:waypoint xsi:type="dc:Point" x="122.0" y="352.0"/>\r
384         <di:waypoint xsi:type="dc:Point" x="122.0" y="420.0"/>\r
385         <bpmndi:BPMNLabel>\r
386           <dc:Bounds height="6.0" width="6.0" x="927.0" y="352.0"/>\r
387         </bpmndi:BPMNLabel>\r
388       </bpmndi:BPMNEdge>\r
389       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="ScriptTask_7">\r
390         <dc:Bounds height="80.0" width="100.0" x="684.0" y="420.0"/>\r
391       </bpmndi:BPMNShape>\r
392       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ScriptTask_169" targetElement="_BPMNShape_ScriptTask_170">\r
393         <di:waypoint xsi:type="dc:Point" x="635.0" y="460.0"/>\r
394         <di:waypoint xsi:type="dc:Point" x="684.0" y="460.0"/>\r
395         <bpmndi:BPMNLabel>\r
396           <dc:Bounds height="6.0" width="6.0" x="648.0" y="460.0"/>\r
397         </bpmndi:BPMNLabel>\r
398       </bpmndi:BPMNEdge>\r
399       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="ScriptTask_8">\r
400         <dc:Bounds height="80.0" width="100.0" x="996.0" y="420.0"/>\r
401       </bpmndi:BPMNShape>\r
402       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ScriptTask_9">\r
403         <dc:Bounds height="80.0" width="100.0" x="1176.0" y="420.0"/>\r
404       </bpmndi:BPMNShape>\r
405       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_ScriptTask_172">\r
406         <di:waypoint xsi:type="dc:Point" x="1096.0" y="460.0"/>\r
407         <di:waypoint xsi:type="dc:Point" x="1176.0" y="460.0"/>\r
408         <bpmndi:BPMNLabel>\r
409           <dc:Bounds height="6.0" width="6.0" x="1133.0" y="460.0"/>\r
410         </bpmndi:BPMNLabel>\r
411       </bpmndi:BPMNEdge>\r
412       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="ScriptTask_10">\r
413         <dc:Bounds height="80.0" width="100.0" x="466.0" y="636.0"/>\r
414       </bpmndi:BPMNShape>\r
415       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="ScriptTask_11">\r
416         <dc:Bounds height="80.0" width="100.0" x="624.0" y="636.0"/>\r
417       </bpmndi:BPMNShape>\r
418       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ScriptTask_219">\r
419         <di:waypoint xsi:type="dc:Point" x="1226.0" y="500.0"/>\r
420         <di:waypoint xsi:type="dc:Point" x="1226.0" y="576.0"/>\r
421         <di:waypoint xsi:type="dc:Point" x="194.0" y="576.0"/>\r
422         <di:waypoint xsi:type="dc:Point" x="194.0" y="636.0"/>\r
423         <bpmndi:BPMNLabel>\r
424           <dc:Bounds height="6.0" width="6.0" x="821.0" y="576.0"/>\r
425         </bpmndi:BPMNLabel>\r
426       </bpmndi:BPMNEdge>\r
427       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_ScriptTask_174">\r
428         <di:waypoint xsi:type="dc:Point" x="566.0" y="676.0"/>\r
429         <di:waypoint xsi:type="dc:Point" x="624.0" y="676.0"/>\r
430         <bpmndi:BPMNLabel>\r
431           <dc:Bounds height="6.0" width="6.0" x="591.0" y="676.0"/>\r
432         </bpmndi:BPMNLabel>\r
433       </bpmndi:BPMNEdge>\r
434       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="ScriptTask_12">\r
435         <dc:Bounds height="80.0" width="100.0" x="804.0" y="636.0"/>\r
436       </bpmndi:BPMNShape>\r
437       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="ScriptTask_13">\r
438         <dc:Bounds height="80.0" width="100.0" x="984.0" y="636.0"/>\r
439       </bpmndi:BPMNShape>\r
440       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_ScriptTask_175">\r
441         <di:waypoint xsi:type="dc:Point" x="724.0" y="676.0"/>\r
442         <di:waypoint xsi:type="dc:Point" x="804.0" y="676.0"/>\r
443         <bpmndi:BPMNLabel>\r
444           <dc:Bounds height="6.0" width="6.0" x="695.0" y="674.0"/>\r
445         </bpmndi:BPMNLabel>\r
446       </bpmndi:BPMNEdge>\r
447       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_ScriptTask_176">\r
448         <di:waypoint xsi:type="dc:Point" x="904.0" y="676.0"/>\r
449         <di:waypoint xsi:type="dc:Point" x="984.0" y="676.0"/>\r
450         <bpmndi:BPMNLabel>\r
451           <dc:Bounds height="6.0" width="6.0" x="902.0" y="676.0"/>\r
452         </bpmndi:BPMNLabel>\r
453       </bpmndi:BPMNEdge>\r
454       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_162" bpmnElement="EndEvent_1">\r
455         <dc:Bounds height="36.0" width="36.0" x="1016.0" y="876.0"/>\r
456         <bpmndi:BPMNLabel>\r
457           <dc:Bounds height="22.0" width="50.0" x="1009.0" y="917.0"/>\r
458         </bpmndi:BPMNLabel>\r
459       </bpmndi:BPMNShape>\r
460       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_21" bpmnElement="SubProcess_1" isExpanded="true">\r
461         <dc:Bounds height="198.0" width="475.0" x="239.0" y="924.0"/>\r
462       </bpmndi:BPMNShape>\r
463       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="ScriptTask_16">\r
464         <dc:Bounds height="80.0" width="100.0" x="399.0" y="984.0"/>\r
465       </bpmndi:BPMNShape>\r
466       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_163" bpmnElement="EndEvent_3">\r
467         <dc:Bounds height="36.0" width="36.0" x="617.0" y="1006.0"/>\r
468         <bpmndi:BPMNLabel>\r
469           <dc:Bounds height="0.0" width="0.0" x="635.0" y="1047.0"/>\r
470         </bpmndi:BPMNLabel>\r
471       </bpmndi:BPMNShape>\r
472       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_179" targetElement="_BPMNShape_EndEvent_163">\r
473         <di:waypoint xsi:type="dc:Point" x="499.0" y="1024.0"/>\r
474         <di:waypoint xsi:type="dc:Point" x="617.0" y="1024.0"/>\r
475         <bpmndi:BPMNLabel>\r
476           <dc:Bounds height="6.0" width="6.0" x="555.0" y="1024.0"/>\r
477         </bpmndi:BPMNLabel>\r
478       </bpmndi:BPMNEdge>\r
479       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_46" bpmnElement="BoundaryEvent_1">\r
480         <dc:Bounds height="36.0" width="36.0" x="696.0" y="1005.0"/>\r
481         <bpmndi:BPMNLabel>\r
482           <dc:Bounds height="6.0" width="6.0" x="711.0" y="1046.0"/>\r
483         </bpmndi:BPMNLabel>\r
484       </bpmndi:BPMNShape>\r
485       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_164" bpmnElement="EndEvent_5">\r
486         <dc:Bounds height="36.0" width="36.0" x="814.0" y="1005.0"/>\r
487         <bpmndi:BPMNLabel>\r
488           <dc:Bounds height="0.0" width="0.0" x="832.0" y="1046.0"/>\r
489         </bpmndi:BPMNLabel>\r
490       </bpmndi:BPMNShape>\r
491       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_BoundaryEvent_46" targetElement="_BPMNShape_EndEvent_164">\r
492         <di:waypoint xsi:type="dc:Point" x="732.0" y="1023.0"/>\r
493         <di:waypoint xsi:type="dc:Point" x="814.0" y="1023.0"/>\r
494         <bpmndi:BPMNLabel>\r
495           <dc:Bounds height="6.0" width="6.0" x="770.0" y="1023.0"/>\r
496         </bpmndi:BPMNLabel>\r
497       </bpmndi:BPMNEdge>\r
498       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_56" bpmnElement="StartEvent_3">\r
499         <dc:Bounds height="36.0" width="36.0" x="305.0" y="1006.0"/>\r
500         <bpmndi:BPMNLabel>\r
501           <dc:Bounds height="0.0" width="0.0" x="323.0" y="1047.0"/>\r
502         </bpmndi:BPMNLabel>\r
503       </bpmndi:BPMNShape>\r
504       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_StartEvent_56" targetElement="_BPMNShape_ScriptTask_179">\r
505         <di:waypoint xsi:type="dc:Point" x="341.0" y="1024.0"/>\r
506         <di:waypoint xsi:type="dc:Point" x="399.0" y="1024.0"/>\r
507         <bpmndi:BPMNLabel>\r
508           <dc:Bounds height="6.0" width="6.0" x="302.0" y="1084.0"/>\r
509         </bpmndi:BPMNLabel>\r
510       </bpmndi:BPMNEdge>\r
511       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_180" bpmnElement="ScriptTask_17">\r
512         <dc:Bounds height="80.0" width="100.0" x="984.0" y="768.0"/>\r
513       </bpmndi:BPMNShape>\r
514       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_180" targetElement="_BPMNShape_EndEvent_162">\r
515         <di:waypoint xsi:type="dc:Point" x="1034.0" y="848.0"/>\r
516         <di:waypoint xsi:type="dc:Point" x="1034.0" y="876.0"/>\r
517         <bpmndi:BPMNLabel>\r
518           <dc:Bounds height="6.0" width="6.0" x="1031.0" y="868.0"/>\r
519         </bpmndi:BPMNLabel>\r
520       </bpmndi:BPMNEdge>\r
521       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ScriptTask_180">\r
522         <di:waypoint xsi:type="dc:Point" x="1034.0" y="716.0"/>\r
523         <di:waypoint xsi:type="dc:Point" x="1034.0" y="768.0"/>\r
524         <bpmndi:BPMNLabel>\r
525           <dc:Bounds height="6.0" width="6.0" x="1031.0" y="741.0"/>\r
526         </bpmndi:BPMNLabel>\r
527       </bpmndi:BPMNEdge>\r
528       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="ScriptTask_14">\r
529         <dc:Bounds height="80.0" width="100.0" x="144.0" y="636.0"/>\r
530       </bpmndi:BPMNShape>\r
531       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_2" bpmnElement="CallActivity_1">\r
532         <dc:Bounds height="80.0" width="100.0" x="300.0" y="636.0"/>\r
533       </bpmndi:BPMNShape>\r
534       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_2" targetElement="_BPMNShape_ScriptTask_173">\r
535         <di:waypoint xsi:type="dc:Point" x="400.0" y="676.0"/>\r
536         <di:waypoint xsi:type="dc:Point" x="466.0" y="676.0"/>\r
537         <bpmndi:BPMNLabel>\r
538           <dc:Bounds height="6.0" width="6.0" x="431.0" y="676.0"/>\r
539         </bpmndi:BPMNLabel>\r
540       </bpmndi:BPMNEdge>\r
541       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ExclusiveGateway_213">\r
542         <di:waypoint xsi:type="dc:Point" x="194.0" y="716.0"/>\r
543         <di:waypoint xsi:type="dc:Point" x="195.0" y="793.0"/>\r
544         <di:waypoint xsi:type="dc:Point" x="284.0" y="793.0"/>\r
545         <di:waypoint xsi:type="dc:Point" x="324.0" y="793.0"/>\r
546         <bpmndi:BPMNLabel>\r
547           <dc:Bounds height="6.0" width="6.0" x="191.0" y="746.0"/>\r
548         </bpmndi:BPMNLabel>\r
549       </bpmndi:BPMNEdge>\r
550       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_213" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">\r
551         <dc:Bounds height="50.0" width="50.0" x="324.0" y="768.0"/>\r
552         <bpmndi:BPMNLabel>\r
553           <dc:Bounds height="0.0" width="0.0" x="349.0" y="823.0"/>\r
554         </bpmndi:BPMNLabel>\r
555       </bpmndi:BPMNShape>\r
556       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ExclusiveGateway_213" targetElement="_BPMNShape_CallActivity_2">\r
557         <di:waypoint xsi:type="dc:Point" x="349.0" y="768.0"/>\r
558         <di:waypoint xsi:type="dc:Point" x="350.0" y="716.0"/>\r
559         <bpmndi:BPMNLabel>\r
560           <dc:Bounds height="22.0" width="80.0" x="357.0" y="733.0"/>\r
561         </bpmndi:BPMNLabel>\r
562       </bpmndi:BPMNEdge>\r
563       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ExclusiveGateway_213" targetElement="_BPMNShape_ScriptTask_173">\r
564         <di:waypoint xsi:type="dc:Point" x="374.0" y="793.0"/>\r
565         <di:waypoint xsi:type="dc:Point" x="515.0" y="793.0"/>\r
566         <di:waypoint xsi:type="dc:Point" x="516.0" y="716.0"/>\r
567         <bpmndi:BPMNLabel>\r
568           <dc:Bounds height="22.0" width="97.0" x="380.0" y="768.0"/>\r
569         </bpmndi:BPMNLabel>\r
570       </bpmndi:BPMNEdge>\r
571       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="ScriptTask_15">\r
572         <dc:Bounds height="80.0" width="100.0" x="840.0" y="420.0"/>\r
573       </bpmndi:BPMNShape>\r
574       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="ScriptTask_18">\r
575         <dc:Bounds height="80.0" width="100.0" x="384.0" y="420.0"/>\r
576       </bpmndi:BPMNShape>\r
577       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_221">\r
578         <di:waypoint xsi:type="dc:Point" x="339.0" y="460.0"/>\r
579         <di:waypoint xsi:type="dc:Point" x="384.0" y="460.0"/>\r
580       </bpmndi:BPMNEdge>\r
581       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_169">\r
582         <di:waypoint xsi:type="dc:Point" x="484.0" y="460.0"/>\r
583         <di:waypoint xsi:type="dc:Point" x="535.0" y="460.0"/>\r
584         <bpmndi:BPMNLabel>\r
585           <dc:Bounds height="6.0" width="6.0" x="511.0" y="460.0"/>\r
586         </bpmndi:BPMNLabel>\r
587       </bpmndi:BPMNEdge>\r
588       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_170" targetElement="_BPMNShape_ScriptTask_220">\r
589         <di:waypoint xsi:type="dc:Point" x="784.0" y="460.0"/>\r
590         <di:waypoint xsi:type="dc:Point" x="840.0" y="460.0"/>\r
591       </bpmndi:BPMNEdge>\r
592       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_171">\r
593         <di:waypoint xsi:type="dc:Point" x="940.0" y="460.0"/>\r
594         <di:waypoint xsi:type="dc:Point" x="996.0" y="460.0"/>\r
595       </bpmndi:BPMNEdge>\r
596       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_214" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">\r
597         <dc:Bounds height="50.0" width="50.0" x="965.0" y="206.0"/>\r
598         <bpmndi:BPMNLabel>\r
599           <dc:Bounds height="0.0" width="0.0" x="990.0" y="261.0"/>\r
600         </bpmndi:BPMNLabel>\r
601       </bpmndi:BPMNShape>\r
602       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_215" bpmnElement="IsBaseVfModule" isMarkerVisible="true">\r
603         <dc:Bounds height="50.0" width="50.0" x="770.0" y="206.0"/>\r
604         <bpmndi:BPMNLabel>\r
605           <dc:Bounds height="0.0" width="0.0" x="795.0" y="261.0"/>\r
606         </bpmndi:BPMNLabel>\r
607       </bpmndi:BPMNShape>\r
608       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="QueryAAIVfModule">\r
609         <dc:Bounds height="80.0" width="100.0" x="849.0" y="72.0"/>\r
610       </bpmndi:BPMNShape>\r
611       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_164" targetElement="_BPMNShape_ExclusiveGateway_215">\r
612         <di:waypoint xsi:type="dc:Point" x="724.0" y="232.0"/>\r
613         <di:waypoint xsi:type="dc:Point" x="747.0" y="232.0"/>\r
614         <di:waypoint xsi:type="dc:Point" x="747.0" y="231.0"/>\r
615         <di:waypoint xsi:type="dc:Point" x="770.0" y="231.0"/>\r
616       </bpmndi:BPMNEdge>\r
617       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_ExclusiveGateway_214">\r
618         <di:waypoint xsi:type="dc:Point" x="820.0" y="231.0"/>\r
619         <di:waypoint xsi:type="dc:Point" x="965.0" y="231.0"/>\r
620         <bpmndi:BPMNLabel>\r
621           <dc:Bounds height="6.0" width="6.0" x="888.0" y="231.0"/>\r
622         </bpmndi:BPMNLabel>\r
623       </bpmndi:BPMNEdge>\r
624       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ExclusiveGateway_214" targetElement="_BPMNShape_ExclusiveGateway_88">\r
625         <di:waypoint xsi:type="dc:Point" x="1015.0" y="231.0"/>\r
626         <di:waypoint xsi:type="dc:Point" x="1039.0" y="231.0"/>\r
627         <bpmndi:BPMNLabel>\r
628           <dc:Bounds height="6.0" width="6.0" x="1015.0" y="231.0"/>\r
629         </bpmndi:BPMNLabel>\r
630       </bpmndi:BPMNEdge>\r
631       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_215" targetElement="_BPMNShape_ScriptTask_285">\r
632         <di:waypoint xsi:type="dc:Point" x="795.0" y="206.0"/>\r
633         <di:waypoint xsi:type="dc:Point" x="795.0" y="112.0"/>\r
634         <di:waypoint xsi:type="dc:Point" x="849.0" y="112.0"/>\r
635         <bpmndi:BPMNLabel>\r
636           <dc:Bounds height="22.0" width="20.0" x="770.0" y="151.0"/>\r
637         </bpmndi:BPMNLabel>\r
638       </bpmndi:BPMNEdge>\r
639       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_285" targetElement="_BPMNShape_ExclusiveGateway_214">\r
640         <di:waypoint xsi:type="dc:Point" x="949.0" y="112.0"/>\r
641         <di:waypoint xsi:type="dc:Point" x="966.0" y="112.0"/>\r
642         <di:waypoint xsi:type="dc:Point" x="990.0" y="112.0"/>\r
643         <di:waypoint xsi:type="dc:Point" x="990.0" y="206.0"/>\r
644         <bpmndi:BPMNLabel>\r
645           <dc:Bounds height="6.0" width="6.0" x="987.0" y="136.0"/>\r
646         </bpmndi:BPMNLabel>\r
647       </bpmndi:BPMNEdge>\r
648     </bpmndi:BPMNPlane>\r
649   </bpmndi:BPMNDiagram>\r
650 </bpmn2:definitions>