Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / DoCreateVfModule.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="_pNTO8MRhEeWv36YLr7PC3Q" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="DoCreateVfModule" name="DoCreateVfModule" isExecutable="true">\r
4     <bpmn2:startEvent id="StartEvent_1" name="Start">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest"/>\r
8     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="DoCreateVfModule">\r
9       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
10       <bpmn2:linkEventDefinition id="_LinkEventDefinition_26" name="DoCreateVfModule"/>\r
11     </bpmn2:intermediateCatchEvent>\r
12     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="IntermediateCatchEvent_1" targetRef="IsVolumeGroupIdSpecified"/>\r
13     <bpmn2:exclusiveGateway id="IsVolumeGroupIdSpecified" name="Is volume_group_id specified?" default="SequenceFlow_11">\r
14       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
15       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
16       <bpmn2:outgoing>SequenceFlow_40</bpmn2:outgoing>\r
17     </bpmn2:exclusiveGateway>\r
18     <bpmn2:sequenceFlow id="SequenceFlow_11" name="no" sourceRef="IsVolumeGroupIdSpecified" targetRef="ExclusiveGateway_4"/>\r
19     <bpmn2:callActivity id="ConfirmVolumeGroupTenant" name="Confirm Volume Group Tenant" calledElement="ConfirmVolumeGroupTenant">\r
20       <bpmn2:extensionElements>\r
21         <camunda:in source="DCVFM_volumeGroupId" target="volumeGroupId"/>\r
22         <camunda:in source="DCVFM_tenantId" target="tenantId"/>\r
23         <camunda:in source="DCVFM_cloudRegionForVolume" target="aicCloudRegion"/>\r
24         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
25         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
27         <camunda:out source="ConfirmVolumeGroupTenantResponse" target="DCVFM_volumeGroupStackId"/>\r
28         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
29       </bpmn2:extensionElements>\r
30       <bpmn2:incoming>SequenceFlow_43</bpmn2:incoming>\r
31       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
32     </bpmn2:callActivity>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ConfirmVolumeGroupTenant" targetRef="IsVolumeGroupNameSpecified"/>\r
34     <bpmn2:exclusiveGateway id="IsVolumeGroupNameSpecified" name="Is volume_group_name specified?" default="SequenceFlow_21">\r
35       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
36       <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
37       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>\r
38     </bpmn2:exclusiveGateway>\r
39     <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="IsVolumeGroupNameSpecified" targetRef="ConfirmVolumeName">\r
40       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import com.att.bpm.scripts.*
41 def doCreateVfModule = new DoCreateVfModule()
42 return doCreateVfModule.isVolumeGroupNamePresent(execution)]]></bpmn2:conditionExpression>\r
43     </bpmn2:sequenceFlow>\r
44     <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="IsVolumeGroupNameSpecified" targetRef="ExclusiveGateway_4"/>\r
45     <bpmn2:callActivity id="ConfirmVolumeName" name="Confirm Volume Group Name" calledElement="ConfirmVolumeGroupName">\r
46       <bpmn2:extensionElements>\r
47         <camunda:in source="DCVFM_volumeGroupId" target="ConfirmVolumeGroupName_volumeGroupId"/>\r
48         <camunda:in source="DCVFM_volumeGroupName" target="ConfirmVolumeGroupName_volumeGroupName"/>\r
49         <camunda:in source="DCVFM_cloudRegionForVolume" target="ConfirmVolumeGroupName_aicCloudRegion"/>\r
50         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
51         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
52         <camunda:out source="WorkflowResponse" target="DCVM_confirmResponse"/>\r
53       </bpmn2:extensionElements>\r
54       <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
55       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
56     </bpmn2:callActivity>\r
57     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ConfirmVolumeName" targetRef="ExclusiveGateway_4"/>\r
58     <bpmn2:exclusiveGateway id="ExclusiveGateway_4">\r
59       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
60       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>\r
61       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
62       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
63     </bpmn2:exclusiveGateway>\r
64     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_4" targetRef="CreateAAIVfModule"/>\r
65     <bpmn2:callActivity id="CallSDNCAdapterVDModuleTopologyAssign" name="Call SDNC Adapter: VF Module Topology Assign" calledElement="sdncAdapter">\r
66       <bpmn2:extensionElements>\r
67         <camunda:in source="DCVFM_assignSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
68         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
69         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
70         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
71         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
72         <camunda:out source="sdncAdapterResponse" target="DCVFM_assignSDNCAdapterResponse"/>\r
73         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
74       </bpmn2:extensionElements>\r
75       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
76       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>\r
77     </bpmn2:callActivity>\r
78     <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="PostProcess SDNC Assign  Request" scriptFormat="groovy">\r
79       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>\r
80       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
81       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
82
83 String response = execution.getVariable("DCVFM_assignSDNCAdapterResponse")
84
85 def doCreateVfModule = new DoCreateVfModule()
86 doCreateVfModule.validateSDNCResponse(execution, response, "assign")]]></bpmn2:script>\r
87     </bpmn2:scriptTask>\r
88     <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">\r
89       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
90       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
91       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
92 def doCreateVfModule = new DoCreateVfModule()
93 doCreateVfModule.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>\r
94     </bpmn2:scriptTask>\r
95     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterVDModuleTopologyAssign"/>\r
96     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="CallSDNCAdapterVDModuleTopologyAssign" targetRef="PostProcessSDNCAssignRequest"/>\r
97     <bpmn2:scriptTask id="PreProcessSDNCGetRequest" name="PreProcess SDNC GET Request" scriptFormat="groovy">\r
98       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
99       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
100       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
101 def doCreateVfModule = new DoCreateVfModule()
102 doCreateVfModule.preProcessSDNCGetRequest(execution)]]></bpmn2:script>\r
103     </bpmn2:scriptTask>\r
104     <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyGET" name="Call SDNC Adapter: VF Module Topology GET" calledElement="sdncAdapter">\r
105       <bpmn2:extensionElements>\r
106         <camunda:in source="DCVFM_getSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
107         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
108         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
109         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
110         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
111         <camunda:out source="sdncAdapterResponse" target="DCVFM_getSDNCAdapterResponse"/>\r
112         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
113       </bpmn2:extensionElements>\r
114       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
115       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
116     </bpmn2:callActivity>\r
117     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="PreProcessSDNCGetRequest"/>\r
118     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="PreProcessSDNCGetRequest" targetRef="CallSDNCAdapterVFModuleTopologyGET"/>\r
119     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="CallSDNCAdapterVFModuleTopologyGET" targetRef="PostProcessSDNCGetRequest"/>\r
120     <bpmn2:scriptTask id="PostProcessSDNCGetRequest" name="PostProcess SDNC GET Request" scriptFormat="groovy">\r
121       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
122       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>\r
123       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
124
125 String response = execution.getVariable("DCVFM_getSDNCAdapterResponse")
126
127 def doCreateVfModule = new DoCreateVfModule()
128 doCreateVfModule.validateSDNCResponse(execution, response, "get")]]></bpmn2:script>\r
129     </bpmn2:scriptTask>\r
130     <bpmn2:callActivity id="UpdateAAIVfModule_1" name="UpdateAAIVfModule" calledElement="UpdateAAIVfModule">\r
131       <bpmn2:extensionElements>\r
132         <camunda:in source="DCVFM_updateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest"/>\r
133         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
134         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
135         <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse"/>\r
136       </bpmn2:extensionElements>\r
137       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
138       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
139     </bpmn2:callActivity>\r
140     <bpmn2:scriptTask id="PreProcessUpdateAAIVfModule_1" name="PreProcess Update AAIVfModule" scriptFormat="groovy">\r
141       <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>\r
142       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
143       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
144 def doCreateVfModule = new DoCreateVfModule()
145 doCreateVfModule.preProcessUpdateAAIVfModuleRequestOrch(execution)]]></bpmn2:script>\r
146     </bpmn2:scriptTask>\r
147     <bpmn2:scriptTask id="PreProcessSDNCActivateRequest" name="PreProcess SDNC Activate Request" scriptFormat="groovy">\r
148       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
149       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
150       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
151 def doCreateVfModule = new DoCreateVfModule()
152 doCreateVfModule.preProcessSDNCActivateRequest(execution)]]></bpmn2:script>\r
153     </bpmn2:scriptTask>\r
154     <bpmn2:callActivity id="CallSDNCAdapterVFModuleTopologyActivate" name="Call SDNC Adapter: VF Module Topology Activate" calledElement="sdncAdapter">\r
155       <bpmn2:extensionElements>\r
156         <camunda:in source="DCVFM_activateSDNCRequest" target="sdncAdapterWorkflowRequest"/>\r
157         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
158         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
159         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
160         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
161         <camunda:out source="sdncAdapterResponse" target="DCVFM_activateSDNCAdapterResponse"/>\r
162         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
163       </bpmn2:extensionElements>\r
164       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
165       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
166     </bpmn2:callActivity>\r
167     <bpmn2:scriptTask id="PostProcessSDNCActivateRequest" name="PostProcess SDNC Activate Request" scriptFormat="groovy">\r
168       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
169       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
170       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
171       
172       String response = execution.getVariable("DCVFM_activateSDNCAdapterResponse")
173       
174 def doCreateVfModule = new DoCreateVfModule()
175 doCreateVfModule.validateSDNCResponse(execution, response, "activate")]]></bpmn2:script>\r
176     </bpmn2:scriptTask>\r
177     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Is volume_group_id specified?" default="SequenceFlow_30">\r
178       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
179       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
180       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>\r
181     </bpmn2:exclusiveGateway>\r
182     <bpmn2:sequenceFlow id="SequenceFlow_28" name="yes" sourceRef="ExclusiveGateway_5" targetRef="PrepareCreateAAIVfModuleVolumeGroupRequest">\r
183       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import com.att.bpm.scripts.*
184 def doCreateVfModule = new DoCreateVfModule()
185 return doCreateVfModule.isVolumeGroupIdPresent(execution)]]></bpmn2:conditionExpression>\r
186     </bpmn2:sequenceFlow>\r
187     <bpmn2:sequenceFlow id="SequenceFlow_30" name="no" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6"/>\r
188     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="PreProcessUpdateAAIVfModule_1" targetRef="UpdateAAIVfModule_1"/>\r
189     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="UpdateAAIVfModule_1" targetRef="PreProcessSDNCActivateRequest"/>\r
190     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PreProcessSDNCActivateRequest" targetRef="CallSDNCAdapterVFModuleTopologyActivate"/>\r
191     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="CallSDNCAdapterVFModuleTopologyActivate" targetRef="PostProcessSDNCActivateRequest"/>\r
192     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PostProcessSDNCActivateRequest" targetRef="ExclusiveGateway_5"/>\r
193     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="UpdateAndActivate">\r
194       <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>\r
195       <bpmn2:linkEventDefinition id="_LinkEventDefinition_30" name="UpdateAndActivate"/>\r
196     </bpmn2:intermediateCatchEvent>\r
197     <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="IntermediateCatchEvent_3" targetRef="PreProcessUpdateAAIVfModule_1"/>\r
198     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Provision">\r
199       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
200       <bpmn2:linkEventDefinition id="_LinkEventDefinition_29" name="Provision"/>\r
201     </bpmn2:intermediateCatchEvent>\r
202     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="IntermediateCatchEvent_2" targetRef="PreProcessSDNCAssignRequest"/>\r
203     <bpmn2:scriptTask id="PrepareCreateAAIVfModuleVolumeGroupRequest" name="Prepare CreateAAIVfModuleVolumeGroup Request" scriptFormat="groovy">\r
204       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
205       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
206       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
207 def doCreateVfModule = new DoCreateVfModule()\r
208 doCreateVfModule.prepareCreateAAIVfModuleVolumeGroupRequest(execution)]]></bpmn2:script>\r
209     </bpmn2:scriptTask>\r
210     <bpmn2:callActivity id="CreateAAIVfModuleVolumeGroup" name="CreateAAIVfModuleVolumeGroup" calledElement="CreateAAIVfModuleVolumeGroup">\r
211       <bpmn2:extensionElements>\r
212         <camunda:in source="DCVFM_createAAIVfModuleVolumeGroupRequest" target="CreateAAIVfModuleVolumeGroupRequest"/>\r
213         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
214         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
215         <camunda:out source="WorkflowResponse" target="DCVM_updateAAIVfModuleResponse"/>\r
216       </bpmn2:extensionElements>\r
217       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
218       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
219     </bpmn2:callActivity>\r
220     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateAAIVfModuleVolumeGroup" targetRef="ExclusiveGateway_6"/>\r
221     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PrepareCreateAAIVfModuleVolumeGroupRequest" targetRef="CreateAAIVfModuleVolumeGroup"/>\r
222     <bpmn2:exclusiveGateway id="ExclusiveGateway_6">\r
223       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>\r
224       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
225       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
226     </bpmn2:exclusiveGateway>\r
227     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_setSuccess"/>\r
228     <bpmn2:scriptTask id="PreProcessVNFAdapterRequest" name="PreProcess VNF Adapter Request" scriptFormat="groovy">\r
229       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>\r
230       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>\r
231       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
232 def doCreateVfModule = new DoCreateVfModule()
233 doCreateVfModule.preProcessVNFAdapterRequest(execution)]]></bpmn2:script>\r
234     </bpmn2:scriptTask>\r
235     <bpmn2:callActivity id="CallVNFAdapterVFModuleCreate" name="Call VNF Adapter to create VF Module" calledElement="vnfAdapterRestV1">\r
236       <bpmn2:extensionElements>\r
237         <camunda:in source="DCVFM_createVnfARequest" target="vnfAdapterRestV1Request"/>\r
238         <camunda:out source="vnfAdapterRestV1Response" target="DCVFM_createVnfAResponse"/>\r
239         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
240         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
241         <camunda:in variables="all"/>\r
242         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
243       </bpmn2:extensionElements>\r
244       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>\r
245       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>\r
246     </bpmn2:callActivity>\r
247     <bpmn2:scriptTask id="PostProcessVNFAdapterRequest" name="PostProcess VNF Adapter Request" scriptFormat="groovy">\r
248       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>\r
249       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
250       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
251 def doCreateVfModule = new DoCreateVfModule()
252 doCreateVfModule.postProcessVNFAdapterRequest(execution)]]></bpmn2:script>\r
253     </bpmn2:scriptTask>\r
254     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="To UpdateAndActivate">\r
255       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
256       <bpmn2:linkEventDefinition id="_LinkEventDefinition_31" name="UpdateAndActivate"/>\r
257     </bpmn2:intermediateThrowEvent>\r
258     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="PostProcessSDNCGetRequest" targetRef="PreProcessVNFAdapterRequest"/>\r
259     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="PreProcessVNFAdapterRequest" targetRef="CallVNFAdapterVFModuleCreate"/>\r
260     <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="CallVNFAdapterVFModuleCreate" targetRef="PostProcessVNFAdapterRequest"/>\r
261     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="PostProcessVNFAdapterRequest" targetRef="IntermediateThrowEvent_2"/>\r
262     <bpmn2:callActivity id="CreateAAIVfModule" name="CreateAAIVfModule" calledElement="CreateAAIVfModule">\r
263       <bpmn2:extensionElements>\r
264         <camunda:in source="CreateAAIVfModuleRequest" target="CreateAAIVfModuleRequest"/>\r
265         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
266         <camunda:in source="isVidRequest" target="isVidRequest"/>\r
267         <camunda:in source="newVfModuleId" target="newVfModuleId"/>\r
268         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
269         <camunda:out source="CreateAAIVfModuleResponse" target="DCVFM_createVfModuleResponse"/>\r
270       </bpmn2:extensionElements>\r
271       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
272       <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
273     </bpmn2:callActivity>\r
274     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_3" name="To Provision">\r
275       <bpmn2:incoming>SequenceFlow_41</bpmn2:incoming>\r
276       <bpmn2:linkEventDefinition id="_LinkEventDefinition_28" name="Provision"/>\r
277     </bpmn2:intermediateThrowEvent>\r
278     <bpmn2:exclusiveGateway id="ExclusiveGateway_2">\r
279       <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>\r
280       <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming>\r
281       <bpmn2:outgoing>SequenceFlow_41</bpmn2:outgoing>\r
282     </bpmn2:exclusiveGateway>\r
283     <bpmn2:scriptTask id="PostProcessCreateAAIVfModule" name="PostProcess CreateAAIVfModule" scriptFormat="groovy">\r
284       <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
285       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
286       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
287 def doCreateVfModule = new DoCreateVfModule()
288 doCreateVfModule.postProcessCreateAAIVfModule(execution)]]></bpmn2:script>\r
289     </bpmn2:scriptTask>\r
290     <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="CreateAAIVfModule" targetRef="PostProcessCreateAAIVfModule"/>\r
291     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="PostProcessCreateAAIVfModule" targetRef="IsBaseVfModule"/>\r
292     <bpmn2:exclusiveGateway id="IsBaseVfModule" name="Is Base VF Module?" default="SequenceFlow_36">\r
293       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
294       <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing>\r
295       <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>\r
296     </bpmn2:exclusiveGateway>\r
297     <bpmn2:sequenceFlow id="SequenceFlow_36" name="no" sourceRef="IsBaseVfModule" targetRef="QueryAAIVfModule"/>\r
298     <bpmn2:sequenceFlow id="SequenceFlow_39" name="yes" sourceRef="IsBaseVfModule" targetRef="ExclusiveGateway_2">\r
299       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DCVFM_isBaseVfModule") == "true"]]></bpmn2:conditionExpression>\r
300     </bpmn2:sequenceFlow>\r
301     <bpmn2:scriptTask id="QueryAAIVfModule" name="Query AAI Vf Module" scriptFormat="groovy">\r
302       <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming>\r
303       <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing>\r
304       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
305 def doCreateVfModule = new DoCreateVfModule()
306 doCreateVfModule.queryAAIVfModule(execution)]]></bpmn2:script>\r
307     </bpmn2:scriptTask>\r
308     <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="QueryAAIVfModule" targetRef="ExclusiveGateway_2"/>\r
309     <bpmn2:sequenceFlow id="SequenceFlow_41" name="" sourceRef="ExclusiveGateway_2" targetRef="IntermediateThrowEvent_3"/>\r
310     <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Set Success Indicator" scriptFormat="groovy">\r
311       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
312       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
313       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
314 def doCreateVfModule = new DoCreateVfModule()
315 doCreateVfModule.setSuccessIndicator(execution, true)]]></bpmn2:script>\r
316     </bpmn2:scriptTask>\r
317     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_1"/>\r
318     <bpmn2:endEvent id="EndEvent_1">\r
319       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
320       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_8"/>\r
321     </bpmn2:endEvent>\r
322     <bpmn2:scriptTask id="QueryCloudRegion" name="Query Cloud Region" scriptFormat="groovy">\r
323       <bpmn2:incoming>SequenceFlow_40</bpmn2:incoming>\r
324       <bpmn2:outgoing>SequenceFlow_43</bpmn2:outgoing>\r
325       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
326 def doCreateVfModule = new DoCreateVfModule()
327 return doCreateVfModule.queryCloudRegion(execution)]]></bpmn2:script>\r
328     </bpmn2:scriptTask>\r
329     <bpmn2:sequenceFlow id="SequenceFlow_40" name="yes" sourceRef="IsVolumeGroupIdSpecified" targetRef="QueryCloudRegion">\r
330       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[import com.att.bpm.scripts.*
331 def doCreateVfModule = new DoCreateVfModule()
332 return doCreateVfModule.isVolumeGroupIdPresent(execution)]]></bpmn2:conditionExpression>\r
333     </bpmn2:sequenceFlow>\r
334     <bpmn2:sequenceFlow id="SequenceFlow_43" name="" sourceRef="QueryCloudRegion" targetRef="ConfirmVolumeGroupTenant"/>\r
335     <bpmn2:subProcess id="SubProcess_1" name="Error Handling Sub Process" triggeredByEvent="true">\r
336       <bpmn2:scriptTask id="ScriptTask_1" name="Process Error" scriptFormat="groovy">\r
337         <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
338         <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
339         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
340 def doCreateVfModule = new DoCreateVfModule()
341 doCreateVfModule.processBPMNException(execution)]]></bpmn2:script>\r
342       </bpmn2:scriptTask>\r
343       <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_2"/>\r
344       <bpmn2:startEvent id="StartEvent_2">\r
345         <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
346         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
347       </bpmn2:startEvent>\r
348       <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="StartEvent_2" targetRef="ScriptTask_1"/>\r
349       <bpmn2:endEvent id="EndEvent_2">\r
350         <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
351       </bpmn2:endEvent>\r
352     </bpmn2:subProcess>\r
353     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">\r
354       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
355       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
356       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
357 def doCreateVfModule = new DoCreateVfModule()
358 doCreateVfModule.preProcessRequest(execution)]]></bpmn2:script>\r
359     </bpmn2:scriptTask>\r
360     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="PreProcessRequest" targetRef="IntermediateThrowEvent_1"/>\r
361     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To DoCreateVfModule">\r
362       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
363       <bpmn2:linkEventDefinition id="_LinkEventDefinition_25" name="DoCreateVfModule"/>\r
364     </bpmn2:intermediateThrowEvent>\r
365   </bpmn2:process>\r
366   <bpmn2:message id="Message_1" name="DoCreateVfModuleRequest"/>\r
367   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
368   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
369     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModule">\r
370       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">\r
371         <dc:Bounds height="36.0" width="36.0" x="41.0" y="231.0"/>\r
372       </bpmndi:BPMNShape>\r
373       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">\r
374         <di:waypoint xsi:type="dc:Point" x="77.0" y="249.0"/>\r
375         <di:waypoint xsi:type="dc:Point" x="150.0" y="249.0"/>\r
376         <bpmndi:BPMNLabel>\r
377           <dc:Bounds height="6.0" width="6.0" x="99.0" y="249.0"/>\r
378         </bpmndi:BPMNLabel>\r
379       </bpmndi:BPMNEdge>\r
380       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">\r
381         <dc:Bounds height="80.0" width="100.0" x="150.0" y="209.0"/>\r
382       </bpmndi:BPMNShape>\r
383       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_156" bpmnElement="CreateAAIVfModule">\r
384         <dc:Bounds height="92.0" width="121.0" x="696.0" y="348.0"/>\r
385       </bpmndi:BPMNShape>\r
386       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_24" bpmnElement="IntermediateCatchEvent_1">\r
387         <dc:Bounds height="36.0" width="36.0" x="36.0" y="376.0"/>\r
388         <bpmndi:BPMNLabel>\r
389           <dc:Bounds height="22.0" width="114.0" x="0.0" y="417.0"/>\r
390         </bpmndi:BPMNLabel>\r
391       </bpmndi:BPMNShape>\r
392       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_22" bpmnElement="IntermediateThrowEvent_1">\r
393         <dc:Bounds height="36.0" width="36.0" x="338.0" y="231.0"/>\r
394         <bpmndi:BPMNLabel>\r
395           <dc:Bounds height="22.0" width="132.0" x="290.0" y="272.0"/>\r
396         </bpmndi:BPMNLabel>\r
397       </bpmndi:BPMNShape>\r
398       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_157" bpmnElement="CallSDNCAdapterVDModuleTopologyAssign">\r
399         <dc:Bounds height="94.0" width="121.0" x="266.0" y="672.0"/>\r
400       </bpmndi:BPMNShape>\r
401       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CallSDNCAdapterVFModuleTopologyGET">\r
402         <dc:Bounds height="97.0" width="133.0" x="744.0" y="670.0"/>\r
403       </bpmndi:BPMNShape>\r
404       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_90" bpmnElement="IsVolumeGroupIdSpecified" isMarkerVisible="true">\r
405         <dc:Bounds height="50.0" width="50.0" x="144.0" y="368.0"/>\r
406         <bpmndi:BPMNLabel>\r
407           <dc:Bounds height="22.0" width="178.0" x="89.0" y="347.0"/>\r
408         </bpmndi:BPMNLabel>\r
409       </bpmndi:BPMNShape>\r
410       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="ConfirmVolumeGroupTenant">\r
411         <dc:Bounds height="89.0" width="118.0" x="209.0" y="528.0"/>\r
412       </bpmndi:BPMNShape>\r
413       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_91" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">\r
414         <dc:Bounds height="50.0" width="50.0" x="559.0" y="368.0"/>\r
415         <bpmndi:BPMNLabel>\r
416           <dc:Bounds height="0.0" width="0.0" x="584.0" y="423.0"/>\r
417         </bpmndi:BPMNLabel>\r
418       </bpmndi:BPMNShape>\r
419       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ExclusiveGateway_91">\r
420         <di:waypoint xsi:type="dc:Point" x="194.0" y="393.0"/>\r
421         <di:waypoint xsi:type="dc:Point" x="559.0" y="393.0"/>\r
422         <bpmndi:BPMNLabel>\r
423           <dc:Bounds height="22.0" width="20.0" x="209.0" y="393.0"/>\r
424         </bpmndi:BPMNLabel>\r
425       </bpmndi:BPMNEdge>\r
426       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="CallVNFAdapterVFModuleCreate">\r
427         <dc:Bounds height="97.0" width="121.0" x="1236.0" y="672.0"/>\r
428       </bpmndi:BPMNShape>\r
429       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_174" bpmnElement="UpdateAAIVfModule_1">\r
430         <dc:Bounds height="97.0" width="117.0" x="268.0" y="816.0"/>\r
431       </bpmndi:BPMNShape>\r
432       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_175" bpmnElement="CallSDNCAdapterVFModuleTopologyActivate">\r
433         <dc:Bounds height="99.0" width="119.0" x="590.0" y="814.0"/>\r
434       </bpmndi:BPMNShape>\r
435       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_92" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">\r
436         <dc:Bounds height="50.0" width="50.0" x="935.0" y="839.0"/>\r
437         <bpmndi:BPMNLabel>\r
438           <dc:Bounds height="22.0" width="178.0" x="886.0" y="811.0"/>\r
439         </bpmndi:BPMNLabel>\r
440       </bpmndi:BPMNShape>\r
441       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_176" bpmnElement="CreateAAIVfModuleVolumeGroup">\r
442         <dc:Bounds height="112.0" width="121.0" x="1193.0" y="972.0"/>\r
443       </bpmndi:BPMNShape>\r
444       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_Task_7">\r
445         <di:waypoint xsi:type="dc:Point" x="960.0" y="889.0"/>\r
446         <di:waypoint xsi:type="dc:Point" x="960.0" y="1028.0"/>\r
447         <di:waypoint xsi:type="dc:Point" x="1020.0" y="1028.0"/>\r
448         <bpmndi:BPMNLabel>\r
449           <dc:Bounds height="22.0" width="27.0" x="947.0" y="914.0"/>\r
450         </bpmndi:BPMNLabel>\r
451       </bpmndi:BPMNEdge>\r
452       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_93" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">\r
453         <dc:Bounds height="50.0" width="50.0" x="1318.0" y="840.0"/>\r
454         <bpmndi:BPMNLabel>\r
455           <dc:Bounds height="0.0" width="0.0" x="1343.0" y="895.0"/>\r
456         </bpmndi:BPMNLabel>\r
457       </bpmndi:BPMNShape>\r
458       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_176" targetElement="_BPMNShape_ExclusiveGateway_93">\r
459         <di:waypoint xsi:type="dc:Point" x="1313.0" y="1028.0"/>\r
460         <di:waypoint xsi:type="dc:Point" x="1343.0" y="1028.0"/>\r
461         <di:waypoint xsi:type="dc:Point" x="1343.0" y="930.0"/>\r
462         <di:waypoint xsi:type="dc:Point" x="1343.0" y="890.0"/>\r
463         <bpmndi:BPMNLabel>\r
464           <dc:Bounds height="6.0" width="6.0" x="1336.0" y="1028.0"/>\r
465         </bpmndi:BPMNLabel>\r
466       </bpmndi:BPMNEdge>\r
467       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ExclusiveGateway_92" targetElement="_BPMNShape_ExclusiveGateway_93">\r
468         <di:waypoint xsi:type="dc:Point" x="985.0" y="864.0"/>\r
469         <di:waypoint xsi:type="dc:Point" x="1151.0" y="864.0"/>\r
470         <di:waypoint xsi:type="dc:Point" x="1151.0" y="865.0"/>\r
471         <di:waypoint xsi:type="dc:Point" x="1318.0" y="865.0"/>\r
472         <bpmndi:BPMNLabel>\r
473           <dc:Bounds height="22.0" width="20.0" x="1015.0" y="864.0"/>\r
474         </bpmndi:BPMNLabel>\r
475       </bpmndi:BPMNEdge>\r
476       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_IntermediateCatchEvent_24" targetElement="_BPMNShape_ExclusiveGateway_90">\r
477         <di:waypoint xsi:type="dc:Point" x="72.0" y="394.0"/>\r
478         <di:waypoint xsi:type="dc:Point" x="120.0" y="394.0"/>\r
479         <di:waypoint xsi:type="dc:Point" x="120.0" y="393.0"/>\r
480         <di:waypoint xsi:type="dc:Point" x="144.0" y="393.0"/>\r
481         <bpmndi:BPMNLabel>\r
482           <dc:Bounds height="6.0" width="6.0" x="117.0" y="394.0"/>\r
483         </bpmndi:BPMNLabel>\r
484       </bpmndi:BPMNEdge>\r
485       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_101" bpmnElement="IsVolumeGroupNameSpecified" isMarkerVisible="true">\r
486         <dc:Bounds height="50.0" width="50.0" x="360.0" y="547.0"/>\r
487         <bpmndi:BPMNLabel>\r
488           <dc:Bounds height="22.0" width="200.0" x="309.0" y="496.0"/>\r
489         </bpmndi:BPMNLabel>\r
490       </bpmndi:BPMNShape>\r
491       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_ExclusiveGateway_101">\r
492         <di:waypoint xsi:type="dc:Point" x="327.0" y="572.0"/>\r
493         <di:waypoint xsi:type="dc:Point" x="360.0" y="572.0"/>\r
494         <bpmndi:BPMNLabel>\r
495           <dc:Bounds height="6.0" width="6.0" x="338.0" y="572.0"/>\r
496         </bpmndi:BPMNLabel>\r
497       </bpmndi:BPMNEdge>\r
498       <bpmndi:BPMNShape id="_BPMNShape_Task_3" bpmnElement="ConfirmVolumeName">\r
499         <dc:Bounds height="89.0" width="109.0" x="453.0" y="528.0"/>\r
500       </bpmndi:BPMNShape>\r
501       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_Task_3">\r
502         <di:waypoint xsi:type="dc:Point" x="410.0" y="572.0"/>\r
503         <di:waypoint xsi:type="dc:Point" x="453.0" y="572.0"/>\r
504         <bpmndi:BPMNLabel>\r
505           <dc:Bounds height="22.0" width="27.0" x="410.0" y="576.0"/>\r
506         </bpmndi:BPMNLabel>\r
507       </bpmndi:BPMNEdge>\r
508       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_101" targetElement="_BPMNShape_ExclusiveGateway_91">\r
509         <di:waypoint xsi:type="dc:Point" x="385.0" y="547.0"/>\r
510         <di:waypoint xsi:type="dc:Point" x="385.0" y="393.0"/>\r
511         <di:waypoint xsi:type="dc:Point" x="559.0" y="393.0"/>\r
512         <bpmndi:BPMNLabel>\r
513           <dc:Bounds height="22.0" width="20.0" x="392.0" y="450.0"/>\r
514         </bpmndi:BPMNLabel>\r
515       </bpmndi:BPMNEdge>\r
516       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_Task_3" targetElement="_BPMNShape_ExclusiveGateway_91">\r
517         <di:waypoint xsi:type="dc:Point" x="561.0" y="572.0"/>\r
518         <di:waypoint xsi:type="dc:Point" x="584.0" y="572.0"/>\r
519         <di:waypoint xsi:type="dc:Point" x="584.0" y="418.0"/>\r
520         <bpmndi:BPMNLabel>\r
521           <dc:Bounds height="6.0" width="6.0" x="581.0" y="492.0"/>\r
522         </bpmndi:BPMNLabel>\r
523       </bpmndi:BPMNEdge>\r
524       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_IntermediateThrowEvent_22">\r
525         <di:waypoint xsi:type="dc:Point" x="250.0" y="249.0"/>\r
526         <di:waypoint xsi:type="dc:Point" x="338.0" y="249.0"/>\r
527         <bpmndi:BPMNLabel>\r
528           <dc:Bounds height="6.0" width="6.0" x="287.0" y="249.0"/>\r
529         </bpmndi:BPMNLabel>\r
530       </bpmndi:BPMNEdge>\r
531       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_91" targetElement="_BPMNShape_ScriptTask_156">\r
532         <di:waypoint xsi:type="dc:Point" x="609.0" y="393.0"/>\r
533         <di:waypoint xsi:type="dc:Point" x="628.0" y="393.0"/>\r
534         <di:waypoint xsi:type="dc:Point" x="628.0" y="394.0"/>\r
535         <di:waypoint xsi:type="dc:Point" x="696.0" y="394.0"/>\r
536         <bpmndi:BPMNLabel>\r
537           <dc:Bounds height="6.0" width="6.0" x="633.0" y="394.0"/>\r
538         </bpmndi:BPMNLabel>\r
539       </bpmndi:BPMNEdge>\r
540       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="PreProcessSDNCAssignRequest">\r
541         <dc:Bounds height="94.0" width="121.0" x="109.0" y="674.0"/>\r
542       </bpmndi:BPMNShape>\r
543       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_179" bpmnElement="PostProcessSDNCAssignRequest">\r
544         <dc:Bounds height="94.0" width="121.0" x="435.0" y="674.0"/>\r
545       </bpmndi:BPMNShape>\r
546       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_44" bpmnElement="IntermediateThrowEvent_3">\r
547         <dc:Bounds height="36.0" width="36.0" x="1537.0" y="374.0"/>\r
548         <bpmndi:BPMNLabel>\r
549           <dc:Bounds height="22.0" width="76.0" x="1517.0" y="415.0"/>\r
550         </bpmndi:BPMNLabel>\r
551       </bpmndi:BPMNShape>\r
552       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_29" bpmnElement="IntermediateCatchEvent_2">\r
553         <dc:Bounds height="36.0" width="36.0" x="24.0" y="706.0"/>\r
554         <bpmndi:BPMNLabel>\r
555           <dc:Bounds height="22.0" width="58.0" x="13.0" y="747.0"/>\r
556         </bpmndi:BPMNLabel>\r
557       </bpmndi:BPMNShape>\r
558       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_IntermediateCatchEvent_29" targetElement="_BPMNShape_ScriptTask_178">\r
559         <di:waypoint xsi:type="dc:Point" x="60.0" y="724.0"/>\r
560         <di:waypoint xsi:type="dc:Point" x="81.0" y="724.0"/>\r
561         <di:waypoint xsi:type="dc:Point" x="81.0" y="721.0"/>\r
562         <di:waypoint xsi:type="dc:Point" x="109.0" y="721.0"/>\r
563         <bpmndi:BPMNLabel>\r
564           <dc:Bounds height="6.0" width="6.0" x="78.0" y="722.0"/>\r
565         </bpmndi:BPMNLabel>\r
566       </bpmndi:BPMNEdge>\r
567       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_ScriptTask_157">\r
568         <di:waypoint xsi:type="dc:Point" x="229.0" y="721.0"/>\r
569         <di:waypoint xsi:type="dc:Point" x="248.0" y="721.0"/>\r
570         <di:waypoint xsi:type="dc:Point" x="248.0" y="719.0"/>\r
571         <di:waypoint xsi:type="dc:Point" x="266.0" y="719.0"/>\r
572       </bpmndi:BPMNEdge>\r
573       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_157" targetElement="_BPMNShape_ScriptTask_179">\r
574         <di:waypoint xsi:type="dc:Point" x="386.0" y="719.0"/>\r
575         <di:waypoint xsi:type="dc:Point" x="411.0" y="719.0"/>\r
576         <di:waypoint xsi:type="dc:Point" x="411.0" y="721.0"/>\r
577         <di:waypoint xsi:type="dc:Point" x="435.0" y="721.0"/>\r
578       </bpmndi:BPMNEdge>\r
579       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_213" bpmnElement="PreProcessSDNCGetRequest">\r
580         <dc:Bounds height="94.0" width="121.0" x="588.0" y="672.0"/>\r
581       </bpmndi:BPMNShape>\r
582       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_214" bpmnElement="PostProcessSDNCGetRequest">\r
583         <dc:Bounds height="94.0" width="121.0" x="924.0" y="672.0"/>\r
584       </bpmndi:BPMNShape>\r
585       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_179" targetElement="_BPMNShape_ScriptTask_213">\r
586         <di:waypoint xsi:type="dc:Point" x="555.0" y="721.0"/>\r
587         <di:waypoint xsi:type="dc:Point" x="572.0" y="721.0"/>\r
588         <di:waypoint xsi:type="dc:Point" x="572.0" y="719.0"/>\r
589         <di:waypoint xsi:type="dc:Point" x="588.0" y="719.0"/>\r
590       </bpmndi:BPMNEdge>\r
591       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_213" targetElement="_BPMNShape_ScriptTask_158">\r
592         <di:waypoint xsi:type="dc:Point" x="708.0" y="719.0"/>\r
593         <di:waypoint xsi:type="dc:Point" x="726.0" y="719.0"/>\r
594         <di:waypoint xsi:type="dc:Point" x="726.0" y="718.0"/>\r
595         <di:waypoint xsi:type="dc:Point" x="744.0" y="718.0"/>\r
596       </bpmndi:BPMNEdge>\r
597       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_ScriptTask_214">\r
598         <di:waypoint xsi:type="dc:Point" x="876.0" y="718.0"/>\r
599         <di:waypoint xsi:type="dc:Point" x="899.0" y="718.0"/>\r
600         <di:waypoint xsi:type="dc:Point" x="899.0" y="719.0"/>\r
601         <di:waypoint xsi:type="dc:Point" x="924.0" y="719.0"/>\r
602         <bpmndi:BPMNLabel>\r
603           <dc:Bounds height="6.0" width="6.0" x="897.0" y="719.0"/>\r
604         </bpmndi:BPMNLabel>\r
605       </bpmndi:BPMNEdge>\r
606       <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="PreProcessUpdateAAIVfModule_1">\r
607         <dc:Bounds height="97.0" width="118.0" x="109.0" y="816.0"/>\r
608       </bpmndi:BPMNShape>\r
609       <bpmndi:BPMNShape id="_BPMNShape_Task_33" bpmnElement="PreProcessSDNCActivateRequest">\r
610         <dc:Bounds height="98.0" width="118.0" x="435.0" y="815.0"/>\r
611       </bpmndi:BPMNShape>\r
612       <bpmndi:BPMNShape id="_BPMNShape_Task_4" bpmnElement="PostProcessSDNCActivateRequest">\r
613         <dc:Bounds height="95.0" width="121.0" x="752.0" y="816.0"/>\r
614       </bpmndi:BPMNShape>\r
615       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ScriptTask_174">\r
616         <di:waypoint xsi:type="dc:Point" x="227.0" y="864.0"/>\r
617         <di:waypoint xsi:type="dc:Point" x="268.0" y="864.0"/>\r
618       </bpmndi:BPMNEdge>\r
619       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_174" targetElement="_BPMNShape_Task_33">\r
620         <di:waypoint xsi:type="dc:Point" x="384.0" y="864.0"/>\r
621         <di:waypoint xsi:type="dc:Point" x="435.0" y="864.0"/>\r
622       </bpmndi:BPMNEdge>\r
623       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_Task_33" targetElement="_BPMNShape_ScriptTask_175">\r
624         <di:waypoint xsi:type="dc:Point" x="553.0" y="864.0"/>\r
625         <di:waypoint xsi:type="dc:Point" x="571.0" y="864.0"/>\r
626         <di:waypoint xsi:type="dc:Point" x="571.0" y="863.0"/>\r
627         <di:waypoint xsi:type="dc:Point" x="590.0" y="863.0"/>\r
628       </bpmndi:BPMNEdge>\r
629       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_175" targetElement="_BPMNShape_Task_4">\r
630         <di:waypoint xsi:type="dc:Point" x="708.0" y="863.0"/>\r
631         <di:waypoint xsi:type="dc:Point" x="752.0" y="863.0"/>\r
632       </bpmndi:BPMNEdge>\r
633       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_4" targetElement="_BPMNShape_ExclusiveGateway_92">\r
634         <di:waypoint xsi:type="dc:Point" x="872.0" y="863.0"/>\r
635         <di:waypoint xsi:type="dc:Point" x="904.0" y="863.0"/>\r
636         <di:waypoint xsi:type="dc:Point" x="904.0" y="864.0"/>\r
637         <di:waypoint xsi:type="dc:Point" x="935.0" y="864.0"/>\r
638       </bpmndi:BPMNEdge>\r
639       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_175" bpmnElement="EndEvent_1">\r
640         <dc:Bounds height="36.0" width="36.0" x="1620.0" y="846.0"/>\r
641         <bpmndi:BPMNLabel>\r
642           <dc:Bounds height="0.0" width="0.0" x="1638.0" y="887.0"/>\r
643         </bpmndi:BPMNLabel>\r
644       </bpmndi:BPMNShape>\r
645       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_93" targetElement="_BPMNShape_ScriptTask_218">\r
646         <di:waypoint xsi:type="dc:Point" x="1368.0" y="865.0"/>\r
647         <di:waypoint xsi:type="dc:Point" x="1394.0" y="865.0"/>\r
648         <di:waypoint xsi:type="dc:Point" x="1394.0" y="863.0"/>\r
649         <di:waypoint xsi:type="dc:Point" x="1433.0" y="863.0"/>\r
650         <bpmndi:BPMNLabel>\r
651           <dc:Bounds height="6.0" width="6.0" x="1378.0" y="865.0"/>\r
652         </bpmndi:BPMNLabel>\r
653       </bpmndi:BPMNEdge>\r
654       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_45" bpmnElement="IntermediateThrowEvent_2">\r
655         <dc:Bounds height="36.0" width="36.0" x="1596.0" y="702.0"/>\r
656         <bpmndi:BPMNLabel>\r
657           <dc:Bounds height="22.0" width="134.0" x="1547.0" y="743.0"/>\r
658         </bpmndi:BPMNLabel>\r
659       </bpmndi:BPMNShape>\r
660       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_30" bpmnElement="IntermediateCatchEvent_3">\r
661         <dc:Bounds height="36.0" width="36.0" x="24.0" y="846.0"/>\r
662         <bpmndi:BPMNLabel>\r
663           <dc:Bounds height="22.0" width="116.0" x="0.0" y="887.0"/>\r
664         </bpmndi:BPMNLabel>\r
665       </bpmndi:BPMNShape>\r
666       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_IntermediateCatchEvent_30" targetElement="_BPMNShape_Task_2">\r
667         <di:waypoint xsi:type="dc:Point" x="60.0" y="864.0"/>\r
668         <di:waypoint xsi:type="dc:Point" x="109.0" y="864.0"/>\r
669         <bpmndi:BPMNLabel>\r
670           <dc:Bounds height="6.0" width="6.0" x="86.0" y="864.0"/>\r
671         </bpmndi:BPMNLabel>\r
672       </bpmndi:BPMNEdge>\r
673       <bpmndi:BPMNShape id="_BPMNShape_Task_7" bpmnElement="PrepareCreateAAIVfModuleVolumeGroupRequest">\r
674         <dc:Bounds height="112.0" width="121.0" x="1020.0" y="972.0"/>\r
675       </bpmndi:BPMNShape>\r
676       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_Task_7" targetElement="_BPMNShape_ScriptTask_176">\r
677         <di:waypoint xsi:type="dc:Point" x="1140.0" y="1028.0"/>\r
678         <di:waypoint xsi:type="dc:Point" x="1193.0" y="1028.0"/>\r
679       </bpmndi:BPMNEdge>\r
680       <bpmndi:BPMNShape id="_BPMNShape_Task_25" bpmnElement="PreProcessVNFAdapterRequest">\r
681         <dc:Bounds height="96.0" width="121.0" x="1073.0" y="672.0"/>\r
682       </bpmndi:BPMNShape>\r
683       <bpmndi:BPMNShape id="_BPMNShape_Task_35" bpmnElement="PostProcessVNFAdapterRequest">\r
684         <dc:Bounds height="92.0" width="116.0" x="1397.0" y="674.0"/>\r
685       </bpmndi:BPMNShape>\r
686       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_214" targetElement="_BPMNShape_Task_25">\r
687         <di:waypoint xsi:type="dc:Point" x="1044.0" y="719.0"/>\r
688         <di:waypoint xsi:type="dc:Point" x="1059.0" y="719.0"/>\r
689         <di:waypoint xsi:type="dc:Point" x="1059.0" y="720.0"/>\r
690         <di:waypoint xsi:type="dc:Point" x="1073.0" y="720.0"/>\r
691       </bpmndi:BPMNEdge>\r
692       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_Task_25" targetElement="_BPMNShape_ScriptTask_173">\r
693         <di:waypoint xsi:type="dc:Point" x="1193.0" y="720.0"/>\r
694         <di:waypoint xsi:type="dc:Point" x="1236.0" y="720.0"/>\r
695       </bpmndi:BPMNEdge>\r
696       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_Task_35">\r
697         <di:waypoint xsi:type="dc:Point" x="1356.0" y="720.0"/>\r
698         <di:waypoint xsi:type="dc:Point" x="1397.0" y="720.0"/>\r
699       </bpmndi:BPMNEdge>\r
700       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_Task_35" targetElement="_BPMNShape_IntermediateThrowEvent_45">\r
701         <di:waypoint xsi:type="dc:Point" x="1513.0" y="720.0"/>\r
702         <di:waypoint xsi:type="dc:Point" x="1596.0" y="720.0"/>\r
703       </bpmndi:BPMNEdge>\r
704       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_215" bpmnElement="QueryAAIVfModule">\r
705         <dc:Bounds height="92.0" width="125.0" x="1224.0" y="516.0"/>\r
706       </bpmndi:BPMNShape>\r
707       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_211" bpmnElement="IsBaseVfModule" isMarkerVisible="true">\r
708         <dc:Bounds height="50.0" width="50.0" x="1128.0" y="368.0"/>\r
709         <bpmndi:BPMNLabel>\r
710           <dc:Bounds height="22.0" width="124.0" x="1092.0" y="336.0"/>\r
711         </bpmndi:BPMNLabel>\r
712       </bpmndi:BPMNShape>\r
713       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_212" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
714         <dc:Bounds height="50.0" width="50.0" x="1408.0" y="368.0"/>\r
715         <bpmndi:BPMNLabel>\r
716           <dc:Bounds height="0.0" width="0.0" x="1433.0" y="423.0"/>\r
717         </bpmndi:BPMNLabel>\r
718       </bpmndi:BPMNShape>\r
719       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ScriptTask_215">\r
720         <di:waypoint xsi:type="dc:Point" x="1153.0" y="418.0"/>\r
721         <di:waypoint xsi:type="dc:Point" x="1153.0" y="562.0"/>\r
722         <di:waypoint xsi:type="dc:Point" x="1224.0" y="562.0"/>\r
723         <bpmndi:BPMNLabel>\r
724           <dc:Bounds height="22.0" width="20.0" x="1122.0" y="450.0"/>\r
725         </bpmndi:BPMNLabel>\r
726       </bpmndi:BPMNEdge>\r
727       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ExclusiveGateway_211" targetElement="_BPMNShape_ExclusiveGateway_212">\r
728         <di:waypoint xsi:type="dc:Point" x="1178.0" y="393.0"/>\r
729         <di:waypoint xsi:type="dc:Point" x="1408.0" y="393.0"/>\r
730         <bpmndi:BPMNLabel>\r
731           <dc:Bounds height="22.0" width="27.0" x="1285.0" y="393.0"/>\r
732         </bpmndi:BPMNLabel>\r
733       </bpmndi:BPMNEdge>\r
734       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_216" bpmnElement="PostProcessCreateAAIVfModule">\r
735         <dc:Bounds height="92.0" width="125.0" x="897.0" y="348.0"/>\r
736       </bpmndi:BPMNShape>\r
737       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_156" targetElement="_BPMNShape_ScriptTask_216">\r
738         <di:waypoint xsi:type="dc:Point" x="816.0" y="394.0"/>\r
739         <di:waypoint xsi:type="dc:Point" x="897.0" y="394.0"/>\r
740       </bpmndi:BPMNEdge>\r
741       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ScriptTask_216" targetElement="_BPMNShape_ExclusiveGateway_211">\r
742         <di:waypoint xsi:type="dc:Point" x="1021.0" y="394.0"/>\r
743         <di:waypoint xsi:type="dc:Point" x="1075.0" y="394.0"/>\r
744         <di:waypoint xsi:type="dc:Point" x="1075.0" y="393.0"/>\r
745         <di:waypoint xsi:type="dc:Point" x="1128.0" y="393.0"/>\r
746         <bpmndi:BPMNLabel>\r
747           <dc:Bounds height="6.0" width="6.0" x="1072.0" y="394.0"/>\r
748         </bpmndi:BPMNLabel>\r
749       </bpmndi:BPMNEdge>\r
750       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_37" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_215" targetElement="_BPMNShape_ExclusiveGateway_212">\r
751         <di:waypoint xsi:type="dc:Point" x="1348.0" y="562.0"/>\r
752         <di:waypoint xsi:type="dc:Point" x="1378.0" y="562.0"/>\r
753         <di:waypoint xsi:type="dc:Point" x="1378.0" y="393.0"/>\r
754         <di:waypoint xsi:type="dc:Point" x="1408.0" y="393.0"/>\r
755       </bpmndi:BPMNEdge>\r
756       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_41" bpmnElement="SequenceFlow_41" sourceElement="_BPMNShape_ExclusiveGateway_212" targetElement="_BPMNShape_IntermediateThrowEvent_44">\r
757         <di:waypoint xsi:type="dc:Point" x="1458.0" y="393.0"/>\r
758         <di:waypoint xsi:type="dc:Point" x="1497.0" y="393.0"/>\r
759         <di:waypoint xsi:type="dc:Point" x="1497.0" y="392.0"/>\r
760         <di:waypoint xsi:type="dc:Point" x="1537.0" y="392.0"/>\r
761       </bpmndi:BPMNEdge>\r
762       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_218" bpmnElement="ScriptTask_setSuccess">\r
763         <dc:Bounds height="95.0" width="128.0" x="1433.0" y="817.0"/>\r
764       </bpmndi:BPMNShape>\r
765       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_218" targetElement="_BPMNShape_EndEvent_175">\r
766         <di:waypoint xsi:type="dc:Point" x="1561.0" y="864.0"/>\r
767         <di:waypoint xsi:type="dc:Point" x="1596.0" y="864.0"/>\r
768         <di:waypoint xsi:type="dc:Point" x="1596.0" y="865.0"/>\r
769         <di:waypoint xsi:type="dc:Point" x="1620.0" y="864.0"/>\r
770         <bpmndi:BPMNLabel>\r
771           <dc:Bounds height="6.0" width="6.0" x="1593.0" y="865.0"/>\r
772         </bpmndi:BPMNLabel>\r
773       </bpmndi:BPMNEdge>\r
774       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_254" bpmnElement="QueryCloudRegion">\r
775         <dc:Bounds height="81.0" width="134.0" x="101.0" y="440.0"/>\r
776       </bpmndi:BPMNShape>\r
777       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_40" sourceElement="_BPMNShape_ExclusiveGateway_90" targetElement="_BPMNShape_ScriptTask_254">\r
778         <di:waypoint xsi:type="dc:Point" x="169.0" y="418.0"/>\r
779         <di:waypoint xsi:type="dc:Point" x="169.0" y="429.0"/>\r
780         <di:waypoint xsi:type="dc:Point" x="168.0" y="429.0"/>\r
781         <di:waypoint xsi:type="dc:Point" x="168.0" y="440.0"/>\r
782         <bpmndi:BPMNLabel>\r
783           <dc:Bounds height="22.0" width="27.0" x="180.0" y="417.0"/>\r
784         </bpmndi:BPMNLabel>\r
785       </bpmndi:BPMNEdge>\r
786       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_43" bpmnElement="SequenceFlow_43" sourceElement="_BPMNShape_ScriptTask_254" targetElement="_BPMNShape_ScriptTask_172">\r
787         <di:waypoint xsi:type="dc:Point" x="168.0" y="520.0"/>\r
788         <di:waypoint xsi:type="dc:Point" x="168.0" y="524.0"/>\r
789         <di:waypoint xsi:type="dc:Point" x="168.0" y="581.0"/>\r
790         <di:waypoint xsi:type="dc:Point" x="208.0" y="581.0"/>\r
791         <di:waypoint xsi:type="dc:Point" x="209.0" y="581.0"/>\r
792         <bpmndi:BPMNLabel>\r
793           <dc:Bounds height="6.0" width="6.0" x="165.0" y="574.0"/>\r
794         </bpmndi:BPMNLabel>\r
795       </bpmndi:BPMNEdge>\r
796       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_21" bpmnElement="SubProcess_1" isExpanded="true">\r
797         <dc:Bounds height="203.0" width="405.0" x="103.0" y="1020.0"/>\r
798       </bpmndi:BPMNShape>\r
799       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_55" bpmnElement="StartEvent_2">\r
800         <dc:Bounds height="36.0" width="36.0" x="132.0" y="1104.0"/>\r
801         <bpmndi:BPMNLabel>\r
802           <dc:Bounds height="0.0" width="0.0" x="150.0" y="1145.0"/>\r
803         </bpmndi:BPMNLabel>\r
804       </bpmndi:BPMNShape>\r
805       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_181" bpmnElement="EndEvent_2">\r
806         <dc:Bounds height="36.0" width="36.0" x="444.0" y="1104.0"/>\r
807         <bpmndi:BPMNLabel>\r
808           <dc:Bounds height="0.0" width="0.0" x="462.0" y="1145.0"/>\r
809         </bpmndi:BPMNLabel>\r
810       </bpmndi:BPMNShape>\r
811       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_284" bpmnElement="ScriptTask_1">\r
812         <dc:Bounds height="81.0" width="134.0" x="239.0" y="1081.0"/>\r
813       </bpmndi:BPMNShape>\r
814       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_StartEvent_55" targetElement="_BPMNShape_ScriptTask_284">\r
815         <di:waypoint xsi:type="dc:Point" x="168.0" y="1122.0"/>\r
816         <di:waypoint xsi:type="dc:Point" x="239.0" y="1121.0"/>\r
817         <bpmndi:BPMNLabel>\r
818           <dc:Bounds height="6.0" width="6.0" x="189.0" y="1122.0"/>\r
819         </bpmndi:BPMNLabel>\r
820       </bpmndi:BPMNEdge>\r
821       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_284" targetElement="_BPMNShape_EndEvent_181">\r
822         <di:waypoint xsi:type="dc:Point" x="373.0" y="1121.0"/>\r
823         <di:waypoint xsi:type="dc:Point" x="444.0" y="1122.0"/>\r
824         <bpmndi:BPMNLabel>\r
825           <dc:Bounds height="6.0" width="6.0" x="400.0" y="1121.0"/>\r
826         </bpmndi:BPMNLabel>\r
827       </bpmndi:BPMNEdge>\r
828     </bpmndi:BPMNPlane>\r
829   </bpmndi:BPMNDiagram>\r
830 </bpmn2:definitions>