blob: a5fadcf14ba532c3e027b714bf4db5dd2e6d9298 [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="_MagIIMOUEeW8asg-vCEgWQ" 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="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" isExecutable="true">
4 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming>
9 <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing>
10 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11def dcsi = new DoCreateE2EServiceInstance()
12dcsi.preProcessRequest(execution)
13]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" />
16 <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
17 <bpmn2:extensionElements>
18 <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
19 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
20 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
21 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
22 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
23 <camunda:out source="WorkflowException" target="WorkflowException" />
24 <camunda:in source="serviceType" target="GENGS_serviceType" />
25 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
26 </bpmn2:extensionElements>
27 <bpmn2:incoming>SequenceFlow_1i7t9hq</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
29 </bpmn2:callActivity>
30 <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
31 <bpmn2:extensionElements>
32 <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
33 <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
34 <camunda:in source="serviceType" target="GENPS_serviceType" />
35 <camunda:in sourceExpression="service-instance" target="GENPS_type" />
36 <camunda:in source="serviceInstanceData" target="GENPS_payload" />
37 <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
38 <camunda:in source="msoRequestId" target="GENPS_requesId" />
39 <camunda:out source="WorkflowException" target="WorkflowException" />
40 </bpmn2:extensionElements>
41 <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
42 <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
43 </bpmn2:callActivity>
44 <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
45 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
46 <bpmn2:startEvent id="StartEvent_0yljq9y">
47 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
48 <bpmn2:errorEventDefinition />
49 </bpmn2:startEvent>
50 <bpmn2:endEvent id="EndEvent_117lkk3">
51 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
52 </bpmn2:endEvent>
53 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
54 <bpmn2:extensionElements>
55 <camunda:in source="msoRequestId" target="mso-request-id" />
56 <camunda:in source="rollbackData" target="rollbackData" />
57 <camunda:out source="rolledBack" target="rolledBack" />
58 <camunda:in source="disableRollback" target="disableRollback" />
59 <camunda:out source="rollbackError" target="rollbackErrror" />
60 </bpmn2:extensionElements>
61 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
62 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
63 </bpmn2:callActivity>
64 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
65 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
66 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
67 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
68 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
69 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
70def dcsi = new DoCreateE2EServiceInstance()
71dcsi.preProcessRollback(execution)
72]]></bpmn2:script>
73 </bpmn2:scriptTask>
74 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
75 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
76 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
77 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
78 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
79def dcsi = new DoCreateE2EServiceInstance()
80dcsi.postProcessRollback(execution)
81]]></bpmn2:script>
82 </bpmn2:scriptTask>
83 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
84 </bpmn2:subProcess>
85 <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
86 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
87 <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
88 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
89def dcsi = new DoCreateE2EServiceInstance()
90dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
91 </bpmn2:scriptTask>
92 <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" />
93 <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
94 <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
95 <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing>
96 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
97def ddsi = new DoCreateE2EServiceInstance()
98ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
99 </bpmn2:scriptTask>
100 <bpmn2:sequenceFlow id="SequenceFlow_1qctzm0" sourceRef="Task_0uiekmn" targetRef="Task_0raqlqc" />
101 <bpmn2:scriptTask id="Task_0uiekmn" name="Prepare Resource Oper Status" scriptFormat="groovy">
102 <bpmn2:incoming>SequenceFlow_03ebqhf</bpmn2:incoming>
103 <bpmn2:outgoing>SequenceFlow_1qctzm0</bpmn2:outgoing>
104 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
105def ddsi = new DoCreateE2EServiceInstance()
106ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
107 </bpmn2:scriptTask>
108 <bpmn2:serviceTask id="Task_0raqlqc" name="Init Resource Oper Status">
109 <bpmn2:extensionElements>
110 <camunda:connector>
111 <camunda:inputOutput>
112 <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
113 <camunda:inputParameter name="headers">
114 <camunda:map>
115 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
116 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
117 </camunda:map>
118 </camunda:inputParameter>
119 <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
120 <camunda:inputParameter name="method">POST</camunda:inputParameter>
121 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
122 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
123 </camunda:inputOutput>
124 <camunda:connectorId>http-connector</camunda:connectorId>
125 </camunda:connector>
126 </bpmn2:extensionElements>
127 <bpmn2:incoming>SequenceFlow_1qctzm0</bpmn2:incoming>
128 <bpmn2:outgoing>SequenceFlow_13xfsff</bpmn2:outgoing>
129 </bpmn2:serviceTask>
130 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service">
131 <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
132 <bpmn2:linkEventDefinition name="Decompose_Service" />
133 </bpmn2:intermediateThrowEvent>
134 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1mlbhmt" name="GoTo StartService">
135 <bpmn2:incoming>SequenceFlow_012h7yx</bpmn2:incoming>
136 <bpmn2:linkEventDefinition name="StartService" />
137 </bpmn2:intermediateThrowEvent>
138 <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
139 <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming>
140 <bpmn2:outgoing>SequenceFlow_012h7yx</bpmn2:outgoing>
141 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
142def dcsi= new DoCreateE2EServiceInstance()
143dcsi.processDecomposition(execution)]]></bpmn2:script>
144 </bpmn2:scriptTask>
145 <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService">
146 <bpmn2:extensionElements>
147 <camunda:in source="msoRequestId" target="msoRequestId" />
148 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
149 <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
150 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
151 <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
152 <camunda:out source="WorkflowException" target="WorkflowException" />
153 </bpmn2:extensionElements>
154 <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming>
155 <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing>
156 </bpmn2:callActivity>
157 <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
158 <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming>
159 <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing>
160 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
161def dcsi= new DoCreateE2EServiceInstance()
162dcsi.prepareDecomposeService(execution)]]></bpmn2:script>
163 </bpmn2:scriptTask>
164 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service">
165 <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing>
166 <bpmn2:linkEventDefinition name="Decompose_Service" />
167 </bpmn2:intermediateCatchEvent>
168 <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" />
169 <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" />
170 <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
171 <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" />
172 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource">
173 <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming>
174 <bpmn2:linkEventDefinition name="StartPrepareResource" />
175 </bpmn2:intermediateThrowEvent>
176 <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" />
177 <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
178 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0jrb3xu" name="StartService">
179 <bpmn2:outgoing>SequenceFlow_1i7t9hq</bpmn2:outgoing>
180 <bpmn2:linkEventDefinition name="StartService" />
181 </bpmn2:intermediateCatchEvent>
182 <bpmn2:sequenceFlow id="SequenceFlow_1i7t9hq" sourceRef="IntermediateCatchEvent_0jrb3xu" targetRef="CustomE2EGetService" />
183 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
184 <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing>
185 <bpmn2:linkEventDefinition name="StartPrepareResource" />
186 </bpmn2:intermediateCatchEvent>
187 <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="Task_0dqjp43" />
188 <bpmn2:scriptTask id="Task_0ush1g4" name="Call Service OOF" scriptFormat="groovy">
189 <bpmn2:incoming>SequenceFlow_01s0ef2</bpmn2:incoming>
190 <bpmn2:outgoing>SequenceFlow_03ebqhf</bpmn2:outgoing>
191 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
192def dcsi= new DoCreateE2EServiceInstance()
193dcsi.doServiceHoming(execution)]]></bpmn2:script>
194 </bpmn2:scriptTask>
195 <bpmn2:callActivity id="CallActivity_1ojtwas" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
196 <bpmn2:extensionElements>
197 <camunda:in source="nsServiceName" target="nsServiceName" />
198 <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
199 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
200 <camunda:in source="serviceType" target="serviceType" />
201 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
202 <camunda:in source="operationId" target="operationId" />
203 <camunda:in source="resourceType" target="resourceType" />
204 <camunda:in source="resourceUUID" target="resourceUUID" />
205 <camunda:in source="resourceParameters" target="resourceParameters" />
206 <camunda:in source="operationType" target="operationType" />
207 <camunda:in source="addResourceList" target="addResourceList" />
208 <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
209 <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
210 <camunda:in source="uuiRequest" target="uuiRequest" />
211 <camunda:in source="msoRequestId" target="msoRequestId" />
212 </bpmn2:extensionElements>
213 <bpmn2:incoming>SequenceFlow_0bf6bzp</bpmn2:incoming>
214 <bpmn2:outgoing>SequenceFlow_0d0c20n</bpmn2:outgoing>
215 </bpmn2:callActivity>
216 <bpmn2:scriptTask id="ScriptTask_04b21gb" name="PreProcess for Add Resources" scriptFormat="groovy">
217 <bpmn2:incoming>SequenceFlow_13xfsff</bpmn2:incoming>
218 <bpmn2:outgoing>SequenceFlow_0bf6bzp</bpmn2:outgoing>
219 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
220def csi = new DoCreateE2EServiceInstance()
221csi.preProcessForAddResource(execution)]]></bpmn2:script>
222 </bpmn2:scriptTask>
223 <bpmn2:scriptTask id="ScriptTask_1y7jr4t" name="PostProcess for Add Resource" scriptFormat="groovy">
224 <bpmn2:incoming>SequenceFlow_0d0c20n</bpmn2:incoming>
225 <bpmn2:outgoing>SequenceFlow_0a6vgsu</bpmn2:outgoing>
226 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
227def csi = new DoCreateE2EServiceInstance()
228csi.postProcessForAddResource(execution)]]></bpmn2:script>
229 </bpmn2:scriptTask>
230 <bpmn2:sequenceFlow id="SequenceFlow_13xfsff" sourceRef="Task_0raqlqc" targetRef="ScriptTask_04b21gb" />
231 <bpmn2:sequenceFlow id="SequenceFlow_0bf6bzp" sourceRef="ScriptTask_04b21gb" targetRef="CallActivity_1ojtwas" />
232 <bpmn2:sequenceFlow id="SequenceFlow_0d0c20n" sourceRef="CallActivity_1ojtwas" targetRef="ScriptTask_1y7jr4t" />
233 <bpmn2:endEvent id="EndEvent_0hzmoug">
234 <bpmn2:incoming>SequenceFlow_0a6vgsu</bpmn2:incoming>
235 </bpmn2:endEvent>
236 <bpmn2:sequenceFlow id="SequenceFlow_0a6vgsu" sourceRef="ScriptTask_1y7jr4t" targetRef="EndEvent_0hzmoug" />
237 <bpmn2:sequenceFlow id="SequenceFlow_03ebqhf" sourceRef="Task_0ush1g4" targetRef="Task_0uiekmn" />
238 <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="IntermediateThrowEvent_1mlbhmt" />
239 <bpmn2:sequenceFlow id="SequenceFlow_01s0ef2" sourceRef="Task_0dqjp43" targetRef="Task_0ush1g4" />
240 <bpmn2:scriptTask id="Task_0dqjp43" name="Call Service Pre Operation" scriptFormat="groovy">
241 <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming>
242 <bpmn2:outgoing>SequenceFlow_01s0ef2</bpmn2:outgoing>
243 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
244def dcsi= new DoCreateE2EServiceInstance()
245dcsi.doServicePreOperation(execution)]]></bpmn2:script>
246 </bpmn2:scriptTask>
247 </bpmn2:process>
248 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
249 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
250 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
251 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3">
252 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
253 <dc:Bounds x="18" y="-207" width="36" height="36" />
254 <bpmndi:BPMNLabel>
255 <dc:Bounds x="12" y="-166" width="50" height="12" />
256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
259 <dc:Bounds x="126" y="-229" width="100" height="80" />
260 </bpmndi:BPMNShape>
261 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
262 <di:waypoint xsi:type="dc:Point" x="296" y="94" />
263 <di:waypoint xsi:type="dc:Point" x="387" y="94" />
264 <di:waypoint xsi:type="dc:Point" x="387" y="94" />
265 <di:waypoint xsi:type="dc:Point" x="478" y="94" />
266 <bpmndi:BPMNLabel>
267 <dc:Bounds x="357" y="94" width="90" height="0" />
268 </bpmndi:BPMNLabel>
269 </bpmndi:BPMNEdge>
270 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
271 <dc:Bounds x="196" y="57" width="100" height="80" />
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
274 <dc:Bounds x="713" y="54" width="100" height="80" />
275 </bpmndi:BPMNShape>
276 <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
277 <di:waypoint xsi:type="dc:Point" x="813" y="94" />
278 <di:waypoint xsi:type="dc:Point" x="941" y="94" />
279 <di:waypoint xsi:type="dc:Point" x="941" y="94" />
280 <di:waypoint xsi:type="dc:Point" x="1068" y="94" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="911" y="94" width="90" height="0" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
286 <dc:Bounds x="15" y="865" width="783" height="195" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
289 <dc:Bounds x="111" y="942" width="36" height="36" />
290 <bpmndi:BPMNLabel>
291 <dc:Bounds x="84" y="983" width="90" height="0" />
292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNShape>
294 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
295 <dc:Bounds x="744" y="942" width="36" height="36" />
296 <bpmndi:BPMNLabel>
297 <dc:Bounds x="717" y="983" width="90" height="0" />
298 </bpmndi:BPMNLabel>
299 </bpmndi:BPMNShape>
300 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
301 <dc:Bounds x="409" y="920" width="100" height="80" />
302 </bpmndi:BPMNShape>
303 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
304 <di:waypoint xsi:type="dc:Point" x="509" y="960" />
305 <di:waypoint xsi:type="dc:Point" x="577" y="960" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="498" y="945" width="90" height="0" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
310 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
311 <di:waypoint xsi:type="dc:Point" x="147" y="960" />
312 <di:waypoint xsi:type="dc:Point" x="246" y="960" />
313 <bpmndi:BPMNLabel>
314 <dc:Bounds x="152" y="945" width="90" height="0" />
315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNEdge>
317 <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
318 <dc:Bounds x="478" y="54" width="100" height="80" />
319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
321 <di:waypoint xsi:type="dc:Point" x="578" y="94" />
322 <di:waypoint xsi:type="dc:Point" x="646" y="94" />
323 <di:waypoint xsi:type="dc:Point" x="646" y="94" />
324 <di:waypoint xsi:type="dc:Point" x="713" y="94" />
325 <bpmndi:BPMNLabel>
326 <dc:Bounds x="616" y="94" width="90" height="0" />
327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
330 <dc:Bounds x="1068" y="54" width="100" height="80" />
331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
333 <dc:Bounds x="246" y="920" width="100" height="80" />
334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
336 <di:waypoint xsi:type="dc:Point" x="346" y="960" />
337 <di:waypoint xsi:type="dc:Point" x="409" y="960" />
338 <bpmndi:BPMNLabel>
339 <dc:Bounds x="333" y="945" width="90" height="0" />
340 </bpmndi:BPMNLabel>
341 </bpmndi:BPMNEdge>
342 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
343 <dc:Bounds x="577" y="920" width="100" height="80" />
344 </bpmndi:BPMNShape>
345 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
346 <di:waypoint xsi:type="dc:Point" x="677" y="960" />
347 <di:waypoint xsi:type="dc:Point" x="709" y="960" />
348 <di:waypoint xsi:type="dc:Point" x="709" y="960" />
349 <di:waypoint xsi:type="dc:Point" x="744" y="960" />
350 <bpmndi:BPMNLabel>
351 <dc:Bounds x="679" y="960" width="90" height="0" />
352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNEdge>
354 <bpmndi:BPMNEdge id="SequenceFlow_1qctzm0_di" bpmnElement="SequenceFlow_1qctzm0">
355 <di:waypoint xsi:type="dc:Point" x="534" y="300" />
356 <di:waypoint xsi:type="dc:Point" x="604" y="300" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="524" y="279" width="90" height="12" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNShape id="ScriptTask_0v81r5h_di" bpmnElement="Task_0uiekmn">
362 <dc:Bounds x="434" y="260" width="100" height="80" />
363 </bpmndi:BPMNShape>
364 <bpmndi:BPMNShape id="ServiceTask_14tnuxf_di" bpmnElement="Task_0raqlqc">
365 <dc:Bounds x="604" y="260" width="100" height="80" />
366 </bpmndi:BPMNShape>
367 <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
368 <dc:Bounds x="1315" y="-207" width="36" height="36" />
369 <bpmndi:BPMNLabel>
370 <dc:Bounds x="1290" y="-167" width="88" height="36" />
371 </bpmndi:BPMNLabel>
372 </bpmndi:BPMNShape>
373 <bpmndi:BPMNShape id="IntermediateThrowEvent_1mlbhmt_di" bpmnElement="IntermediateThrowEvent_1mlbhmt">
374 <dc:Bounds x="1315" y="-57" width="36" height="36" />
375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="1288" y="-16" width="90" height="12" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNShape>
379 <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d">
380 <dc:Bounds x="713" y="-79" width="100" height="80" />
381 </bpmndi:BPMNShape>
382 <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc">
383 <dc:Bounds x="478" y="-79" width="100" height="80" />
384 </bpmndi:BPMNShape>
385 <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3">
386 <dc:Bounds x="196" y="-79" width="100" height="80" />
387 </bpmndi:BPMNShape>
388 <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg">
389 <dc:Bounds x="26" y="-57" width="36" height="36" />
390 <bpmndi:BPMNLabel>
391 <dc:Bounds x="2" y="-21" width="88" height="24" />
392 </bpmndi:BPMNLabel>
393 </bpmndi:BPMNShape>
394 <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45">
395 <di:waypoint xsi:type="dc:Point" x="578" y="-39" />
396 <di:waypoint xsi:type="dc:Point" x="713" y="-39" />
397 <bpmndi:BPMNLabel>
398 <dc:Bounds x="645.5" y="-60" width="0" height="12" />
399 </bpmndi:BPMNLabel>
400 </bpmndi:BPMNEdge>
401 <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq">
402 <di:waypoint xsi:type="dc:Point" x="296" y="-39" />
403 <di:waypoint xsi:type="dc:Point" x="478" y="-39" />
404 <bpmndi:BPMNLabel>
405 <dc:Bounds x="387" y="-60" width="0" height="12" />
406 </bpmndi:BPMNLabel>
407 </bpmndi:BPMNEdge>
408 <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
409 <di:waypoint xsi:type="dc:Point" x="54" y="-189" />
410 <di:waypoint xsi:type="dc:Point" x="126" y="-189" />
411 <bpmndi:BPMNLabel>
412 <dc:Bounds x="90" y="-210" width="0" height="12" />
413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNEdge>
415 <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p">
416 <di:waypoint xsi:type="dc:Point" x="62" y="-39" />
417 <di:waypoint xsi:type="dc:Point" x="196" y="-39" />
418 <bpmndi:BPMNLabel>
419 <dc:Bounds x="129" y="-60" width="0" height="12" />
420 </bpmndi:BPMNLabel>
421 </bpmndi:BPMNEdge>
422 <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2">
423 <dc:Bounds x="1315" y="76" width="36" height="36" />
424 <bpmndi:BPMNLabel>
425 <dc:Bounds x="1299" y="117" width="71" height="24" />
426 </bpmndi:BPMNLabel>
427 </bpmndi:BPMNShape>
428 <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3">
429 <di:waypoint xsi:type="dc:Point" x="1168" y="94" />
430 <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
431 <di:waypoint xsi:type="dc:Point" x="1242" y="94" />
432 <di:waypoint xsi:type="dc:Point" x="1315" y="94" />
433 <bpmndi:BPMNLabel>
434 <dc:Bounds x="1257" y="88" width="0" height="12" />
435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNEdge>
437 <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
438 <di:waypoint xsi:type="dc:Point" x="226" y="-189" />
439 <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
440 <di:waypoint xsi:type="dc:Point" x="771" y="-189" />
441 <di:waypoint xsi:type="dc:Point" x="1315" y="-189" />
442 <bpmndi:BPMNLabel>
443 <dc:Bounds x="786" y="-195" width="0" height="12" />
444 </bpmndi:BPMNLabel>
445 </bpmndi:BPMNEdge>
446 <bpmndi:BPMNShape id="IntermediateCatchEvent_0jrb3xu_di" bpmnElement="IntermediateCatchEvent_0jrb3xu">
447 <dc:Bounds x="18" y="79" width="36" height="36" />
448 <bpmndi:BPMNLabel>
449 <dc:Bounds x="8" y="115" width="60" height="12" />
450 </bpmndi:BPMNLabel>
451 </bpmndi:BPMNShape>
452 <bpmndi:BPMNEdge id="SequenceFlow_1i7t9hq_di" bpmnElement="SequenceFlow_1i7t9hq">
453 <di:waypoint xsi:type="dc:Point" x="54" y="97" />
454 <di:waypoint xsi:type="dc:Point" x="196" y="97" />
455 <bpmndi:BPMNLabel>
456 <dc:Bounds x="125" y="76" width="0" height="12" />
457 </bpmndi:BPMNLabel>
458 </bpmndi:BPMNEdge>
459 <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
460 <dc:Bounds x="18" y="282" width="36" height="36" />
461 <bpmndi:BPMNLabel>
462 <dc:Bounds x="-3" y="318" width="82" height="24" />
463 </bpmndi:BPMNLabel>
464 </bpmndi:BPMNShape>
465 <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9">
466 <di:waypoint xsi:type="dc:Point" x="54" y="300" />
467 <di:waypoint xsi:type="dc:Point" x="87" y="300" />
468 <bpmndi:BPMNLabel>
469 <dc:Bounds x="25.5" y="279" width="90" height="12" />
470 </bpmndi:BPMNLabel>
471 </bpmndi:BPMNEdge>
472 <bpmndi:BPMNShape id="ScriptTask_0wr11dt_di" bpmnElement="Task_0ush1g4">
473 <dc:Bounds x="277" y="260" width="100" height="80" />
474 </bpmndi:BPMNShape>
475 <bpmndi:BPMNShape id="CallActivity_1ojtwas_di" bpmnElement="CallActivity_1ojtwas">
476 <dc:Bounds x="971" y="260" width="100" height="80" />
477 </bpmndi:BPMNShape>
478 <bpmndi:BPMNShape id="ScriptTask_04b21gb_di" bpmnElement="ScriptTask_04b21gb">
479 <dc:Bounds x="799" y="260" width="100" height="80" />
480 </bpmndi:BPMNShape>
481 <bpmndi:BPMNShape id="ScriptTask_1y7jr4t_di" bpmnElement="ScriptTask_1y7jr4t">
482 <dc:Bounds x="1145" y="260" width="100" height="80" />
483 </bpmndi:BPMNShape>
484 <bpmndi:BPMNEdge id="SequenceFlow_13xfsff_di" bpmnElement="SequenceFlow_13xfsff">
485 <di:waypoint xsi:type="dc:Point" x="704" y="300" />
486 <di:waypoint xsi:type="dc:Point" x="799" y="300" />
487 <bpmndi:BPMNLabel>
488 <dc:Bounds x="706.5" y="279" width="90" height="12" />
489 </bpmndi:BPMNLabel>
490 </bpmndi:BPMNEdge>
491 <bpmndi:BPMNEdge id="SequenceFlow_0bf6bzp_di" bpmnElement="SequenceFlow_0bf6bzp">
492 <di:waypoint xsi:type="dc:Point" x="899" y="300" />
493 <di:waypoint xsi:type="dc:Point" x="971" y="300" />
494 <bpmndi:BPMNLabel>
495 <dc:Bounds x="890" y="279" width="90" height="12" />
496 </bpmndi:BPMNLabel>
497 </bpmndi:BPMNEdge>
498 <bpmndi:BPMNEdge id="SequenceFlow_0d0c20n_di" bpmnElement="SequenceFlow_0d0c20n">
499 <di:waypoint xsi:type="dc:Point" x="1071" y="300" />
500 <di:waypoint xsi:type="dc:Point" x="1145" y="300" />
501 <bpmndi:BPMNLabel>
502 <dc:Bounds x="1063" y="279" width="90" height="12" />
503 </bpmndi:BPMNLabel>
504 </bpmndi:BPMNEdge>
505 <bpmndi:BPMNShape id="EndEvent_0hzmoug_di" bpmnElement="EndEvent_0hzmoug">
506 <dc:Bounds x="1315" y="282.4076655052265" width="36" height="36" />
507 <bpmndi:BPMNLabel>
508 <dc:Bounds x="1333" y="322.4076655052265" width="0" height="12" />
509 </bpmndi:BPMNLabel>
510 </bpmndi:BPMNShape>
511 <bpmndi:BPMNEdge id="SequenceFlow_0a6vgsu_di" bpmnElement="SequenceFlow_0a6vgsu">
512 <di:waypoint xsi:type="dc:Point" x="1245" y="300" />
513 <di:waypoint xsi:type="dc:Point" x="1315" y="300" />
514 <bpmndi:BPMNLabel>
515 <dc:Bounds x="1235" y="279" width="90" height="12" />
516 </bpmndi:BPMNLabel>
517 </bpmndi:BPMNEdge>
518 <bpmndi:BPMNEdge id="SequenceFlow_03ebqhf_di" bpmnElement="SequenceFlow_03ebqhf">
519 <di:waypoint xsi:type="dc:Point" x="377" y="300" />
520 <di:waypoint xsi:type="dc:Point" x="434" y="300" />
521 <bpmndi:BPMNLabel>
522 <dc:Bounds x="405.5" y="278" width="0" height="14" />
523 </bpmndi:BPMNLabel>
524 </bpmndi:BPMNEdge>
525 <bpmndi:BPMNEdge id="SequenceFlow_012h7yx_di" bpmnElement="SequenceFlow_012h7yx">
526 <di:waypoint xsi:type="dc:Point" x="813" y="-39" />
527 <di:waypoint xsi:type="dc:Point" x="1315" y="-39" />
528 <bpmndi:BPMNLabel>
529 <dc:Bounds x="1064" y="-61" width="0" height="14" />
530 </bpmndi:BPMNLabel>
531 </bpmndi:BPMNEdge>
532 <bpmndi:BPMNEdge id="SequenceFlow_01s0ef2_di" bpmnElement="SequenceFlow_01s0ef2">
533 <di:waypoint xsi:type="dc:Point" x="187" y="300" />
534 <di:waypoint xsi:type="dc:Point" x="277" y="300" />
535 <bpmndi:BPMNLabel>
536 <dc:Bounds x="232" y="278" width="0" height="14" />
537 </bpmndi:BPMNLabel>
538 </bpmndi:BPMNEdge>
539 <bpmndi:BPMNShape id="ScriptTask_1uhlqf5_di" bpmnElement="Task_0dqjp43">
540 <dc:Bounds x="87" y="260" width="100" height="80" />
541 </bpmndi:BPMNShape>
542 </bpmndi:BPMNPlane>
543 </bpmndi:BPMNDiagram>
544</bpmn2:definitions>