Merge "added fragment support to generated objects"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateAllottedResourceBRG.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateAllottedResourceBRG" name="DoCreateAllottedResourceBRG" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8     <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
12 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
13 dcar.preProcessRequest(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="GetAAIServiceInstance" />
16     <bpmn2:scriptTask id="GetAAIAR" name="Get AAI AR" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_1a2mcyk</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_0gbsa12</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
20 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
21 dcar.getAaiAR(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:scriptTask id="CreateAAIAR" name="Create AAI  AR&#10;" scriptFormat="groovy">
25       <bpmn2:incoming>SequenceFlow_1vg5rfa</bpmn2:incoming>
26       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
27       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
28 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
29 dcar.createAaiAR(execution)]]></bpmn2:script>
30     </bpmn2:scriptTask>
31     <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="CreateAAIAR" targetRef="IntermediateThrowEvent_1lqaeh8" />
32     <bpmn2:endEvent id="EndEvent_3">
33       <bpmn2:incoming>SequenceFlow_09xwplc</bpmn2:incoming>
34       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
35     </bpmn2:endEvent>
36     <bpmn2:sequenceFlow id="SequenceFlow_1q6udwm" sourceRef="PreProcessSDNCAssign" targetRef="SDNCAssign" />
37     <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="SDNCAssign" targetRef="PostProcessSDNCAssign" />
38     <bpmn2:sequenceFlow id="SequenceFlow_0c5h00o" sourceRef="PostProcessSDNCAssign" targetRef="PreProcessSDNCCreate" />
39     <bpmn2:sequenceFlow id="SequenceFlow_1lalmvp" sourceRef="PreProcessSDNCCreate" targetRef="SDNCCreate" />
40     <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="SDNCCreate" targetRef="postProcessSDNCCreate" />
41     <bpmn2:sequenceFlow id="SequenceFlow_15z3gpq" sourceRef="postProcessSDNCCreate" targetRef="UpdateAAIARCreated" />
42     <bpmn2:scriptTask id="PreProcessSDNCAssign" name="PreProcess SDNC Assign" scriptFormat="groovy">
43       <bpmn2:incoming>SequenceFlow_0gd64w9</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_1q6udwm</bpmn2:outgoing>
45       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
46
47 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
48 dcar.preProcessSDNCAssign(execution)]]></bpmn2:script>
49     </bpmn2:scriptTask>
50     <bpmn2:callActivity id="SDNCAssign" name="SDNC Assign" calledElement="sdncAdapter">
51       <bpmn2:extensionElements>
52         <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" />
53         <camunda:in source="msoRequestId" target="mso-request-id" />
54         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
55         <camunda:out source="WorkflowException" target="WorkflowException" />
56         <camunda:out source="sdncAdapterResponse" target="sdncAssignResponse" />
57         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
58       </bpmn2:extensionElements>
59       <bpmn2:incoming>SequenceFlow_1q6udwm</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
61     </bpmn2:callActivity>
62     <bpmn2:scriptTask id="PostProcessSDNCAssign" name="PostProcess SDNC Assign" scriptFormat="groovy">
63       <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
64       <bpmn2:outgoing>SequenceFlow_0c5h00o</bpmn2:outgoing>
65       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
66
67 String response = execution.getVariable("sdncAssignResponse")
68
69 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
70 dcar.validateSDNCResp(execution, response, "assign" )]]></bpmn2:script>
71     </bpmn2:scriptTask>
72     <bpmn2:scriptTask id="PreProcessSDNCCreate" name="PreProcess SDNC Create" scriptFormat="groovy">
73       <bpmn2:incoming>SequenceFlow_0c5h00o</bpmn2:incoming>
74       <bpmn2:outgoing>SequenceFlow_1lalmvp</bpmn2:outgoing>
75       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
76
77 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
78 dcar.preProcessSDNCCreate(execution)]]></bpmn2:script>
79     </bpmn2:scriptTask>
80     <bpmn2:callActivity id="SDNCCreate" name="SDNC Create" calledElement="sdncAdapter">
81       <bpmn2:extensionElements>
82         <camunda:in source="sdncCreateRequest" target="sdncAdapterWorkflowRequest" />
83         <camunda:in source="msoRequestId" target="mso-request-id" />
84         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
85         <camunda:out source="WorkflowException" target="WorkflowException" />
86         <camunda:out source="sdncAdapterResponse" target="sdncCreateResponse" />
87         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
88       </bpmn2:extensionElements>
89       <bpmn2:incoming>SequenceFlow_1lalmvp</bpmn2:incoming>
90       <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
91     </bpmn2:callActivity>
92     <bpmn2:scriptTask id="postProcessSDNCCreate" name="PostProcess SDNC Create " scriptFormat="groovy">
93       <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
94       <bpmn2:outgoing>SequenceFlow_15z3gpq</bpmn2:outgoing>
95       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
96
97 String response = execution.getVariable("sdncCreateResponse")
98
99 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
100 dcar.validateSDNCResp(execution, response, "create" )]]></bpmn2:script>
101     </bpmn2:scriptTask>
102     <bpmn2:scriptTask id="PreProcessSDNCActivate" name="PreProcess SDNC Activate" scriptFormat="groovy">
103       <bpmn2:incoming>SequenceFlow_04t1zc2</bpmn2:incoming>
104       <bpmn2:outgoing>SequenceFlow_06w33tk</bpmn2:outgoing>
105       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
106
107 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
108 dcar.preProcessSDNCActivate(execution)]]></bpmn2:script>
109     </bpmn2:scriptTask>
110     <bpmn2:callActivity id="SDNCActivate" name="SDNC Activate" calledElement="sdncAdapter">
111       <bpmn2:extensionElements>
112         <camunda:in source="sdncActivateRequest" target="sdncAdapterWorkflowRequest" />
113         <camunda:out source="WorkflowException" target="WorkflowException" />
114         <camunda:out source="sdncAdapterResponse" target="sdncActivateResponse" />
115         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
116         <camunda:in source="msoRequestId" target="mso-request-id" />
117         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
118       </bpmn2:extensionElements>
119       <bpmn2:incoming>SequenceFlow_06w33tk</bpmn2:incoming>
120       <bpmn2:outgoing>SequenceFlow_1s7yieq</bpmn2:outgoing>
121     </bpmn2:callActivity>
122     <bpmn2:scriptTask id="PostProcessSDNCActivate" name="PostProcess SDNC Activate" scriptFormat="groovy">
123       <bpmn2:incoming>SequenceFlow_1s7yieq</bpmn2:incoming>
124       <bpmn2:outgoing>SequenceFlow_00i7x43</bpmn2:outgoing>
125       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
126
127 String response = execution.getVariable("sdncActivateResponse")
128
129 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
130 dcar.validateSDNCResp(execution, response, "activate" )]]></bpmn2:script>
131     </bpmn2:scriptTask>
132     <bpmn2:sequenceFlow id="SequenceFlow_06w33tk" sourceRef="PreProcessSDNCActivate" targetRef="SDNCActivate" />
133     <bpmn2:sequenceFlow id="SequenceFlow_1s7yieq" sourceRef="SDNCActivate" targetRef="PostProcessSDNCActivate" />
134     <bpmn2:sequenceFlow id="SequenceFlow_00i7x43" sourceRef="PostProcessSDNCActivate" targetRef="UpdateAAIARActive" />
135     <bpmn2:sequenceFlow id="SequenceFlow_04t1zc2" sourceRef="UpdateAAIARCreated" targetRef="PreProcessSDNCActivate" />
136     <bpmn2:callActivity id="SDNCGet" name="SDNC Get" calledElement="sdncAdapter">
137       <bpmn2:extensionElements>
138         <camunda:in source="sdncGetRequest" target="sdncAdapterWorkflowRequest" />
139         <camunda:in source="msoRequestId" target="mso-request-id" />
140         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
141         <camunda:out source="WorkflowException" target="WorkflowException" />
142         <camunda:out source="sdncAdapterResponse" target="sdncGetResponse" />
143         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
144         <camunda:out source="enhancedCallbackRequestData" target="enhancedCallbackRequestData" />
145       </bpmn2:extensionElements>
146       <bpmn2:incoming>SequenceFlow_030mhcm</bpmn2:incoming>
147       <bpmn2:outgoing>SequenceFlow_0q1hz2p</bpmn2:outgoing>
148     </bpmn2:callActivity>
149     <bpmn2:sequenceFlow id="SequenceFlow_1iy3cqb" sourceRef="postProcessSDNCGetResponse" targetRef="generateOutputs" />
150     <bpmn2:sequenceFlow id="SequenceFlow_1dgzhsm" sourceRef="UpdateAAIARActive" targetRef="IntermediateCatchEvent_1f4tse6" />
151     <bpmn2:sequenceFlow id="SequenceFlow_1vg5rfa" sourceRef="GetAAIParentSI" targetRef="CreateAAIAR" />
152     <bpmn2:subProcess id="SubProcess_161pl4g" name="Sub-process for Application Errors" triggeredByEvent="true">
153       <bpmn2:startEvent id="StartEvent_1ibe7qx">
154         <bpmn2:outgoing>SequenceFlow_1h61pqs</bpmn2:outgoing>
155         <bpmn2:errorEventDefinition />
156       </bpmn2:startEvent>
157       <bpmn2:endEvent id="EndEvent_1fgqhmi">
158         <bpmn2:incoming>SequenceFlow_0t4ut76</bpmn2:incoming>
159       </bpmn2:endEvent>
160       <bpmn2:scriptTask id="ScriptTask_0ji3121" name="Pre Process Rollback" scriptFormat="groovy">
161         <bpmn2:incoming>SequenceFlow_1h61pqs</bpmn2:incoming>
162         <bpmn2:outgoing>SequenceFlow_1kbzr5v</bpmn2:outgoing>
163         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
164
165 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
166 dcar.preProcessRollback(execution)]]></bpmn2:script>
167       </bpmn2:scriptTask>
168       <bpmn2:scriptTask id="ScriptTask_1kgumd4" name="Post Process Rollback" scriptFormat="groovy">
169         <bpmn2:incoming>SequenceFlow_1cxj4yz</bpmn2:incoming>
170         <bpmn2:outgoing>SequenceFlow_0t4ut76</bpmn2:outgoing>
171         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
172
173 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
174 dcar.postProcessRollback(execution)]]></bpmn2:script>
175       </bpmn2:scriptTask>
176       <bpmn2:sequenceFlow id="SequenceFlow_1h61pqs" sourceRef="StartEvent_1ibe7qx" targetRef="ScriptTask_0ji3121" />
177       <bpmn2:sequenceFlow id="SequenceFlow_0t4ut76" sourceRef="ScriptTask_1kgumd4" targetRef="EndEvent_1fgqhmi" />
178       <bpmn2:sequenceFlow id="SequenceFlow_1kbzr5v" sourceRef="ScriptTask_0ji3121" targetRef="CallActivity_0s6hs9u" />
179       <bpmn2:callActivity id="CallActivity_0s6hs9u" name="Rollback Create" calledElement="DoCreateAllottedResourceBRGRollback">
180         <bpmn2:extensionElements>
181           <camunda:in source="msoRequestId" target="msoRequestId" />
182           <camunda:in source="rollbackData" target="rollbackData" />
183           <camunda:in source="disableRollback" target="disableRollback" />
184           <camunda:out source="rolledBack" target="rolledBack" />
185           <camunda:out source="rollbackError" target="rollbackError" />
186         </bpmn2:extensionElements>
187         <bpmn2:incoming>SequenceFlow_1kbzr5v</bpmn2:incoming>
188         <bpmn2:outgoing>SequenceFlow_1cxj4yz</bpmn2:outgoing>
189       </bpmn2:callActivity>
190       <bpmn2:sequenceFlow id="SequenceFlow_1cxj4yz" sourceRef="CallActivity_0s6hs9u" targetRef="ScriptTask_1kgumd4" />
191     </bpmn2:subProcess>
192     <bpmn2:scriptTask id="UpdateAAIARActive" name="Update AAI AR Active" scriptFormat="groovy">
193       <bpmn2:incoming>SequenceFlow_00i7x43</bpmn2:incoming>
194       <bpmn2:outgoing>SequenceFlow_1dgzhsm</bpmn2:outgoing>
195       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
196
197 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
198 dcar.updateAaiAROrchStatus(execution, "Active")]]></bpmn2:script>
199     </bpmn2:scriptTask>
200     <bpmn2:scriptTask id="UpdateAAIARCreated" name="Update AAI AR Created" scriptFormat="groovy">
201       <bpmn2:incoming>SequenceFlow_15z3gpq</bpmn2:incoming>
202       <bpmn2:outgoing>SequenceFlow_04t1zc2</bpmn2:outgoing>
203       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
204
205 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
206 dcar.updateAaiAROrchStatus(execution, "Created")]]></bpmn2:script>
207     </bpmn2:scriptTask>
208     <bpmn2:scriptTask id="PreProcessSDNCGet" name="PreProcess SDNC Get" scriptFormat="groovy">
209       <bpmn2:incoming>SequenceFlow_0z8luou</bpmn2:incoming>
210       <bpmn2:incoming>SequenceFlow_0ec9eiq</bpmn2:incoming>
211       <bpmn2:outgoing>SequenceFlow_030mhcm</bpmn2:outgoing>
212       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
213 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
214 dcar.preProcessSDNCGet(execution)]]></bpmn2:script>
215     </bpmn2:scriptTask>
216     <bpmn2:scriptTask id="postProcessSDNCGetResponse" name="PostProcess SDNC Get" scriptFormat="groovy">
217       <bpmn2:incoming>SequenceFlow_0q1hz2p</bpmn2:incoming>
218       <bpmn2:outgoing>SequenceFlow_1iy3cqb</bpmn2:outgoing>
219       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
220
221 String response = execution.getVariable("sdncGetResponse")
222
223 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
224 dcar.validateSDNCResp(execution, response, "get" )]]></bpmn2:script>
225     </bpmn2:scriptTask>
226     <bpmn2:sequenceFlow id="SequenceFlow_030mhcm" sourceRef="PreProcessSDNCGet" targetRef="SDNCGet" />
227     <bpmn2:sequenceFlow id="SequenceFlow_0q1hz2p" sourceRef="SDNCGet" targetRef="postProcessSDNCGetResponse" />
228     <bpmn2:exclusiveGateway id="ActiveARinAAI" name="Active AR Exists in AAI?" default="SequenceFlow_1m8u8dl">
229       <bpmn2:incoming>SequenceFlow_0gbsa12</bpmn2:incoming>
230       <bpmn2:outgoing>SequenceFlow_1m8u8dl</bpmn2:outgoing>
231       <bpmn2:outgoing>SequenceFlow_0z8luou</bpmn2:outgoing>
232     </bpmn2:exclusiveGateway>
233     <bpmn2:sequenceFlow id="SequenceFlow_1m8u8dl" name="No" sourceRef="ActiveARinAAI" targetRef="GetAAIParentSI" />
234     <bpmn2:sequenceFlow id="SequenceFlow_0z8luou" name="yes" sourceRef="ActiveARinAAI" targetRef="PreProcessSDNCGet">
235       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("foundActiveAR" ) == true}]]></bpmn2:conditionExpression>
236     </bpmn2:sequenceFlow>
237     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1lqaeh8" name="SDNCTasks">
238       <bpmn2:outgoing>SequenceFlow_0gd64w9</bpmn2:outgoing>
239       <bpmn2:linkEventDefinition name="SDNCTasks" />
240     </bpmn2:intermediateCatchEvent>
241     <bpmn2:sequenceFlow id="SequenceFlow_0gd64w9" sourceRef="IntermediateCatchEvent_1lqaeh8" targetRef="PreProcessSDNCAssign" />
242     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1lqaeh8" name="To SDNCTasks">
243       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
244       <bpmn2:linkEventDefinition name="SDNCTasks" />
245     </bpmn2:intermediateThrowEvent>
246     <bpmn2:sequenceFlow id="SequenceFlow_0gbsa12" sourceRef="GetAAIAR" targetRef="ActiveARinAAI" />
247     <bpmn2:scriptTask id="generateOutputs" name="Generate Outputs" scriptFormat="groovy">
248       <bpmn2:incoming>SequenceFlow_1iy3cqb</bpmn2:incoming>
249       <bpmn2:outgoing>SequenceFlow_09xwplc</bpmn2:outgoing>
250       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
251 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
252 dcar.generateOutputs(execution)]]></bpmn2:script>
253     </bpmn2:scriptTask>
254     <bpmn2:sequenceFlow id="SequenceFlow_09xwplc" sourceRef="generateOutputs" targetRef="EndEvent_3" />
255     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1f4tse6" name="Await SDNC Replication&#10;&#10;">
256       <bpmn2:incoming>SequenceFlow_1dgzhsm</bpmn2:incoming>
257       <bpmn2:outgoing>SequenceFlow_0ec9eiq</bpmn2:outgoing>
258       <bpmn2:timerEventDefinition>
259         <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${sdncReplDelay}</bpmn2:timeDuration>
260       </bpmn2:timerEventDefinition>
261     </bpmn2:intermediateCatchEvent>
262     <bpmn2:sequenceFlow id="SequenceFlow_0ec9eiq" sourceRef="IntermediateCatchEvent_1f4tse6" targetRef="PreProcessSDNCGet" />
263     <bpmn2:sequenceFlow id="SequenceFlow_1a2mcyk" sourceRef="GetAAIServiceInstance" targetRef="GetAAIAR" />
264     <bpmn2:scriptTask id="GetAAIServiceInstance" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
265       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
266       <bpmn2:outgoing>SequenceFlow_1a2mcyk</bpmn2:outgoing>
267       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
268 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
269 dcar.getServiceInstance(execution)
270 ]]></bpmn2:script>
271     </bpmn2:scriptTask>
272     <bpmn2:scriptTask id="GetAAIParentSI" name="&#10;AAI&#10;Query&#10;(svc instance)&#10;" scriptFormat="groovy">
273       <bpmn2:incoming>SequenceFlow_1m8u8dl</bpmn2:incoming>
274       <bpmn2:outgoing>SequenceFlow_1vg5rfa</bpmn2:outgoing>
275       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
276 DoCreateAllottedResourceBRG dcar = new DoCreateAllottedResourceBRG()
277 dcar.getParentServiceInstance(execution)]]></bpmn2:script>
278     </bpmn2:scriptTask>
279   </bpmn2:process>
280   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
281   <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
282   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
283     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceBRG">
284       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
285         <dc:Bounds x="-91" y="222" width="36" height="36" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="-73" y="263" width="0" height="0" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
291         <dc:Bounds x="19" y="199" width="100" height="80" />
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
294         <di:waypoint xsi:type="dc:Point" x="-55" y="240" />
295         <di:waypoint xsi:type="dc:Point" x="19" y="240" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="-18" y="225" width="0" height="0" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285">
301         <di:waypoint xsi:type="dc:Point" x="119" y="239" />
302         <di:waypoint xsi:type="dc:Point" x="241" y="240" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="135" y="224.5" width="90" height="0" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_299" bpmnElement="GetAAIAR">
308         <dc:Bounds x="506" y="200" width="100" height="80" />
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="CreateAAIAR">
311         <dc:Bounds x="1086" y="200" width="100" height="80" />
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
314         <dc:Bounds x="1527" y="776" width="36" height="36" />
315         <bpmndi:BPMNLabel>
316           <dc:Bounds x="1545" y="817" width="0" height="0" />
317         </bpmndi:BPMNLabel>
318       </bpmndi:BPMNShape>
319       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_300">
320         <di:waypoint xsi:type="dc:Point" x="1186" y="240" />
321         <di:waypoint xsi:type="dc:Point" x="1311" y="240" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="1203.5" y="225" width="90" height="0" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNEdge id="SequenceFlow_1q6udwm_di" bpmnElement="SequenceFlow_1q6udwm">
327         <di:waypoint xsi:type="dc:Point" x="92" y="595" />
328         <di:waypoint xsi:type="dc:Point" x="92" y="624" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="107" y="609.5" width="0" height="0" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNEdge>
333       <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
334         <di:waypoint xsi:type="dc:Point" x="92" y="710" />
335         <di:waypoint xsi:type="dc:Point" x="92" y="745" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="107" y="727.5" width="0" height="0" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNEdge id="SequenceFlow_0c5h00o_di" bpmnElement="SequenceFlow_0c5h00o">
341         <di:waypoint xsi:type="dc:Point" x="142" y="785" />
342         <di:waypoint xsi:type="dc:Point" x="205" y="785" />
343         <di:waypoint xsi:type="dc:Point" x="205" y="545" />
344         <di:waypoint xsi:type="dc:Point" x="309" y="545" />
345         <bpmndi:BPMNLabel>
346           <dc:Bounds x="220" y="665" width="0" height="0" />
347         </bpmndi:BPMNLabel>
348       </bpmndi:BPMNEdge>
349       <bpmndi:BPMNEdge id="SequenceFlow_1lalmvp_di" bpmnElement="SequenceFlow_1lalmvp">
350         <di:waypoint xsi:type="dc:Point" x="359" y="585" />
351         <di:waypoint xsi:type="dc:Point" x="359" y="624" />
352         <bpmndi:BPMNLabel>
353           <dc:Bounds x="374" y="604.5" width="0" height="0" />
354         </bpmndi:BPMNLabel>
355       </bpmndi:BPMNEdge>
356       <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
357         <di:waypoint xsi:type="dc:Point" x="359" y="707" />
358         <di:waypoint xsi:type="dc:Point" x="359" y="725" />
359         <di:waypoint xsi:type="dc:Point" x="359" y="725" />
360         <di:waypoint xsi:type="dc:Point" x="359" y="745" />
361         <bpmndi:BPMNLabel>
362           <dc:Bounds x="374" y="725" width="0" height="0" />
363         </bpmndi:BPMNLabel>
364       </bpmndi:BPMNEdge>
365       <bpmndi:BPMNEdge id="SequenceFlow_15z3gpq_di" bpmnElement="SequenceFlow_15z3gpq">
366         <di:waypoint xsi:type="dc:Point" x="409" y="785" />
367         <di:waypoint xsi:type="dc:Point" x="560" y="785" />
368         <di:waypoint xsi:type="dc:Point" x="560" y="709" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="485" y="770" width="0" height="0" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNEdge>
373       <bpmndi:BPMNShape id="ScriptTask_01h1rx2_di" bpmnElement="PreProcessSDNCAssign">
374         <dc:Bounds x="42" y="515" width="100" height="80" />
375       </bpmndi:BPMNShape>
376       <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="SDNCAssign">
377         <dc:Bounds x="42" y="624" width="100" height="80" />
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="PostProcessSDNCAssign">
380         <dc:Bounds x="42" y="745" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNShape id="ScriptTask_1rr2xrc_di" bpmnElement="PreProcessSDNCCreate">
383         <dc:Bounds x="309" y="505" width="100" height="80" />
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="SDNCCreate">
386         <dc:Bounds x="309" y="624" width="100" height="80" />
387       </bpmndi:BPMNShape>
388       <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCCreate">
389         <dc:Bounds x="309" y="745" width="100" height="80" />
390       </bpmndi:BPMNShape>
391       <bpmndi:BPMNShape id="ScriptTask_0zm728u_di" bpmnElement="PreProcessSDNCActivate">
392         <dc:Bounds x="702" y="515" width="100" height="80" />
393       </bpmndi:BPMNShape>
394       <bpmndi:BPMNShape id="CallActivity_1uhgd2e_di" bpmnElement="SDNCActivate">
395         <dc:Bounds x="702" y="624" width="100" height="80" />
396       </bpmndi:BPMNShape>
397       <bpmndi:BPMNShape id="ScriptTask_0rrv9dw_di" bpmnElement="PostProcessSDNCActivate">
398         <dc:Bounds x="702" y="745" width="100" height="80" />
399       </bpmndi:BPMNShape>
400       <bpmndi:BPMNEdge id="SequenceFlow_06w33tk_di" bpmnElement="SequenceFlow_06w33tk">
401         <di:waypoint xsi:type="dc:Point" x="752" y="595" />
402         <di:waypoint xsi:type="dc:Point" x="752" y="624" />
403         <bpmndi:BPMNLabel>
404           <dc:Bounds x="767" y="609.5" width="0" height="0" />
405         </bpmndi:BPMNLabel>
406       </bpmndi:BPMNEdge>
407       <bpmndi:BPMNEdge id="SequenceFlow_1s7yieq_di" bpmnElement="SequenceFlow_1s7yieq">
408         <di:waypoint xsi:type="dc:Point" x="752" y="705" />
409         <di:waypoint xsi:type="dc:Point" x="752" y="725" />
410         <di:waypoint xsi:type="dc:Point" x="752" y="742" />
411         <bpmndi:BPMNLabel>
412           <dc:Bounds x="767" y="715" width="0" height="0" />
413         </bpmndi:BPMNLabel>
414       </bpmndi:BPMNEdge>
415       <bpmndi:BPMNEdge id="SequenceFlow_00i7x43_di" bpmnElement="SequenceFlow_00i7x43">
416         <di:waypoint xsi:type="dc:Point" x="802" y="785" />
417         <di:waypoint xsi:type="dc:Point" x="963" y="785" />
418         <di:waypoint xsi:type="dc:Point" x="963" y="704" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="883" y="770" width="0" height="0" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNEdge>
423       <bpmndi:BPMNEdge id="SequenceFlow_04t1zc2_di" bpmnElement="SequenceFlow_04t1zc2">
424         <di:waypoint xsi:type="dc:Point" x="560" y="621" />
425         <di:waypoint xsi:type="dc:Point" x="560" y="555" />
426         <di:waypoint xsi:type="dc:Point" x="702" y="555" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="575" y="588" width="0" height="0" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431       <bpmndi:BPMNShape id="CallActivity_1pfpn41_di" bpmnElement="SDNCGet">
432         <dc:Bounds x="1143" y="624" width="100" height="80" />
433       </bpmndi:BPMNShape>
434       <bpmndi:BPMNEdge id="SequenceFlow_1iy3cqb_di" bpmnElement="SequenceFlow_1iy3cqb">
435         <di:waypoint xsi:type="dc:Point" x="1240" y="794" />
436         <di:waypoint xsi:type="dc:Point" x="1313" y="794" />
437         <bpmndi:BPMNLabel>
438           <dc:Bounds x="1277" y="779" width="0" height="0" />
439         </bpmndi:BPMNLabel>
440       </bpmndi:BPMNEdge>
441       <bpmndi:BPMNEdge id="SequenceFlow_1dgzhsm_di" bpmnElement="SequenceFlow_1dgzhsm">
442         <di:waypoint xsi:type="dc:Point" x="964" y="624" />
443         <di:waypoint xsi:type="dc:Point" x="964" y="563" />
444         <bpmndi:BPMNLabel>
445           <dc:Bounds x="934" y="593.5" width="90" height="0" />
446         </bpmndi:BPMNLabel>
447       </bpmndi:BPMNEdge>
448       <bpmndi:BPMNEdge id="SequenceFlow_1vg5rfa_di" bpmnElement="SequenceFlow_1vg5rfa">
449         <di:waypoint xsi:type="dc:Point" x="943" y="239" />
450         <di:waypoint xsi:type="dc:Point" x="1058" y="241" />
451         <di:waypoint xsi:type="dc:Point" x="1086" y="241" />
452         <bpmndi:BPMNLabel>
453           <dc:Bounds x="955.5" y="225" width="90" height="0" />
454         </bpmndi:BPMNLabel>
455       </bpmndi:BPMNEdge>
456       <bpmndi:BPMNShape id="SubProcess_161pl4g_di" bpmnElement="SubProcess_161pl4g" isExpanded="true">
457         <dc:Bounds x="53" y="910" width="783" height="195" />
458       </bpmndi:BPMNShape>
459       <bpmndi:BPMNShape id="StartEvent_1ibe7qx_di" bpmnElement="StartEvent_1ibe7qx">
460         <dc:Bounds x="150" y="987" width="36" height="36" />
461         <bpmndi:BPMNLabel>
462           <dc:Bounds x="168" y="1028" width="0" height="0" />
463         </bpmndi:BPMNLabel>
464       </bpmndi:BPMNShape>
465       <bpmndi:BPMNShape id="EndEvent_1fgqhmi_di" bpmnElement="EndEvent_1fgqhmi">
466         <dc:Bounds x="783" y="987" width="36" height="36" />
467         <bpmndi:BPMNLabel>
468           <dc:Bounds x="801" y="1028" width="0" height="0" />
469         </bpmndi:BPMNLabel>
470       </bpmndi:BPMNShape>
471       <bpmndi:BPMNShape id="ScriptTask_0ji3121_di" bpmnElement="ScriptTask_0ji3121">
472         <dc:Bounds x="245" y="965" width="100" height="80" />
473       </bpmndi:BPMNShape>
474       <bpmndi:BPMNShape id="ScriptTask_1kgumd4_di" bpmnElement="ScriptTask_1kgumd4">
475         <dc:Bounds x="616" y="965" width="100" height="80" />
476       </bpmndi:BPMNShape>
477       <bpmndi:BPMNEdge id="SequenceFlow_1h61pqs_di" bpmnElement="SequenceFlow_1h61pqs">
478         <di:waypoint xsi:type="dc:Point" x="186" y="1005" />
479         <di:waypoint xsi:type="dc:Point" x="245" y="1005" />
480         <bpmndi:BPMNLabel>
481           <dc:Bounds x="216" y="990" width="0" height="0" />
482         </bpmndi:BPMNLabel>
483       </bpmndi:BPMNEdge>
484       <bpmndi:BPMNEdge id="SequenceFlow_0t4ut76_di" bpmnElement="SequenceFlow_0t4ut76">
485         <di:waypoint xsi:type="dc:Point" x="716" y="1005" />
486         <di:waypoint xsi:type="dc:Point" x="748" y="1005" />
487         <di:waypoint xsi:type="dc:Point" x="748" y="1005" />
488         <di:waypoint xsi:type="dc:Point" x="783" y="1005" />
489         <bpmndi:BPMNLabel>
490           <dc:Bounds x="763" y="1005" width="0" height="0" />
491         </bpmndi:BPMNLabel>
492       </bpmndi:BPMNEdge>
493       <bpmndi:BPMNEdge id="SequenceFlow_1kbzr5v_di" bpmnElement="SequenceFlow_1kbzr5v">
494         <di:waypoint xsi:type="dc:Point" x="345" y="1005" />
495         <di:waypoint xsi:type="dc:Point" x="434" y="1005" />
496         <bpmndi:BPMNLabel>
497           <dc:Bounds x="390" y="990" width="0" height="0" />
498         </bpmndi:BPMNLabel>
499       </bpmndi:BPMNEdge>
500       <bpmndi:BPMNShape id="ScriptTask_16x97wp_di" bpmnElement="UpdateAAIARActive">
501         <dc:Bounds x="914" y="624" width="100" height="80" />
502       </bpmndi:BPMNShape>
503       <bpmndi:BPMNShape id="ScriptTask_0rfj6et_di" bpmnElement="UpdateAAIARCreated">
504         <dc:Bounds x="516" y="624" width="100" height="80" />
505       </bpmndi:BPMNShape>
506       <bpmndi:BPMNShape id="ScriptTask_0c8nrax_di" bpmnElement="PreProcessSDNCGet">
507         <dc:Bounds x="1140" y="505" width="100" height="80" />
508       </bpmndi:BPMNShape>
509       <bpmndi:BPMNShape id="ScriptTask_1xa2jlo_di" bpmnElement="postProcessSDNCGetResponse">
510         <dc:Bounds x="1140" y="754" width="100" height="80" />
511       </bpmndi:BPMNShape>
512       <bpmndi:BPMNEdge id="SequenceFlow_030mhcm_di" bpmnElement="SequenceFlow_030mhcm">
513         <di:waypoint xsi:type="dc:Point" x="1190" y="585" />
514         <di:waypoint xsi:type="dc:Point" x="1190" y="621" />
515         <bpmndi:BPMNLabel>
516           <dc:Bounds x="1205" y="603" width="0" height="0" />
517         </bpmndi:BPMNLabel>
518       </bpmndi:BPMNEdge>
519       <bpmndi:BPMNEdge id="SequenceFlow_0q1hz2p_di" bpmnElement="SequenceFlow_0q1hz2p">
520         <di:waypoint xsi:type="dc:Point" x="1193" y="704" />
521         <di:waypoint xsi:type="dc:Point" x="1193" y="753" />
522         <bpmndi:BPMNLabel>
523           <dc:Bounds x="1208" y="728.5" width="0" height="0" />
524         </bpmndi:BPMNLabel>
525       </bpmndi:BPMNEdge>
526       <bpmndi:BPMNShape id="ExclusiveGateway_0hxis7t_di" bpmnElement="ActiveARinAAI" isMarkerVisible="true">
527         <dc:Bounds x="700" y="215" width="50" height="50" />
528         <bpmndi:BPMNLabel>
529           <dc:Bounds x="695" y="184" width="75" height="24" />
530         </bpmndi:BPMNLabel>
531       </bpmndi:BPMNShape>
532       <bpmndi:BPMNEdge id="SequenceFlow_1m8u8dl_di" bpmnElement="SequenceFlow_1m8u8dl">
533         <di:waypoint xsi:type="dc:Point" x="750" y="240" />
534         <di:waypoint xsi:type="dc:Point" x="843" y="239" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="777" y="223.99999999999994" width="14" height="12" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNEdge>
539       <bpmndi:BPMNEdge id="SequenceFlow_0z8luou_di" bpmnElement="SequenceFlow_0z8luou">
540         <di:waypoint xsi:type="dc:Point" x="725" y="265" />
541         <di:waypoint xsi:type="dc:Point" x="725" y="378" />
542         <di:waypoint xsi:type="dc:Point" x="1190" y="378" />
543         <di:waypoint xsi:type="dc:Point" x="1190" y="505" />
544         <bpmndi:BPMNLabel>
545           <dc:Bounds x="737" y="270.89473684210526" width="16" height="12" />
546         </bpmndi:BPMNLabel>
547       </bpmndi:BPMNEdge>
548       <bpmndi:BPMNShape id="IntermediateCatchEvent_1lqaeh8_di" bpmnElement="IntermediateCatchEvent_1lqaeh8">
549         <dc:Bounds x="-70" y="527" width="36" height="36" />
550         <bpmndi:BPMNLabel>
551           <dc:Bounds x="-79" y="568" width="60" height="12" />
552         </bpmndi:BPMNLabel>
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNEdge id="SequenceFlow_0gd64w9_di" bpmnElement="SequenceFlow_0gd64w9">
555         <di:waypoint xsi:type="dc:Point" x="-34" y="545" />
556         <di:waypoint xsi:type="dc:Point" x="42" y="545" />
557         <bpmndi:BPMNLabel>
558           <dc:Bounds x="4" y="530" width="0" height="0" />
559         </bpmndi:BPMNLabel>
560       </bpmndi:BPMNEdge>
561       <bpmndi:BPMNShape id="IntermediateThrowEvent_0sb45m9_di" bpmnElement="IntermediateThrowEvent_1lqaeh8">
562         <dc:Bounds x="1311" y="222" width="36" height="36" />
563         <bpmndi:BPMNLabel>
564           <dc:Bounds x="1359" y="234" width="77" height="12" />
565         </bpmndi:BPMNLabel>
566       </bpmndi:BPMNShape>
567       <bpmndi:BPMNEdge id="SequenceFlow_0gbsa12_di" bpmnElement="SequenceFlow_0gbsa12">
568         <di:waypoint xsi:type="dc:Point" x="606" y="240" />
569         <di:waypoint xsi:type="dc:Point" x="700" y="240" />
570         <bpmndi:BPMNLabel>
571           <dc:Bounds x="653" y="225" width="0" height="0" />
572         </bpmndi:BPMNLabel>
573       </bpmndi:BPMNEdge>
574       <bpmndi:BPMNShape id="ScriptTask_0pjzuns_di" bpmnElement="generateOutputs">
575         <dc:Bounds x="1314" y="754" width="100" height="80" />
576       </bpmndi:BPMNShape>
577       <bpmndi:BPMNEdge id="SequenceFlow_09xwplc_di" bpmnElement="SequenceFlow_09xwplc">
578         <di:waypoint xsi:type="dc:Point" x="1414" y="794" />
579         <di:waypoint xsi:type="dc:Point" x="1527" y="794" />
580         <bpmndi:BPMNLabel>
581           <dc:Bounds x="1471" y="779" width="0" height="0" />
582         </bpmndi:BPMNLabel>
583       </bpmndi:BPMNEdge>
584       <bpmndi:BPMNShape id="CallActivity_0s6hs9u_di" bpmnElement="CallActivity_0s6hs9u">
585         <dc:Bounds x="434" y="965" width="100" height="80" />
586       </bpmndi:BPMNShape>
587       <bpmndi:BPMNEdge id="SequenceFlow_1cxj4yz_di" bpmnElement="SequenceFlow_1cxj4yz">
588         <di:waypoint xsi:type="dc:Point" x="534" y="1005" />
589         <di:waypoint xsi:type="dc:Point" x="616" y="1005" />
590         <bpmndi:BPMNLabel>
591           <dc:Bounds x="575" y="980" width="0" height="0" />
592         </bpmndi:BPMNLabel>
593       </bpmndi:BPMNEdge>
594       <bpmndi:BPMNShape id="IntermediateCatchEvent_1f4tse6_di" bpmnElement="IntermediateCatchEvent_1f4tse6">
595         <dc:Bounds x="946" y="527" width="36" height="36" />
596         <bpmndi:BPMNLabel>
597           <dc:Bounds x="933" y="492" width="61" height="48" />
598         </bpmndi:BPMNLabel>
599       </bpmndi:BPMNShape>
600       <bpmndi:BPMNEdge id="SequenceFlow_0ec9eiq_di" bpmnElement="SequenceFlow_0ec9eiq">
601         <di:waypoint xsi:type="dc:Point" x="982" y="545" />
602         <di:waypoint xsi:type="dc:Point" x="1140" y="545" />
603         <bpmndi:BPMNLabel>
604           <dc:Bounds x="1061" y="524" width="0" height="12" />
605         </bpmndi:BPMNLabel>
606       </bpmndi:BPMNEdge>
607       <bpmndi:BPMNEdge id="SequenceFlow_1a2mcyk_di" bpmnElement="SequenceFlow_1a2mcyk">
608         <di:waypoint xsi:type="dc:Point" x="341" y="240" />
609         <di:waypoint xsi:type="dc:Point" x="506" y="240" />
610         <bpmndi:BPMNLabel>
611           <dc:Bounds x="423.5" y="219" width="0" height="12" />
612         </bpmndi:BPMNLabel>
613       </bpmndi:BPMNEdge>
614       <bpmndi:BPMNShape id="ScriptTask_0m6hxaw_di" bpmnElement="GetAAIServiceInstance">
615         <dc:Bounds x="241" y="200" width="100" height="80" />
616       </bpmndi:BPMNShape>
617       <bpmndi:BPMNShape id="ScriptTask_0m8m8j1_di" bpmnElement="GetAAIParentSI">
618         <dc:Bounds x="843" y="199" width="100" height="80" />
619       </bpmndi:BPMNShape>
620     </bpmndi:BPMNPlane>
621   </bpmndi:BPMNDiagram>
622 </bpmn2:definitions>