blob: 92fd5ef52b5d43e4576f26179218fd42a94b67b6 [file] [log] [blame]
hetengjiao416faa22020-02-27 14:44:57 +08001<?xml version="1.0" encoding="UTF-8"?>
2<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1gtu09b" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.4.1">
3 <bpmn:process id="ActivateCommunicationService" name="ActivateCommunicationService" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1">
5 <bpmn:outgoing>SequenceFlow_199lc2s</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:scriptTask id="ScriptTask_08alvv7" name="Pre Process Incoming Request" scriptFormat="groovy">
8 <bpmn:incoming>SequenceFlow_199lc2s</bpmn:incoming>
9 <bpmn:outgoing>SequenceFlow_0rl5u9x</bpmn:outgoing>
10 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
11def act= new ActivateCommunicationService()
12act.preProcessRequest(execution)</bpmn:script>
13 </bpmn:scriptTask>
14 <bpmn:sequenceFlow id="SequenceFlow_199lc2s" sourceRef="StartEvent_1" targetRef="ScriptTask_08alvv7" />
15 <bpmn:scriptTask id="ScriptTask_0t2aizp" name="Init Service Operation Status" scriptFormat="groovy">
16 <bpmn:incoming>SequenceFlow_0cg4k4f</bpmn:incoming>
17 <bpmn:outgoing>SequenceFlow_0xunetn</bpmn:outgoing>
18 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
19def act= new ActivateCommunicationService()
20act.prepareInitOperationStatus(execution)</bpmn:script>
21 </bpmn:scriptTask>
22 <bpmn:serviceTask id="ServiceTask_1h8uywz" name="Init Service Operation Status">
23 <bpmn:extensionElements>
24 <camunda:connector>
25 <camunda:inputOutput>
26 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
27 <camunda:inputParameter name="headers">
28 <camunda:map>
29 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
30 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
31 </camunda:map>
32 </camunda:inputParameter>
33 <camunda:inputParameter name="payload">${updateOperationStatus}</camunda:inputParameter>
34 <camunda:inputParameter name="method">POST</camunda:inputParameter>
35 <camunda:outputParameter name="ACS_init_dbResponseCode">${statusCode}</camunda:outputParameter>
36 <camunda:outputParameter name="ACS_init_dbResponse">${response}</camunda:outputParameter>
37 </camunda:inputOutput>
38 <camunda:connectorId>http-connector</camunda:connectorId>
39 </camunda:connector>
40 </bpmn:extensionElements>
41 <bpmn:incoming>SequenceFlow_0xunetn</bpmn:incoming>
42 <bpmn:outgoing>SequenceFlow_07brvnu</bpmn:outgoing>
43 </bpmn:serviceTask>
44 <bpmn:sequenceFlow id="SequenceFlow_0xunetn" sourceRef="ScriptTask_0t2aizp" targetRef="ServiceTask_1h8uywz" />
45 <bpmn:scriptTask id="ScriptTask_1rshcew" name="Send Sync Ack Response" scriptFormat="groovy">
46 <bpmn:incoming>SequenceFlow_07brvnu</bpmn:incoming>
47 <bpmn:outgoing>SequenceFlow_0c01147</bpmn:outgoing>
48 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
49def act= new ActivateCommunicationService()
50act.sendSyncResponse(execution)</bpmn:script>
51 </bpmn:scriptTask>
52 <bpmn:scriptTask id="ScriptTask_0soxu97" name="check AAI Orch Status of cs" scriptFormat="groovy">
53 <bpmn:incoming>SequenceFlow_0rl5u9x</bpmn:incoming>
54 <bpmn:outgoing>SequenceFlow_0337wg2</bpmn:outgoing>
55 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
56def act= new ActivateCommunicationService()
57act.checkAAIOrchStatus(execution)</bpmn:script>
58 </bpmn:scriptTask>
59 <bpmn:sequenceFlow id="SequenceFlow_0rl5u9x" sourceRef="ScriptTask_08alvv7" targetRef="ScriptTask_0soxu97" />
60 <bpmn:sequenceFlow id="SequenceFlow_07brvnu" sourceRef="ServiceTask_1h8uywz" targetRef="ScriptTask_1rshcew" />
61 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1twqa76" name="Goto Call Active Slice">
62 <bpmn:incoming>SequenceFlow_0c01147</bpmn:incoming>
63 <bpmn:linkEventDefinition name="CallActiveSlice" />
64 </bpmn:intermediateThrowEvent>
65 <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_15alt6m" name="CallActiveSlice">
66 <bpmn:outgoing>SequenceFlow_1om5m6o</bpmn:outgoing>
67 <bpmn:linkEventDefinition id="LinkEventDefinition_0zbmuty" name="CallActiveSlice" />
68 </bpmn:intermediateCatchEvent>
69 <bpmn:sequenceFlow id="SequenceFlow_1om5m6o" sourceRef="IntermediateThrowEvent_15alt6m" targetRef="ScriptTask_0oun39f" />
70 <bpmn:exclusiveGateway id="ExclusiveGateway_1j8khf8" name="Is call activate slice Successful?">
71 <bpmn:incoming>SequenceFlow_1i6cshg</bpmn:incoming>
72 <bpmn:outgoing>SequenceFlow_176pwpd</bpmn:outgoing>
73 <bpmn:outgoing>SequenceFlow_1r6lo31</bpmn:outgoing>
74 </bpmn:exclusiveGateway>
75 <bpmn:scriptTask id="ScriptTask_0fbubvu" name="Update Finish Status In AAI&#10;" scriptFormat="groovy">
76 <bpmn:incoming>SequenceFlow_1w1h5vl</bpmn:incoming>
77 <bpmn:incoming>SequenceFlow_1r6lo31</bpmn:incoming>
78 <bpmn:outgoing>SequenceFlow_1b8q7l5</bpmn:outgoing>
79 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
80def act= new ActivateCommunicationService()
81act.updateFinishStatusInAAI(execution)</bpmn:script>
82 </bpmn:scriptTask>
83 <bpmn:scriptTask id="ScriptTask_1seqo87" name="Prepare Complete Status in requestDB" scriptFormat="groovy">
84 <bpmn:incoming>SequenceFlow_1b8q7l5</bpmn:incoming>
85 <bpmn:outgoing>SequenceFlow_103y3rz</bpmn:outgoing>
86 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
87def act= new ActivateCommunicationService()
88act.prepareCompleteStatus(execution)</bpmn:script>
89 </bpmn:scriptTask>
90 <bpmn:serviceTask id="ServiceTask_10gsfd1" name="Update Service Operation Status Completed">
91 <bpmn:extensionElements>
92 <camunda:connector>
93 <camunda:inputOutput>
94 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
95 <camunda:inputParameter name="headers">
96 <camunda:map>
97 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
98 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
99 </camunda:map>
100 </camunda:inputParameter>
101 <camunda:inputParameter name="payload">${updateOperationStatus}</camunda:inputParameter>
102 <camunda:inputParameter name="method">POST</camunda:inputParameter>
103 <camunda:outputParameter name="ACS_complete_dbResponseCode">${statusCode}</camunda:outputParameter>
104 <camunda:outputParameter name="ACS_complete_dbResponse">${response}</camunda:outputParameter>
105 </camunda:inputOutput>
106 <camunda:connectorId>http-connector</camunda:connectorId>
107 </camunda:connector>
108 </bpmn:extensionElements>
109 <bpmn:incoming>SequenceFlow_103y3rz</bpmn:incoming>
110 <bpmn:outgoing>SequenceFlow_15dmqcp</bpmn:outgoing>
111 </bpmn:serviceTask>
112 <bpmn:sequenceFlow id="SequenceFlow_1b8q7l5" sourceRef="ScriptTask_0fbubvu" targetRef="ScriptTask_1seqo87" />
113 <bpmn:sequenceFlow id="SequenceFlow_103y3rz" sourceRef="ScriptTask_1seqo87" targetRef="ServiceTask_10gsfd1" />
114 <bpmn:sequenceFlow id="SequenceFlow_176pwpd" name="yes" sourceRef="ExclusiveGateway_1j8khf8" targetRef="ScriptTask_0zqkikf">
115 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ProcessNsmfSuccess") == "OK"}</bpmn:conditionExpression>
116 </bpmn:sequenceFlow>
117 <bpmn:endEvent id="EndEvent_0z07q3n">
118 <bpmn:incoming>SequenceFlow_15dmqcp</bpmn:incoming>
119 </bpmn:endEvent>
120 <bpmn:sequenceFlow id="SequenceFlow_15dmqcp" sourceRef="ServiceTask_10gsfd1" targetRef="EndEvent_0z07q3n" />
121 <bpmn:exclusiveGateway id="ExclusiveGateway_1g73afb" name="Is orchstatus vaild?" default="SequenceFlow_0hpybf9">
122 <bpmn:incoming>SequenceFlow_0337wg2</bpmn:incoming>
123 <bpmn:outgoing>SequenceFlow_0cg4k4f</bpmn:outgoing>
124 <bpmn:outgoing>SequenceFlow_0hpybf9</bpmn:outgoing>
125 </bpmn:exclusiveGateway>
126 <bpmn:sequenceFlow id="SequenceFlow_0cg4k4f" name="yes" sourceRef="ExclusiveGateway_1g73afb" targetRef="ScriptTask_0t2aizp">
127 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("isContinue") == "true"}</bpmn:conditionExpression>
128 </bpmn:sequenceFlow>
129 <bpmn:sequenceFlow id="SequenceFlow_0337wg2" sourceRef="ScriptTask_0soxu97" targetRef="ExclusiveGateway_1g73afb" />
130 <bpmn:sequenceFlow id="SequenceFlow_0hpybf9" name="no" sourceRef="ExclusiveGateway_1g73afb" targetRef="EndEvent_02rugcv" />
131 <bpmn:endEvent id="EndEvent_02rugcv">
132 <bpmn:incoming>SequenceFlow_0hpybf9</bpmn:incoming>
133 <bpmn:errorEventDefinition errorRef="Error_1ld8i6u" />
134 </bpmn:endEvent>
135 <bpmn:subProcess id="SubProcess_1i9i3h1" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
136 <bpmn:startEvent id="StartEvent_1f90rxc">
137 <bpmn:outgoing>SequenceFlow_1dkviys</bpmn:outgoing>
138 <bpmn:errorEventDefinition id="ErrorEventDefinition_0iyy5ka" />
139 </bpmn:startEvent>
140 <bpmn:endEvent id="EndEvent_1m9nsoo">
141 <bpmn:incoming>SequenceFlow_18sqlo7</bpmn:incoming>
142 </bpmn:endEvent>
143 <bpmn:scriptTask id="ScriptTask_003nbzc" name="Send Error Response" scriptFormat="groovy">
144 <bpmn:incoming>SequenceFlow_1dkviys</bpmn:incoming>
145 <bpmn:outgoing>SequenceFlow_18sqlo7</bpmn:outgoing>
146 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
147def act= new ActivateCommunicationService()
148act.sendSyncError(execution)</bpmn:script>
149 </bpmn:scriptTask>
150 <bpmn:sequenceFlow id="SequenceFlow_1dkviys" sourceRef="StartEvent_1f90rxc" targetRef="ScriptTask_003nbzc" />
151 <bpmn:sequenceFlow id="SequenceFlow_18sqlo7" sourceRef="ScriptTask_003nbzc" targetRef="EndEvent_1m9nsoo" />
152 </bpmn:subProcess>
153 <bpmn:scriptTask id="ScriptTask_0zqkikf" name="Prepare Update Operation Status" scriptFormat="groovy">
154 <bpmn:incoming>SequenceFlow_176pwpd</bpmn:incoming>
155 <bpmn:outgoing>SequenceFlow_0mruwcs</bpmn:outgoing>
156 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
157def act= new ActivateCommunicationService()
158act.prepareUpdateOperationStatus(execution)</bpmn:script>
159 </bpmn:scriptTask>
160 <bpmn:serviceTask id="ServiceTask_11v60ns" name="Update Service Operation Status processing">
161 <bpmn:extensionElements>
162 <camunda:connector>
163 <camunda:inputOutput>
164 <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
165 <camunda:inputParameter name="headers">
166 <camunda:map>
167 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
168 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
169 </camunda:map>
170 </camunda:inputParameter>
171 <camunda:inputParameter name="payload">${updateOperationStatus}</camunda:inputParameter>
172 <camunda:inputParameter name="method">POST</camunda:inputParameter>
173 <camunda:outputParameter name="ACS_processing_dbResponseCode">${statusCode}</camunda:outputParameter>
174 <camunda:outputParameter name="ACS_processing_dbResponse">${response}</camunda:outputParameter>
175 </camunda:inputOutput>
176 <camunda:connectorId>http-connector</camunda:connectorId>
177 </camunda:connector>
178 </bpmn:extensionElements>
179 <bpmn:incoming>SequenceFlow_0mruwcs</bpmn:incoming>
180 <bpmn:outgoing>SequenceFlow_0f57hgr</bpmn:outgoing>
181 </bpmn:serviceTask>
182 <bpmn:sequenceFlow id="SequenceFlow_0mruwcs" sourceRef="ScriptTask_0zqkikf" targetRef="ServiceTask_11v60ns" />
183 <bpmn:scriptTask id="ScriptTask_0oun39f" name="Pre Request Send To NSMF" scriptFormat="groovy">
184 <bpmn:incoming>SequenceFlow_1om5m6o</bpmn:incoming>
185 <bpmn:outgoing>SequenceFlow_12ax52p</bpmn:outgoing>
186 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
187def act= new ActivateCommunicationService()
188act.preRequestSend2NSMF(execution)</bpmn:script>
189 </bpmn:scriptTask>
190 <bpmn:serviceTask id="ServiceTask_1pbp58s" name="Send Request To NSMF">
191 <bpmn:extensionElements>
192 <camunda:connector>
193 <camunda:inputOutput>
194 <camunda:inputParameter name="url">${NSMF_endpoint}</camunda:inputParameter>
195 <camunda:inputParameter name="headers">
196 <camunda:map>
197 <camunda:entry key="content-type">application/json</camunda:entry>
198 <camunda:entry key="Authorization">Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==</camunda:entry>
199 </camunda:map>
200 </camunda:inputParameter>
201 <camunda:inputParameter name="payload">${CSMF_NSMFRequest}</camunda:inputParameter>
202 <camunda:inputParameter name="method">POST</camunda:inputParameter>
203 <camunda:outputParameter name="CSMF_NSMFResponseCode">${statusCode}</camunda:outputParameter>
204 <camunda:outputParameter name="CSMF_NSMFResponse">${response}</camunda:outputParameter>
205 </camunda:inputOutput>
206 <camunda:connectorId>http-connector</camunda:connectorId>
207 </camunda:connector>
208 </bpmn:extensionElements>
209 <bpmn:incoming>SequenceFlow_12ax52p</bpmn:incoming>
210 <bpmn:outgoing>SequenceFlow_1e9r8tc</bpmn:outgoing>
211 </bpmn:serviceTask>
212 <bpmn:scriptTask id="ScriptTask_167kv01" name="Process NSMF response" scriptFormat="groovy">
213 <bpmn:incoming>SequenceFlow_1e9r8tc</bpmn:incoming>
214 <bpmn:outgoing>SequenceFlow_1i6cshg</bpmn:outgoing>
215 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
216def act= new ActivateCommunicationService()
217act.processNSMFResponse(execution)</bpmn:script>
218 </bpmn:scriptTask>
219 <bpmn:sequenceFlow id="SequenceFlow_12ax52p" sourceRef="ScriptTask_0oun39f" targetRef="ServiceTask_1pbp58s" />
220 <bpmn:sequenceFlow id="SequenceFlow_1e9r8tc" sourceRef="ServiceTask_1pbp58s" targetRef="ScriptTask_167kv01" />
221 <bpmn:sequenceFlow id="SequenceFlow_1i6cshg" sourceRef="ScriptTask_167kv01" targetRef="ExclusiveGateway_1j8khf8" />
222 <bpmn:scriptTask id="ScriptTask_0iubb84" name="Prepare Call CheckServiceProcessStatus" scriptFormat="groovy">
223 <bpmn:incoming>SequenceFlow_1hsbli0</bpmn:incoming>
224 <bpmn:outgoing>SequenceFlow_102nqyb</bpmn:outgoing>
225 <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
226def act= new ActivateCommunicationService()
227act.prepareCallCheckProcessStatus(execution)</bpmn:script>
228 </bpmn:scriptTask>
229 <bpmn:sequenceFlow id="SequenceFlow_102nqyb" sourceRef="ScriptTask_0iubb84" targetRef="CallActivity_12eufsa" />
230 <bpmn:sequenceFlow id="SequenceFlow_0f57hgr" sourceRef="ServiceTask_11v60ns" targetRef="IntermediateThrowEvent_1u9a1t0" />
231 <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1u9a1t0" name="Goto check processing status">
232 <bpmn:incoming>SequenceFlow_0f57hgr</bpmn:incoming>
233 <bpmn:linkEventDefinition name="CheckProcessingStatus" />
234 </bpmn:intermediateThrowEvent>
235 <bpmn:sequenceFlow id="SequenceFlow_1hsbli0" sourceRef="IntermediateThrowEvent_1lcnqle" targetRef="ScriptTask_0iubb84" />
236 <bpmn:intermediateCatchEvent id="IntermediateThrowEvent_1lcnqle" name="CheckProcessingStatus">
237 <bpmn:outgoing>SequenceFlow_1hsbli0</bpmn:outgoing>
238 <bpmn:linkEventDefinition name="CheckProcessingStatus" />
239 </bpmn:intermediateCatchEvent>
240 <bpmn:callActivity id="CallActivity_12eufsa" name="CallCheckServiceProcessStatus" calledElement="CheckServiceProcessStatus">
241 <bpmn:extensionElements>
242 <camunda:in source="e2eServiceInstanceId" target="serviceInstanceId" />
243 <camunda:in source="e2eOperationId" target="operationId" />
244 <camunda:in source="successConditions" target="successConditions" />
245 <camunda:in source="processServiceType" target="processServiceType" />
246 <camunda:in source="errorConditions" target="errorConditions" />
247 <camunda:in source="timeOut" target="timeOut" />
248 <camunda:in source="successParamMap" target="successParamMap" />
249 <camunda:in source="errorParamMap" target="errorParamMap" />
250 <camunda:out source="orchestrationStatus" target="orchestrationStatus" />
251 <camunda:out source="operationStatus" target="operationStatus" />
252 <camunda:out source="operationContent" target="operationContent" />
253 <camunda:out source="WorkflowException" target="WorkflowException" />
254 <camunda:in source="timeOutParamMap" target="timeOutParamMap" />
255 <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
256 <camunda:in source="operationType" target="operationType" />
257 <camunda:in source="initProgress" target="initProgress" />
258 <camunda:in source="endProgress" target="endProgress" />
259 <camunda:in source="serviceInstanceId" target="parentServiceInstanceId" />
260 <camunda:in source="operationId" target="parentOperationId" />
261 </bpmn:extensionElements>
262 <bpmn:incoming>SequenceFlow_102nqyb</bpmn:incoming>
263 <bpmn:outgoing>SequenceFlow_1w1h5vl</bpmn:outgoing>
264 </bpmn:callActivity>
265 <bpmn:sequenceFlow id="SequenceFlow_1w1h5vl" sourceRef="CallActivity_12eufsa" targetRef="ScriptTask_0fbubvu" />
266 <bpmn:sequenceFlow id="SequenceFlow_1r6lo31" name="No" sourceRef="ExclusiveGateway_1j8khf8" targetRef="ScriptTask_0fbubvu">
267 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{execution.getVariable("ProcessNsmfSuccess") == "ERROR"}</bpmn:conditionExpression>
268 </bpmn:sequenceFlow>
269 <bpmn:sequenceFlow id="SequenceFlow_0c01147" sourceRef="ScriptTask_1rshcew" targetRef="IntermediateThrowEvent_1twqa76" />
270 </bpmn:process>
271 <bpmn:error id="Error_1ld8i6u" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
272 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
273 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ActivateCommunicationService">
274 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
275 <dc:Bounds x="179" y="159" width="36" height="36" />
276 </bpmndi:BPMNShape>
277 <bpmndi:BPMNShape id="ScriptTask_08alvv7_di" bpmnElement="ScriptTask_08alvv7">
278 <dc:Bounds x="310" y="137" width="100" height="80" />
279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNEdge id="SequenceFlow_199lc2s_di" bpmnElement="SequenceFlow_199lc2s">
281 <di:waypoint x="215" y="177" />
282 <di:waypoint x="310" y="177" />
283 </bpmndi:BPMNEdge>
284 <bpmndi:BPMNShape id="ScriptTask_0t2aizp_di" bpmnElement="ScriptTask_0t2aizp">
285 <dc:Bounds x="760" y="137" width="100" height="80" />
286 </bpmndi:BPMNShape>
287 <bpmndi:BPMNShape id="ServiceTask_1h8uywz_di" bpmnElement="ServiceTask_1h8uywz">
288 <dc:Bounds x="960" y="137" width="100" height="80" />
289 </bpmndi:BPMNShape>
290 <bpmndi:BPMNEdge id="SequenceFlow_0xunetn_di" bpmnElement="SequenceFlow_0xunetn">
291 <di:waypoint x="860" y="177" />
292 <di:waypoint x="960" y="177" />
293 </bpmndi:BPMNEdge>
294 <bpmndi:BPMNShape id="ScriptTask_1rshcew_di" bpmnElement="ScriptTask_1rshcew">
295 <dc:Bounds x="1140" y="137" width="100" height="80" />
296 </bpmndi:BPMNShape>
297 <bpmndi:BPMNShape id="ScriptTask_0soxu97_di" bpmnElement="ScriptTask_0soxu97">
298 <dc:Bounds x="480" y="137" width="100" height="80" />
299 </bpmndi:BPMNShape>
300 <bpmndi:BPMNEdge id="SequenceFlow_0rl5u9x_di" bpmnElement="SequenceFlow_0rl5u9x">
301 <di:waypoint x="410" y="177" />
302 <di:waypoint x="480" y="177" />
303 </bpmndi:BPMNEdge>
304 <bpmndi:BPMNEdge id="SequenceFlow_07brvnu_di" bpmnElement="SequenceFlow_07brvnu">
305 <di:waypoint x="1060" y="177" />
306 <di:waypoint x="1140" y="177" />
307 </bpmndi:BPMNEdge>
308 <bpmndi:BPMNShape id="IntermediateThrowEvent_0bgd82x_di" bpmnElement="IntermediateThrowEvent_1twqa76">
309 <dc:Bounds x="1332" y="159" width="36" height="36" />
310 <bpmndi:BPMNLabel>
311 <dc:Bounds x="1314" y="202" width="79" height="27" />
312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNShape>
314 <bpmndi:BPMNShape id="IntermediateCatchEvent_0qbtq4z_di" bpmnElement="IntermediateThrowEvent_15alt6m">
315 <dc:Bounds x="179" y="402" width="36" height="36" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="161" y="445" width="73" height="14" />
318 </bpmndi:BPMNLabel>
319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNEdge id="SequenceFlow_1om5m6o_di" bpmnElement="SequenceFlow_1om5m6o">
321 <di:waypoint x="215" y="420" />
322 <di:waypoint x="310" y="420" />
323 </bpmndi:BPMNEdge>
324 <bpmndi:BPMNShape id="ExclusiveGateway_1j8khf8_di" bpmnElement="ExclusiveGateway_1j8khf8" isMarkerVisible="true">
325 <dc:Bounds x="815" y="395" width="50" height="50" />
326 <bpmndi:BPMNLabel>
327 <dc:Bounds x="799" y="358" width="85" height="27" />
328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNShape>
330 <bpmndi:BPMNShape id="ScriptTask_0fbubvu_di" bpmnElement="ScriptTask_0fbubvu">
331 <dc:Bounds x="790" y="560" width="100" height="80" />
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNShape id="ScriptTask_1seqo87_di" bpmnElement="ScriptTask_1seqo87">
334 <dc:Bounds x="960" y="560" width="100" height="80" />
335 </bpmndi:BPMNShape>
336 <bpmndi:BPMNShape id="ServiceTask_10gsfd1_di" bpmnElement="ServiceTask_10gsfd1">
337 <dc:Bounds x="1140" y="560" width="100" height="80" />
338 </bpmndi:BPMNShape>
339 <bpmndi:BPMNEdge id="SequenceFlow_1b8q7l5_di" bpmnElement="SequenceFlow_1b8q7l5">
340 <di:waypoint x="890" y="600" />
341 <di:waypoint x="960" y="600" />
342 </bpmndi:BPMNEdge>
343 <bpmndi:BPMNEdge id="SequenceFlow_103y3rz_di" bpmnElement="SequenceFlow_103y3rz">
344 <di:waypoint x="1060" y="600" />
345 <di:waypoint x="1140" y="600" />
346 </bpmndi:BPMNEdge>
347 <bpmndi:BPMNEdge id="SequenceFlow_176pwpd_di" bpmnElement="SequenceFlow_176pwpd">
348 <di:waypoint x="865" y="420" />
349 <di:waypoint x="960" y="420" />
350 <bpmndi:BPMNLabel>
351 <dc:Bounds x="904" y="402" width="17" height="14" />
352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNEdge>
354 <bpmndi:BPMNShape id="EndEvent_0z07q3n_di" bpmnElement="EndEvent_0z07q3n">
355 <dc:Bounds x="1332" y="582" width="36" height="36" />
356 </bpmndi:BPMNShape>
357 <bpmndi:BPMNEdge id="SequenceFlow_15dmqcp_di" bpmnElement="SequenceFlow_15dmqcp">
358 <di:waypoint x="1240" y="600" />
359 <di:waypoint x="1332" y="600" />
360 </bpmndi:BPMNEdge>
361 <bpmndi:BPMNShape id="ExclusiveGateway_1g73afb_di" bpmnElement="ExclusiveGateway_1g73afb" isMarkerVisible="true">
362 <dc:Bounds x="645" y="152" width="50" height="50" />
363 <bpmndi:BPMNLabel>
364 <dc:Bounds x="648" y="116" width="63" height="27" />
365 </bpmndi:BPMNLabel>
366 </bpmndi:BPMNShape>
367 <bpmndi:BPMNEdge id="SequenceFlow_0cg4k4f_di" bpmnElement="SequenceFlow_0cg4k4f">
368 <di:waypoint x="695" y="177" />
369 <di:waypoint x="760" y="177" />
370 <bpmndi:BPMNLabel>
371 <dc:Bounds x="719" y="159" width="17" height="14" />
372 </bpmndi:BPMNLabel>
373 </bpmndi:BPMNEdge>
374 <bpmndi:BPMNEdge id="SequenceFlow_0337wg2_di" bpmnElement="SequenceFlow_0337wg2">
375 <di:waypoint x="580" y="177" />
376 <di:waypoint x="645" y="177" />
377 </bpmndi:BPMNEdge>
378 <bpmndi:BPMNEdge id="SequenceFlow_0hpybf9_di" bpmnElement="SequenceFlow_0hpybf9">
379 <di:waypoint x="670" y="202" />
380 <di:waypoint x="670" y="262" />
381 <bpmndi:BPMNLabel>
382 <dc:Bounds x="679" y="229" width="13" height="14" />
383 </bpmndi:BPMNLabel>
384 </bpmndi:BPMNEdge>
385 <bpmndi:BPMNShape id="EndEvent_118l531_di" bpmnElement="EndEvent_02rugcv">
386 <dc:Bounds x="652" y="262" width="36" height="36" />
387 </bpmndi:BPMNShape>
388 <bpmndi:BPMNShape id="SubProcess_1i9i3h1_di" bpmnElement="SubProcess_1i9i3h1" isExpanded="true">
389 <dc:Bounds x="340" y="730" width="781" height="196" />
390 </bpmndi:BPMNShape>
391 <bpmndi:BPMNShape id="StartEvent_1f90rxc_di" bpmnElement="StartEvent_1f90rxc">
392 <dc:Bounds x="382" y="816" width="36" height="36" />
393 </bpmndi:BPMNShape>
394 <bpmndi:BPMNShape id="EndEvent_1m9nsoo_di" bpmnElement="EndEvent_1m9nsoo">
395 <dc:Bounds x="1052" y="816" width="36" height="36" />
396 </bpmndi:BPMNShape>
397 <bpmndi:BPMNShape id="ScriptTask_003nbzc_di" bpmnElement="ScriptTask_003nbzc">
398 <dc:Bounds x="670" y="794" width="100" height="80" />
399 </bpmndi:BPMNShape>
400 <bpmndi:BPMNEdge id="SequenceFlow_1dkviys_di" bpmnElement="SequenceFlow_1dkviys">
401 <di:waypoint x="418" y="834" />
402 <di:waypoint x="670" y="834" />
403 </bpmndi:BPMNEdge>
404 <bpmndi:BPMNEdge id="SequenceFlow_18sqlo7_di" bpmnElement="SequenceFlow_18sqlo7">
405 <di:waypoint x="770" y="834" />
406 <di:waypoint x="1052" y="834" />
407 </bpmndi:BPMNEdge>
408 <bpmndi:BPMNShape id="ScriptTask_0zqkikf_di" bpmnElement="ScriptTask_0zqkikf">
409 <dc:Bounds x="960" y="380" width="100" height="80" />
410 </bpmndi:BPMNShape>
411 <bpmndi:BPMNShape id="ServiceTask_11v60ns_di" bpmnElement="ServiceTask_11v60ns">
412 <dc:Bounds x="1140" y="380" width="100" height="80" />
413 </bpmndi:BPMNShape>
414 <bpmndi:BPMNEdge id="SequenceFlow_0mruwcs_di" bpmnElement="SequenceFlow_0mruwcs">
415 <di:waypoint x="1060" y="420" />
416 <di:waypoint x="1140" y="420" />
417 </bpmndi:BPMNEdge>
418 <bpmndi:BPMNShape id="ScriptTask_0oun39f_di" bpmnElement="ScriptTask_0oun39f">
419 <dc:Bounds x="310" y="380" width="100" height="80" />
420 </bpmndi:BPMNShape>
421 <bpmndi:BPMNShape id="ServiceTask_1pbp58s_di" bpmnElement="ServiceTask_1pbp58s">
422 <dc:Bounds x="480" y="380" width="100" height="80" />
423 </bpmndi:BPMNShape>
424 <bpmndi:BPMNShape id="ScriptTask_167kv01_di" bpmnElement="ScriptTask_167kv01">
425 <dc:Bounds x="640" y="380" width="100" height="80" />
426 </bpmndi:BPMNShape>
427 <bpmndi:BPMNEdge id="SequenceFlow_12ax52p_di" bpmnElement="SequenceFlow_12ax52p">
428 <di:waypoint x="410" y="420" />
429 <di:waypoint x="480" y="420" />
430 </bpmndi:BPMNEdge>
431 <bpmndi:BPMNEdge id="SequenceFlow_1e9r8tc_di" bpmnElement="SequenceFlow_1e9r8tc">
432 <di:waypoint x="580" y="420" />
433 <di:waypoint x="640" y="420" />
434 </bpmndi:BPMNEdge>
435 <bpmndi:BPMNEdge id="SequenceFlow_1i6cshg_di" bpmnElement="SequenceFlow_1i6cshg">
436 <di:waypoint x="740" y="420" />
437 <di:waypoint x="815" y="420" />
438 </bpmndi:BPMNEdge>
439 <bpmndi:BPMNShape id="ScriptTask_0iubb84_di" bpmnElement="ScriptTask_0iubb84">
440 <dc:Bounds x="310" y="560" width="100" height="80" />
441 </bpmndi:BPMNShape>
442 <bpmndi:BPMNEdge id="SequenceFlow_102nqyb_di" bpmnElement="SequenceFlow_102nqyb">
443 <di:waypoint x="410" y="600" />
444 <di:waypoint x="540" y="600" />
445 </bpmndi:BPMNEdge>
446 <bpmndi:BPMNEdge id="SequenceFlow_0f57hgr_di" bpmnElement="SequenceFlow_0f57hgr">
447 <di:waypoint x="1240" y="420" />
448 <di:waypoint x="1332" y="420" />
449 </bpmndi:BPMNEdge>
450 <bpmndi:BPMNShape id="IntermediateThrowEvent_1wqbbwo_di" bpmnElement="IntermediateThrowEvent_1u9a1t0">
451 <dc:Bounds x="1332" y="402" width="36" height="36" />
452 <bpmndi:BPMNLabel>
453 <dc:Bounds x="1308" y="445" width="87" height="27" />
454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNShape>
456 <bpmndi:BPMNEdge id="SequenceFlow_1hsbli0_di" bpmnElement="SequenceFlow_1hsbli0">
457 <di:waypoint x="215" y="600" />
458 <di:waypoint x="310" y="600" />
459 </bpmndi:BPMNEdge>
460 <bpmndi:BPMNShape id="IntermediateCatchEvent_13yvtam_di" bpmnElement="IntermediateThrowEvent_1lcnqle">
461 <dc:Bounds x="179" y="582" width="36" height="36" />
462 <bpmndi:BPMNLabel>
463 <dc:Bounds x="155" y="625" width="86" height="27" />
464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNShape>
466 <bpmndi:BPMNShape id="CallActivity_12eufsa_di" bpmnElement="CallActivity_12eufsa">
467 <dc:Bounds x="540" y="560" width="100" height="80" />
468 </bpmndi:BPMNShape>
469 <bpmndi:BPMNEdge id="SequenceFlow_1w1h5vl_di" bpmnElement="SequenceFlow_1w1h5vl">
470 <di:waypoint x="640" y="600" />
471 <di:waypoint x="790" y="600" />
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="SequenceFlow_1r6lo31_di" bpmnElement="SequenceFlow_1r6lo31">
474 <di:waypoint x="840" y="445" />
475 <di:waypoint x="840" y="560" />
476 <bpmndi:BPMNLabel>
477 <dc:Bounds x="868" y="463" width="15" height="14" />
478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNEdge id="SequenceFlow_0c01147_di" bpmnElement="SequenceFlow_0c01147">
481 <di:waypoint x="1240" y="177" />
482 <di:waypoint x="1332" y="177" />
483 </bpmndi:BPMNEdge>
484 </bpmndi:BPMNPlane>
485 </bpmndi:BPMNDiagram>
486</bpmn:definitions>