blob: d7d45613648e2fc69186b84b737711837f90e439 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?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.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="CreateVnfInfra" name="CreateVnfInfra" 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.infrastructure.scripts.*
12CreateVnfInfra createVnf = new CreateVnfInfra()
13createVnf.preProcessRequest(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="initialization" targetRef="sendResponse" />
16 <bpmn2:scriptTask id="sendResponse" name="Send Sync Response" scriptFormat="groovy">
17 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
18 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
19 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
20CreateVnfInfra createVnf = new CreateVnfInfra()
21createVnf.sendSyncResponse(execution)]]></bpmn2:script>
22 </bpmn2:scriptTask>
23 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendResponse" targetRef="QueryCatalogDB" />
24 <bpmn2:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
25 <bpmn2:extensionElements>
26 <camunda:in source="CREVI_requestId" target="msoRequestId" />
27 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
28 <camunda:in source="CREVI_serviceInstanceId" target="serviceInstanceId" />
29 <camunda:in source="CREVI_suppressRollback" target="disableRollback" />
30 <camunda:in source="CREVI_vnfModelInfo" target="vnfModelInfo" />
31 <camunda:in source="CREVI_vnfType" target="vnfType" />
32 <camunda:in source="CREVI_vnfName" target="vnfName" />
33 <camunda:in source="CREVI_vnfId" target="vnfId" />
34 <camunda:in source="CREVI_serviceId" target="productFamilyId" />
35 <camunda:in source="CREVI_vnfInputParameters" target="vnfInputParameters" />
36 <camunda:out source="vnfId" target="CREVI_vnfId" />
37 <camunda:out source="vnfOutputParameters" target="CREVI_vnfOutputParameters" />
38 <camunda:out source="WorkflowException" target="WorkflowException" />
39 <camunda:in source="CREVI_lcpCloudRegionId" target="lcpCloudRegionId" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -040040 <camunda:in source="CREVI_cloudOwner" target="cloudOwner" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040041 <camunda:in source="CREVI_tenantId" target="tenandId" />
42 <camunda:in source="CREVI_vnfResourceDecomposition" target="vnfResourceDecomposition" />
43 </bpmn2:extensionElements>
44 <bpmn2:incoming>SequenceFlow_0ed0uiq</bpmn2:incoming>
45 <bpmn2:outgoing>SequenceFlow_0w0m5fr</bpmn2:outgoing>
46 </bpmn2:callActivity>
47 <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
48 <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
49 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
50 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
51 <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.utils.*
52ExceptionUtil exceptionUtil = new ExceptionUtil()
53exceptionUtil.processJavaException(execution)]]></bpmn2:script>
54 </bpmn2:scriptTask>
55 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
56 <bpmn2:endEvent id="EndEvent_4">
57 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
58 </bpmn2:endEvent>
59 <bpmn2:startEvent id="StartEvent_2">
60 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
61 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
62 </bpmn2:startEvent>
63 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
64 </bpmn2:subProcess>
65 <bpmn2:subProcess id="bpmnErrorHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">
66 <bpmn2:callActivity id="callFalloutHandler" name="Call&#10;&#10;FalloutHandler" calledElement="FalloutHandler">
67 <bpmn2:extensionElements>
68 <camunda:in source="CREVI_falloutRequest" target="FalloutHandlerRequest" />
69 <camunda:in source="CREVI_requestId" target="requestId" />
70 <camunda:in source="CREVI_serviceInstanceId" target="serviceInstanceId" />
71 </bpmn2:extensionElements>
72 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
73 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
74 </bpmn2:callActivity>
75 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="callFalloutHandler" targetRef="EndEvent_5" />
76 <bpmn2:scriptTask id="processError" name="Process Error" scriptFormat="groovy">
77 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
78 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
79 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
80
81CreateVnfInfra createVnf = new CreateVnfInfra()
82createVnf.prepareFalloutRequest(execution)]]></bpmn2:script>
83 </bpmn2:scriptTask>
84 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="processError" targetRef="callFalloutHandler" />
85 <bpmn2:endEvent id="EndEvent_5">
86 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
87 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_34" />
88 </bpmn2:endEvent>
89 <bpmn2:scriptTask id="sendErrorResponse" name="Send Error Response" scriptFormat="groovy">
90 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
91 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
92 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
93CreateVnfInfra createVnf = new CreateVnfInfra()
94createVnf.sendErrorResponse(execution)]]></bpmn2:script>
95 </bpmn2:scriptTask>
96 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="sendErrorResponse" targetRef="processError" />
97 <bpmn2:startEvent id="StartEvent_3">
98 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
99 <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
100 </bpmn2:startEvent>
101 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="StartEvent_3" targetRef="sendErrorResponse" />
102 </bpmn2:subProcess>
103 <bpmn2:scriptTask id="postProcess" name="Prepare Completion Handler" scriptFormat="groovy">
104 <bpmn2:incoming>SequenceFlow_01mjjk3</bpmn2:incoming>
105 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
106 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
107CreateVnfInfra createVnf = new CreateVnfInfra()
108createVnf.prepareCompletionHandlerRequest(execution)]]></bpmn2:script>
109 </bpmn2:scriptTask>
110 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="postProcess" targetRef="callCompletionHandler" />
111 <bpmn2:endEvent id="EndEvent_3">
112 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
113 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
114 </bpmn2:endEvent>
115 <bpmn2:callActivity id="callCompletionHandler" name="Completion&#10;&#10;Handler" calledElement="CompleteMsoProcess">
116 <bpmn2:extensionElements>
117 <camunda:in source="CREVI_completionHandlerRequest" target="CompleteMsoProcessRequest" />
118 <camunda:in source="CREVI_requestId" target="mso-request-id" />
119 <camunda:in source="CREVI_serviceInstanceId" target="mso-service-instance-id" />
120 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
121 </bpmn2:extensionElements>
122 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
123 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
124 </bpmn2:callActivity>
125 <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="callCompletionHandler" targetRef="EndEvent_3" />
126 <bpmn2:sequenceFlow id="SequenceFlow_0ed0uiq" sourceRef="QueryCatalogDB" targetRef="CreateVNF" />
127 <bpmn2:scriptTask id="QueryCatalogDB" name="Query Catalog DB" scriptFormat="groovy">
128 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
129 <bpmn2:outgoing>SequenceFlow_0ed0uiq</bpmn2:outgoing>
130 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
131CreateVnfInfra createVnf = new CreateVnfInfra()
132createVnf.queryCatalogDB(execution)]]></bpmn2:script>
133 </bpmn2:scriptTask>
134 <bpmn2:sequenceFlow id="SequenceFlow_0w0m5fr" sourceRef="CreateVNF" targetRef="Task_1gmhhag" />
135 <bpmn2:sequenceFlow id="SequenceFlow_0s4i7px" sourceRef="Task_1gmhhag" targetRef="Task_1307onz" />
136 <bpmn2:sequenceFlow id="SequenceFlow_01mjjk3" sourceRef="Task_1307onz" targetRef="postProcess" />
137 <bpmn2:scriptTask id="Task_1gmhhag" name="Create Platform" scriptFormat="groovy">
138 <bpmn2:incoming>SequenceFlow_0w0m5fr</bpmn2:incoming>
139 <bpmn2:outgoing>SequenceFlow_0s4i7px</bpmn2:outgoing>
140 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
141CreateVnfInfra createVnf = new CreateVnfInfra()
142createVnf.createPlatform(execution)]]></bpmn2:script>
143 </bpmn2:scriptTask>
144 <bpmn2:scriptTask id="Task_1307onz" name="Create Line-of-Business" scriptFormat="groovy">
145 <bpmn2:incoming>SequenceFlow_0s4i7px</bpmn2:incoming>
146 <bpmn2:outgoing>SequenceFlow_01mjjk3</bpmn2:outgoing>
147 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
148CreateVnfInfra createVnf = new CreateVnfInfra()
149createVnf.createLineOfBusiness(execution)]]></bpmn2:script>
150 </bpmn2:scriptTask>
151 </bpmn2:process>
152 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
153 <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
154 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
155 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVnfInfra">
156 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
157 <dc:Bounds x="96" y="222" width="36" height="36" />
158 <bpmndi:BPMNLabel>
159 <dc:Bounds x="114" y="263" width="0" height="0" />
160 </bpmndi:BPMNLabel>
161 </bpmndi:BPMNShape>
162 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
163 <dc:Bounds x="216" y="200" width="100" height="80" />
164 </bpmndi:BPMNShape>
165 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
166 <di:waypoint xsi:type="dc:Point" x="132" y="240" />
167 <di:waypoint xsi:type="dc:Point" x="216" y="240" />
168 <bpmndi:BPMNLabel>
169 <dc:Bounds x="165" y="240" width="6" height="6" />
170 </bpmndi:BPMNLabel>
171 </bpmndi:BPMNEdge>
172 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_286" bpmnElement="sendResponse">
173 <dc:Bounds x="341" y="200" width="100" height="80" />
174 </bpmndi:BPMNShape>
175 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285" targetElement="_BPMNShape_ScriptTask_286">
176 <di:waypoint xsi:type="dc:Point" x="316" y="240" />
177 <di:waypoint xsi:type="dc:Point" x="341" y="240" />
178 <bpmndi:BPMNLabel>
179 <dc:Bounds x="329" y="225" width="0" height="0" />
180 </bpmndi:BPMNLabel>
181 </bpmndi:BPMNEdge>
182 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_59" bpmnElement="CreateVNF">
183 <dc:Bounds x="618" y="200" width="100" height="80" />
184 </bpmndi:BPMNShape>
185 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_286" targetElement="_BPMNShape_CallActivity_59">
186 <di:waypoint xsi:type="dc:Point" x="441" y="240" />
187 <di:waypoint xsi:type="dc:Point" x="478" y="240" />
188 <bpmndi:BPMNLabel>
189 <dc:Bounds x="460" y="225" width="0" height="0" />
190 </bpmndi:BPMNLabel>
191 </bpmndi:BPMNEdge>
192 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
193 <dc:Bounds x="1340" y="222" width="36" height="36" />
194 <bpmndi:BPMNLabel>
195 <dc:Bounds x="1313" y="263" width="90" height="0" />
196 </bpmndi:BPMNLabel>
197 </bpmndi:BPMNShape>
198 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
199 <dc:Bounds x="253" y="696" width="313" height="169" />
200 </bpmndi:BPMNShape>
201 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
202 <dc:Bounds x="277" y="763" width="36" height="36" />
203 <bpmndi:BPMNLabel>
204 <dc:Bounds x="295" y="804" width="0" height="0" />
205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNShape>
207 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
208 <dc:Bounds x="360" y="741" width="100" height="80" />
209 </bpmndi:BPMNShape>
210 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
211 <dc:Bounds x="505" y="763" width="36" height="36" />
212 <bpmndi:BPMNLabel>
213 <dc:Bounds x="523" y="804" width="0" height="0" />
214 </bpmndi:BPMNLabel>
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
217 <di:waypoint xsi:type="dc:Point" x="313" y="781" />
218 <di:waypoint xsi:type="dc:Point" x="360" y="781" />
219 <bpmndi:BPMNLabel>
220 <dc:Bounds x="331" y="781" width="6" height="6" />
221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNEdge>
223 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
224 <di:waypoint xsi:type="dc:Point" x="460" y="781" />
225 <di:waypoint xsi:type="dc:Point" x="505" y="781" />
226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="477" y="781" width="6" height="6" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_33" bpmnElement="bpmnErrorHandlingSubProcess" isExpanded="true">
231 <dc:Bounds x="109" y="433" width="601" height="232" />
232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_77" bpmnElement="StartEvent_3">
234 <dc:Bounds x="133" y="532" width="36" height="36" />
235 <bpmndi:BPMNLabel>
236 <dc:Bounds x="151" y="573" width="0" height="0" />
237 </bpmndi:BPMNLabel>
238 </bpmndi:BPMNShape>
239 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_5">
240 <dc:Bounds x="649" y="532" width="36" height="36" />
241 <bpmndi:BPMNLabel>
242 <dc:Bounds x="667" y="573" width="0" height="0" />
243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNShape>
245 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_62" bpmnElement="callFalloutHandler">
246 <dc:Bounds x="493" y="510" width="100" height="80" />
247 </bpmndi:BPMNShape>
248 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_309" bpmnElement="processError">
249 <dc:Bounds x="361" y="510" width="100" height="80" />
250 </bpmndi:BPMNShape>
251 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_77" targetElement="_BPMNShape_ScriptTask_312">
252 <di:waypoint xsi:type="dc:Point" x="169" y="550" />
253 <di:waypoint xsi:type="dc:Point" x="229" y="550" />
254 <bpmndi:BPMNLabel>
255 <dc:Bounds x="172" y="550" width="6" height="6" />
256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNEdge>
258 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_309" targetElement="_BPMNShape_CallActivity_62">
259 <di:waypoint xsi:type="dc:Point" x="461" y="550" />
260 <di:waypoint xsi:type="dc:Point" x="493" y="550" />
261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="486" y="550" width="6" height="6" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNEdge>
265 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_62" targetElement="_BPMNShape_EndEvent_235">
266 <di:waypoint xsi:type="dc:Point" x="593" y="550" />
267 <di:waypoint xsi:type="dc:Point" x="649" y="550" />
268 <bpmndi:BPMNLabel>
269 <dc:Bounds x="618" y="550" width="6" height="6" />
270 </bpmndi:BPMNLabel>
271 </bpmndi:BPMNEdge>
272 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="sendErrorResponse">
273 <dc:Bounds x="229" y="510" width="100" height="80" />
274 </bpmndi:BPMNShape>
275 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_ScriptTask_309">
276 <di:waypoint xsi:type="dc:Point" x="329" y="550" />
277 <di:waypoint xsi:type="dc:Point" x="361" y="550" />
278 <bpmndi:BPMNLabel>
279 <dc:Bounds x="342" y="550" width="6" height="6" />
280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_325" bpmnElement="postProcess">
283 <dc:Bounds x="1042" y="200" width="100" height="80" />
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_325" targetElement="_BPMNShape_CallActivity_69">
286 <di:waypoint xsi:type="dc:Point" x="1142" y="240" />
287 <di:waypoint xsi:type="dc:Point" x="1192" y="240" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="1122" y="225" width="90" height="0" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_69" bpmnElement="callCompletionHandler">
293 <dc:Bounds x="1192" y="200" width="100" height="80" />
294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_CallActivity_69" targetElement="_BPMNShape_EndEvent_228">
296 <di:waypoint xsi:type="dc:Point" x="1292" y="240" />
297 <di:waypoint xsi:type="dc:Point" x="1340" y="240" />
298 <bpmndi:BPMNLabel>
299 <dc:Bounds x="1271" y="225" width="90" height="0" />
300 </bpmndi:BPMNLabel>
301 </bpmndi:BPMNEdge>
302 <bpmndi:BPMNEdge id="SequenceFlow_0ed0uiq_di" bpmnElement="SequenceFlow_0ed0uiq">
303 <di:waypoint xsi:type="dc:Point" x="578" y="240" />
304 <di:waypoint xsi:type="dc:Point" x="618" y="240" />
305 <bpmndi:BPMNLabel>
306 <dc:Bounds x="598" y="225" width="0" height="0" />
307 </bpmndi:BPMNLabel>
308 </bpmndi:BPMNEdge>
309 <bpmndi:BPMNShape id="ScriptTask_0z4xe39_di" bpmnElement="QueryCatalogDB">
310 <dc:Bounds x="478" y="200" width="100" height="80" />
311 </bpmndi:BPMNShape>
312 <bpmndi:BPMNEdge id="SequenceFlow_0w0m5fr_di" bpmnElement="SequenceFlow_0w0m5fr">
313 <di:waypoint xsi:type="dc:Point" x="718" y="240" />
314 <di:waypoint xsi:type="dc:Point" x="757" y="240" />
315 <bpmndi:BPMNLabel>
316 <dc:Bounds x="737.5" y="219" width="0" height="12" />
317 </bpmndi:BPMNLabel>
318 </bpmndi:BPMNEdge>
319 <bpmndi:BPMNEdge id="SequenceFlow_0s4i7px_di" bpmnElement="SequenceFlow_0s4i7px">
320 <di:waypoint xsi:type="dc:Point" x="857" y="240" />
321 <di:waypoint xsi:type="dc:Point" x="889" y="240" />
322 <bpmndi:BPMNLabel>
323 <dc:Bounds x="873" y="219" width="0" height="12" />
324 </bpmndi:BPMNLabel>
325 </bpmndi:BPMNEdge>
326 <bpmndi:BPMNEdge id="SequenceFlow_01mjjk3_di" bpmnElement="SequenceFlow_01mjjk3">
327 <di:waypoint xsi:type="dc:Point" x="989" y="240" />
328 <di:waypoint xsi:type="dc:Point" x="1042" y="240" />
329 <bpmndi:BPMNLabel>
330 <dc:Bounds x="1015.5" y="219" width="0" height="12" />
331 </bpmndi:BPMNLabel>
332 </bpmndi:BPMNEdge>
333 <bpmndi:BPMNShape id="ScriptTask_1wah48v_di" bpmnElement="Task_1gmhhag">
334 <dc:Bounds x="757" y="200" width="100" height="80" />
335 </bpmndi:BPMNShape>
336 <bpmndi:BPMNShape id="ScriptTask_0fy16oq_di" bpmnElement="Task_1307onz">
337 <dc:Bounds x="889" y="200" width="100" height="80" />
338 </bpmndi:BPMNShape>
339 </bpmndi:BPMNPlane>
340 </bpmndi:BPMNDiagram>
341</bpmn2:definitions>