blob: 441e684b89ef311cc2f4ad65ea3ce4ae4c44e106 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Rob Daugherty38f72072018-03-14 02:07:32 -04002<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">
xg353yb6b7bef2017-04-11 13:30:42 +02003 <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.openecomp.mso.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.openecomp.mso.bpmn.infrastructure.scripts.*
20CreateVnfInfra createVnf = new CreateVnfInfra()
21createVnf.sendSyncResponse(execution)]]></bpmn2:script>
22 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040023 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendResponse" targetRef="QueryCatalogDB" />
xg353yb6b7bef2017-04-11 13:30:42 +020024 <bpmn2:callActivity id="CreateVNF" name="Create VNF" calledElement="DoCreateVnf">
25 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070026 <camunda:in source="CREVI_requestId" target="msoRequestId" />
xg353yb6b7bef2017-04-11 13:30:42 +020027 <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" />
xg353yb6b7bef2017-04-11 13:30:42 +020034 <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" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070039 <camunda:in source="CREVI_lcpCloudRegionId" target="lcpCloudRegionId" />
40 <camunda:in source="CREVI_tenantId" target="tenandId" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040041 <camunda:in source="CREVI_vnfResourceDecomposition" target="vnfResourceDecomposition" />
xg353yb6b7bef2017-04-11 13:30:42 +020042 </bpmn2:extensionElements>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040043 <bpmn2:incoming>SequenceFlow_0ed0uiq</bpmn2:incoming>
Rob Daugherty38f72072018-03-14 02:07:32 -040044 <bpmn2:outgoing>SequenceFlow_0w0m5fr</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020045 </bpmn2:callActivity>
46 <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
47 <bpmn2:scriptTask id="processJavaError" name="Process Error" scriptFormat="groovy">
48 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
49 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040050 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.utils.*
xg353yb6b7bef2017-04-11 13:30:42 +020051ExceptionUtil exceptionUtil = new ExceptionUtil()
52exceptionUtil.processJavaException(execution)]]></bpmn2:script>
53 </bpmn2:scriptTask>
54 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="processJavaError" targetRef="EndEvent_4" />
55 <bpmn2:endEvent id="EndEvent_4">
56 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
57 </bpmn2:endEvent>
58 <bpmn2:startEvent id="StartEvent_2">
59 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
60 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" />
61 </bpmn2:startEvent>
62 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_2" targetRef="processJavaError" />
63 </bpmn2:subProcess>
64 <bpmn2:subProcess id="bpmnErrorHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -040065 <bpmn2:callActivity id="callFalloutHandler" name="Call&#10;&#10;FalloutHandler" calledElement="FalloutHandler">
xg353yb6b7bef2017-04-11 13:30:42 +020066 <bpmn2:extensionElements>
67 <camunda:in source="CREVI_falloutRequest" target="FalloutHandlerRequest" />
68 <camunda:in source="CREVI_requestId" target="requestId" />
69 <camunda:in source="CREVI_serviceInstanceId" target="serviceInstanceId" />
70 </bpmn2:extensionElements>
71 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
72 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
73 </bpmn2:callActivity>
74 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="callFalloutHandler" targetRef="EndEvent_5" />
75 <bpmn2:scriptTask id="processError" name="Process Error" scriptFormat="groovy">
76 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
77 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
78 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
79
80CreateVnfInfra createVnf = new CreateVnfInfra()
81createVnf.prepareFalloutRequest(execution)]]></bpmn2:script>
82 </bpmn2:scriptTask>
83 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="processError" targetRef="callFalloutHandler" />
84 <bpmn2:endEvent id="EndEvent_5">
85 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
86 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_34" />
87 </bpmn2:endEvent>
88 <bpmn2:scriptTask id="sendErrorResponse" name="Send Error Response" scriptFormat="groovy">
89 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
90 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
91 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
92CreateVnfInfra createVnf = new CreateVnfInfra()
93createVnf.sendErrorResponse(execution)]]></bpmn2:script>
94 </bpmn2:scriptTask>
95 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="sendErrorResponse" targetRef="processError" />
96 <bpmn2:startEvent id="StartEvent_3">
97 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
98 <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
99 </bpmn2:startEvent>
100 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="StartEvent_3" targetRef="sendErrorResponse" />
101 </bpmn2:subProcess>
102 <bpmn2:scriptTask id="postProcess" name="Prepare Completion Handler" scriptFormat="groovy">
Rob Daugherty38f72072018-03-14 02:07:32 -0400103 <bpmn2:incoming>SequenceFlow_01mjjk3</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200104 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
105 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
106CreateVnfInfra createVnf = new CreateVnfInfra()
107createVnf.prepareCompletionHandlerRequest(execution)]]></bpmn2:script>
108 </bpmn2:scriptTask>
109 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="postProcess" targetRef="callCompletionHandler" />
110 <bpmn2:endEvent id="EndEvent_3">
111 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
112 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
113 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400114 <bpmn2:callActivity id="callCompletionHandler" name="Completion&#10;&#10;Handler" calledElement="CompleteMsoProcess">
xg353yb6b7bef2017-04-11 13:30:42 +0200115 <bpmn2:extensionElements>
116 <camunda:in source="CREVI_completionHandlerRequest" target="CompleteMsoProcessRequest" />
117 <camunda:in source="CREVI_requestId" target="mso-request-id" />
118 <camunda:in source="CREVI_serviceInstanceId" target="mso-service-instance-id" />
119 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
120 </bpmn2:extensionElements>
121 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
122 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
123 </bpmn2:callActivity>
124 <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="callCompletionHandler" targetRef="EndEvent_3" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400125 <bpmn2:sequenceFlow id="SequenceFlow_0ed0uiq" sourceRef="QueryCatalogDB" targetRef="CreateVNF" />
126 <bpmn2:scriptTask id="QueryCatalogDB" name="Query Catalog DB" scriptFormat="groovy">
127 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
128 <bpmn2:outgoing>SequenceFlow_0ed0uiq</bpmn2:outgoing>
129 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
130CreateVnfInfra createVnf = new CreateVnfInfra()
131createVnf.queryCatalogDB(execution)]]></bpmn2:script>
132 </bpmn2:scriptTask>
Rob Daugherty38f72072018-03-14 02:07:32 -0400133 <bpmn2:sequenceFlow id="SequenceFlow_0w0m5fr" sourceRef="CreateVNF" targetRef="Task_1gmhhag" />
134 <bpmn2:sequenceFlow id="SequenceFlow_0s4i7px" sourceRef="Task_1gmhhag" targetRef="Task_1307onz" />
135 <bpmn2:sequenceFlow id="SequenceFlow_01mjjk3" sourceRef="Task_1307onz" targetRef="postProcess" />
136 <bpmn2:scriptTask id="Task_1gmhhag" name="Create Platform" scriptFormat="groovy">
137 <bpmn2:incoming>SequenceFlow_0w0m5fr</bpmn2:incoming>
138 <bpmn2:outgoing>SequenceFlow_0s4i7px</bpmn2:outgoing>
139 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
140CreateVnfInfra createVnf = new CreateVnfInfra()
141createVnf.createPlatform(execution)]]></bpmn2:script>
142 </bpmn2:scriptTask>
143 <bpmn2:scriptTask id="Task_1307onz" name="Create Line-of-Business" scriptFormat="groovy">
144 <bpmn2:incoming>SequenceFlow_0s4i7px</bpmn2:incoming>
145 <bpmn2:outgoing>SequenceFlow_01mjjk3</bpmn2:outgoing>
146 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
147CreateVnfInfra createVnf = new CreateVnfInfra()
148createVnf.createLineOfBusiness(execution)]]></bpmn2:script>
149 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200150 </bpmn2:process>
151 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
152 <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
153 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
154 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVnfInfra">
155 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
156 <dc:Bounds x="96" y="222" width="36" height="36" />
157 <bpmndi:BPMNLabel>
158 <dc:Bounds x="114" y="263" width="0" height="0" />
159 </bpmndi:BPMNLabel>
160 </bpmndi:BPMNShape>
161 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
162 <dc:Bounds x="216" y="200" width="100" height="80" />
163 </bpmndi:BPMNShape>
164 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
165 <di:waypoint xsi:type="dc:Point" x="132" y="240" />
166 <di:waypoint xsi:type="dc:Point" x="216" y="240" />
167 <bpmndi:BPMNLabel>
168 <dc:Bounds x="165" y="240" width="6" height="6" />
169 </bpmndi:BPMNLabel>
170 </bpmndi:BPMNEdge>
171 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_286" bpmnElement="sendResponse">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400172 <dc:Bounds x="341" y="200" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200173 </bpmndi:BPMNShape>
174 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_285" targetElement="_BPMNShape_ScriptTask_286">
175 <di:waypoint xsi:type="dc:Point" x="316" y="240" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400176 <di:waypoint xsi:type="dc:Point" x="341" y="240" />
xg353yb6b7bef2017-04-11 13:30:42 +0200177 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400178 <dc:Bounds x="329" y="225" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200179 </bpmndi:BPMNLabel>
180 </bpmndi:BPMNEdge>
181 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_59" bpmnElement="CreateVNF">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400182 <dc:Bounds x="618" y="200" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200183 </bpmndi:BPMNShape>
184 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_286" targetElement="_BPMNShape_CallActivity_59">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400185 <di:waypoint xsi:type="dc:Point" x="441" y="240" />
186 <di:waypoint xsi:type="dc:Point" x="478" y="240" />
xg353yb6b7bef2017-04-11 13:30:42 +0200187 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400188 <dc:Bounds x="460" y="225" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200189 </bpmndi:BPMNLabel>
190 </bpmndi:BPMNEdge>
191 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
Rob Daugherty38f72072018-03-14 02:07:32 -0400192 <dc:Bounds x="1340" y="222" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200193 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400194 <dc:Bounds x="1313" y="263" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200195 </bpmndi:BPMNLabel>
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_32" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
198 <dc:Bounds x="253" y="696" width="313" height="169" />
199 </bpmndi:BPMNShape>
200 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_76" bpmnElement="StartEvent_2">
201 <dc:Bounds x="277" y="763" width="36" height="36" />
202 <bpmndi:BPMNLabel>
203 <dc:Bounds x="295" y="804" width="0" height="0" />
204 </bpmndi:BPMNLabel>
205 </bpmndi:BPMNShape>
206 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="processJavaError">
207 <dc:Bounds x="360" y="741" width="100" height="80" />
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_4">
210 <dc:Bounds x="505" y="763" width="36" height="36" />
211 <bpmndi:BPMNLabel>
212 <dc:Bounds x="523" y="804" width="0" height="0" />
213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_76" targetElement="_BPMNShape_ScriptTask_308">
216 <di:waypoint xsi:type="dc:Point" x="313" y="781" />
217 <di:waypoint xsi:type="dc:Point" x="360" y="781" />
218 <bpmndi:BPMNLabel>
219 <dc:Bounds x="331" y="781" width="6" height="6" />
220 </bpmndi:BPMNLabel>
221 </bpmndi:BPMNEdge>
222 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_EndEvent_234">
223 <di:waypoint xsi:type="dc:Point" x="460" y="781" />
224 <di:waypoint xsi:type="dc:Point" x="505" y="781" />
225 <bpmndi:BPMNLabel>
226 <dc:Bounds x="477" y="781" width="6" height="6" />
227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNEdge>
229 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_33" bpmnElement="bpmnErrorHandlingSubProcess" isExpanded="true">
230 <dc:Bounds x="109" y="433" width="601" height="232" />
231 </bpmndi:BPMNShape>
232 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_77" bpmnElement="StartEvent_3">
233 <dc:Bounds x="133" y="532" width="36" height="36" />
234 <bpmndi:BPMNLabel>
235 <dc:Bounds x="151" y="573" width="0" height="0" />
236 </bpmndi:BPMNLabel>
237 </bpmndi:BPMNShape>
238 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_5">
239 <dc:Bounds x="649" y="532" width="36" height="36" />
240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="667" y="573" width="0" height="0" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNShape>
244 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_62" bpmnElement="callFalloutHandler">
245 <dc:Bounds x="493" y="510" width="100" height="80" />
246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_309" bpmnElement="processError">
248 <dc:Bounds x="361" y="510" width="100" height="80" />
249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_77" targetElement="_BPMNShape_ScriptTask_312">
251 <di:waypoint xsi:type="dc:Point" x="169" y="550" />
252 <di:waypoint xsi:type="dc:Point" x="229" y="550" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="172" y="550" width="6" height="6" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_309" targetElement="_BPMNShape_CallActivity_62">
258 <di:waypoint xsi:type="dc:Point" x="461" y="550" />
259 <di:waypoint xsi:type="dc:Point" x="493" y="550" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="486" y="550" width="6" height="6" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_62" targetElement="_BPMNShape_EndEvent_235">
265 <di:waypoint xsi:type="dc:Point" x="593" y="550" />
266 <di:waypoint xsi:type="dc:Point" x="649" y="550" />
267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="618" y="550" width="6" height="6" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
271 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="sendErrorResponse">
272 <dc:Bounds x="229" y="510" width="100" height="80" />
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_ScriptTask_309">
275 <di:waypoint xsi:type="dc:Point" x="329" y="550" />
276 <di:waypoint xsi:type="dc:Point" x="361" y="550" />
277 <bpmndi:BPMNLabel>
278 <dc:Bounds x="342" y="550" width="6" height="6" />
279 </bpmndi:BPMNLabel>
280 </bpmndi:BPMNEdge>
281 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_325" bpmnElement="postProcess">
Rob Daugherty38f72072018-03-14 02:07:32 -0400282 <dc:Bounds x="1042" y="200" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200283 </bpmndi:BPMNShape>
284 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_325" targetElement="_BPMNShape_CallActivity_69">
Rob Daugherty38f72072018-03-14 02:07:32 -0400285 <di:waypoint xsi:type="dc:Point" x="1142" y="240" />
286 <di:waypoint xsi:type="dc:Point" x="1192" y="240" />
xg353yb6b7bef2017-04-11 13:30:42 +0200287 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400288 <dc:Bounds x="1122" y="225" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200289 </bpmndi:BPMNLabel>
290 </bpmndi:BPMNEdge>
291 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_69" bpmnElement="callCompletionHandler">
Rob Daugherty38f72072018-03-14 02:07:32 -0400292 <dc:Bounds x="1192" y="200" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_CallActivity_69" targetElement="_BPMNShape_EndEvent_228">
Rob Daugherty38f72072018-03-14 02:07:32 -0400295 <di:waypoint xsi:type="dc:Point" x="1292" y="240" />
296 <di:waypoint xsi:type="dc:Point" x="1340" y="240" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 <bpmndi:BPMNLabel>
Rob Daugherty38f72072018-03-14 02:07:32 -0400298 <dc:Bounds x="1271" y="225" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400301 <bpmndi:BPMNEdge id="SequenceFlow_0ed0uiq_di" bpmnElement="SequenceFlow_0ed0uiq">
302 <di:waypoint xsi:type="dc:Point" x="578" y="240" />
303 <di:waypoint xsi:type="dc:Point" x="618" y="240" />
304 <bpmndi:BPMNLabel>
305 <dc:Bounds x="598" y="225" width="0" height="0" />
306 </bpmndi:BPMNLabel>
307 </bpmndi:BPMNEdge>
308 <bpmndi:BPMNShape id="ScriptTask_0z4xe39_di" bpmnElement="QueryCatalogDB">
309 <dc:Bounds x="478" y="200" width="100" height="80" />
310 </bpmndi:BPMNShape>
Rob Daugherty38f72072018-03-14 02:07:32 -0400311 <bpmndi:BPMNEdge id="SequenceFlow_0w0m5fr_di" bpmnElement="SequenceFlow_0w0m5fr">
312 <di:waypoint xsi:type="dc:Point" x="718" y="240" />
313 <di:waypoint xsi:type="dc:Point" x="757" y="240" />
314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="737.5" y="219" width="0" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
318 <bpmndi:BPMNEdge id="SequenceFlow_0s4i7px_di" bpmnElement="SequenceFlow_0s4i7px">
319 <di:waypoint xsi:type="dc:Point" x="857" y="240" />
320 <di:waypoint xsi:type="dc:Point" x="889" y="240" />
321 <bpmndi:BPMNLabel>
322 <dc:Bounds x="873" y="219" width="0" height="12" />
323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNEdge id="SequenceFlow_01mjjk3_di" bpmnElement="SequenceFlow_01mjjk3">
326 <di:waypoint xsi:type="dc:Point" x="989" y="240" />
327 <di:waypoint xsi:type="dc:Point" x="1042" y="240" />
328 <bpmndi:BPMNLabel>
329 <dc:Bounds x="1015.5" y="219" width="0" height="12" />
330 </bpmndi:BPMNLabel>
331 </bpmndi:BPMNEdge>
332 <bpmndi:BPMNShape id="ScriptTask_1wah48v_di" bpmnElement="Task_1gmhhag">
333 <dc:Bounds x="757" y="200" width="100" height="80" />
334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNShape id="ScriptTask_0fy16oq_di" bpmnElement="Task_1307onz">
336 <dc:Bounds x="889" y="200" width="100" height="80" />
337 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200338 </bpmndi:BPMNPlane>
339 </bpmndi:BPMNDiagram>
340</bpmn2:definitions>