[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateCustomE2EServiceInstance.bpmn
1 <?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3   <bpmn:process id="CreateCustomE2EServiceInstance" name="CreateCustomE2EServiceInstance" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_00qj6ro" name="Create SI Start Flow">
5       <bpmn:outgoing>SequenceFlow_0s2spoq</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:subProcess id="SubProcess_0ka59nc" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8       <bpmn:scriptTask id="ScriptTask_0u3lw39" name="Handle Unexpected Error" scriptFormat="groovy">
9         <bpmn:incoming>SequenceFlow_1dsbjjb</bpmn:incoming>
10         <bpmn:outgoing>SequenceFlow_1yay321</bpmn:outgoing>
11         <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
12 ExceptionUtil ex = new ExceptionUtil()
13 ex.processJavaException(execution)]]></bpmn:script>
14       </bpmn:scriptTask>
15       <bpmn:startEvent id="StartEvent_0v1ffn4">
16         <bpmn:outgoing>SequenceFlow_1dsbjjb</bpmn:outgoing>
17         <bpmn:errorEventDefinition />
18       </bpmn:startEvent>
19       <bpmn:endEvent id="EndEvent_0eznq6x">
20         <bpmn:incoming>SequenceFlow_1yay321</bpmn:incoming>
21       </bpmn:endEvent>
22       <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" />
23       <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" />
24     </bpmn:subProcess>
25     <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstanceV3">
26       <bpmn:extensionElements>
27         <camunda:out source="WorkflowException" target="WorkflowException" />
28         <camunda:in source="msoRequestId" target="msoRequestId" />
29         <camunda:out source="rollbackData" target="rollbackData" />
30         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
31         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
32         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
33         <camunda:in source="productFamilyId" target="productFamilyId" />
34         <camunda:in source="disableRollback" target="disableRollback" />
35         <camunda:in source="serviceInputParams" target="serviceInputParams" />
36         <camunda:out source="rolledBack" target="rolledBack" />
37         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
38         <camunda:in source="failIfExists" target="failIfExists" />
39         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
40         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
41         <camunda:in sourceExpression="1610" target="sdncVersion" />
42         <camunda:in source="initialStatus" target="initialStatus" />
43         <camunda:in source="serviceType" target="serviceType" />
44         <camunda:in source="uuiRequest" target="uuiRequest" />
45         <camunda:in source="requestAction" target="operationType" />
46         <camunda:in source="operationId" target="operationId" />
47       </bpmn:extensionElements>
48       <bpmn:incoming>SequenceFlow_19eilro</bpmn:incoming>
49       <bpmn:outgoing>SequenceFlow_0klbpxx</bpmn:outgoing>
50     </bpmn:callActivity>
51     <bpmn:endEvent id="EndEvent_0bpd6c0" name="End">
52       <bpmn:incoming>SequenceFlow_0yayvrf</bpmn:incoming>
53     </bpmn:endEvent>
54     <bpmn:scriptTask id="ScriptTask_1s09c7d" name="Pre Process Incoming Request" scriptFormat="groovy">
55       <bpmn:incoming>SequenceFlow_0s2spoq</bpmn:incoming>
56       <bpmn:outgoing>SequenceFlow_0z4faf9</bpmn:outgoing>
57       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
58 def csi= new CreateCustomE2EServiceInstance()
59 csi.preProcessRequest(execution)]]></bpmn:script>
60     </bpmn:scriptTask>
61     <bpmn:scriptTask id="ScriptTask_0ttvn8r" name="Prepare Completion Request" scriptFormat="groovy">
62       <bpmn:incoming>SequenceFlow_14zu6wr</bpmn:incoming>
63       <bpmn:outgoing>SequenceFlow_0je30si</bpmn:outgoing>
64       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
65 def csi = new CreateCustomE2EServiceInstance()
66 csi.prepareCompletionRequest(execution)]]></bpmn:script>
67     </bpmn:scriptTask>
68     <bpmn:callActivity id="CallActivity_02fyxz0" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
69       <bpmn:extensionElements>
70         <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
71         <camunda:in source="mso-request-id" target="mso-request-id" />
72         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
73         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
74         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
75         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
76       </bpmn:extensionElements>
77       <bpmn:incoming>SequenceFlow_0je30si</bpmn:incoming>
78       <bpmn:outgoing>SequenceFlow_0yayvrf</bpmn:outgoing>
79     </bpmn:callActivity>
80     <bpmn:subProcess id="SubProcess_0vaws86" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
81       <bpmn:startEvent id="StartEvent_0dug28e">
82         <bpmn:outgoing>SequenceFlow_0e1r62n</bpmn:outgoing>
83         <bpmn:errorEventDefinition />
84       </bpmn:startEvent>
85       <bpmn:endEvent id="EndEvent_03wysuk">
86         <bpmn:incoming>SequenceFlow_1ysapam</bpmn:incoming>
87       </bpmn:endEvent>
88       <bpmn:scriptTask id="ScriptTask_0u8o9p2" name="Prepare Fallout Request" scriptFormat="groovy">
89         <bpmn:incoming>SequenceFlow_0n9pexp</bpmn:incoming>
90         <bpmn:outgoing>SequenceFlow_01umodj</bpmn:outgoing>
91         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
92 def csi = new CreateCustomE2EServiceInstance()
93 csi.prepareFalloutRequest(execution)]]></bpmn:script>
94       </bpmn:scriptTask>
95       <bpmn:callActivity id="CallActivity_1ang7q8" name="Call FalloutHandler" calledElement="FalloutHandler">
96         <bpmn:extensionElements>
97           <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
98           <camunda:in source="mso-request-id" target="mso-request-id" />
99           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
100           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
101           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
102           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
103         </bpmn:extensionElements>
104         <bpmn:incoming>SequenceFlow_01umodj</bpmn:incoming>
105         <bpmn:outgoing>SequenceFlow_1ysapam</bpmn:outgoing>
106       </bpmn:callActivity>
107       <bpmn:scriptTask id="ScriptTask_1rn6nqi" name="Send Error Response">
108         <bpmn:incoming>SequenceFlow_0e1r62n</bpmn:incoming>
109         <bpmn:outgoing>SequenceFlow_0n9pexp</bpmn:outgoing>
110         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
111 def csi = new  CreateCustomE2EServiceInstance()
112 csi.sendSyncError(execution)]]></bpmn:script>
113       </bpmn:scriptTask>
114       <bpmn:sequenceFlow id="SequenceFlow_0e1r62n" sourceRef="StartEvent_0dug28e" targetRef="ScriptTask_1rn6nqi" />
115       <bpmn:sequenceFlow id="SequenceFlow_1ysapam" sourceRef="CallActivity_1ang7q8" targetRef="EndEvent_03wysuk" />
116       <bpmn:sequenceFlow id="SequenceFlow_0n9pexp" sourceRef="ScriptTask_1rn6nqi" targetRef="ScriptTask_0u8o9p2" />
117       <bpmn:sequenceFlow id="SequenceFlow_01umodj" sourceRef="ScriptTask_0u8o9p2" targetRef="CallActivity_1ang7q8" />
118     </bpmn:subProcess>
119     <bpmn:scriptTask id="ScriptTask_0xupxj9" name="Send Sync Ack Response" scriptFormat="groovy">
120       <bpmn:incoming>SequenceFlow_081z8l2</bpmn:incoming>
121       <bpmn:outgoing>SequenceFlow_19eilro</bpmn:outgoing>
122       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
123 def csi = new  CreateCustomE2EServiceInstance()
124 csi.sendSyncResponse(execution)]]></bpmn:script>
125     </bpmn:scriptTask>
126     <bpmn:exclusiveGateway id="ExclusiveGateway_0aqn64l" name="Success?">
127       <bpmn:incoming>SequenceFlow_0klbpxx</bpmn:incoming>
128       <bpmn:outgoing>SequenceFlow_14zu6wr</bpmn:outgoing>
129       <bpmn:outgoing>SequenceFlow_1fueo69</bpmn:outgoing>
130     </bpmn:exclusiveGateway>
131     <bpmn:endEvent id="EndEvent_07uk5iy">
132       <bpmn:incoming>SequenceFlow_1fueo69</bpmn:incoming>
133       <bpmn:errorEventDefinition errorRef="Error_0nbdy47" />
134     </bpmn:endEvent>
135     <bpmn:sequenceFlow id="SequenceFlow_0s2spoq" sourceRef="StartEvent_00qj6ro" targetRef="ScriptTask_1s09c7d" />
136     <bpmn:sequenceFlow id="SequenceFlow_19eilro" sourceRef="ScriptTask_0xupxj9" targetRef="DoCreateE2EServiceInstance" />
137     <bpmn:sequenceFlow id="SequenceFlow_0klbpxx" sourceRef="DoCreateE2EServiceInstance" targetRef="ExclusiveGateway_0aqn64l" />
138     <bpmn:sequenceFlow id="SequenceFlow_0yayvrf" sourceRef="CallActivity_02fyxz0" targetRef="EndEvent_0bpd6c0" />
139     <bpmn:sequenceFlow id="SequenceFlow_0z4faf9" sourceRef="ScriptTask_1s09c7d" targetRef="Task_1tqjch6" />
140     <bpmn:sequenceFlow id="SequenceFlow_14zu6wr" name="yes" sourceRef="ExclusiveGateway_0aqn64l" targetRef="ScriptTask_0ttvn8r">
141       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn:conditionExpression>
142     </bpmn:sequenceFlow>
143     <bpmn:sequenceFlow id="SequenceFlow_0je30si" sourceRef="ScriptTask_0ttvn8r" targetRef="CallActivity_02fyxz0" />
144     <bpmn:sequenceFlow id="SequenceFlow_1fueo69" name="no" sourceRef="ExclusiveGateway_0aqn64l" targetRef="EndEvent_07uk5iy">
145       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn:conditionExpression>
146     </bpmn:sequenceFlow>
147     <bpmn:sequenceFlow id="SequenceFlow_1euqjsp" sourceRef="Task_1tqjch6" targetRef="Task_19mxcw3" />
148     <bpmn:scriptTask id="Task_1tqjch6" name="Init Service Operation Status" scriptFormat="groovy">
149       <bpmn:incoming>SequenceFlow_0z4faf9</bpmn:incoming>
150       <bpmn:outgoing>SequenceFlow_1euqjsp</bpmn:outgoing>
151       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
152 def csi= new CreateCustomE2EServiceInstance()
153 csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
154     </bpmn:scriptTask>
155     <bpmn:serviceTask id="Task_19mxcw3" name="Update Service Operation Status">
156       <bpmn:extensionElements>
157         <camunda:connector>
158           <camunda:inputOutput>
159             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
160             <camunda:inputParameter name="headers">
161               <camunda:map>
162                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
163                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
164               </camunda:map>
165             </camunda:inputParameter>
166             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
167             <camunda:inputParameter name="method">POST</camunda:inputParameter>
168             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
169             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
170           </camunda:inputOutput>
171           <camunda:connectorId>http-connector</camunda:connectorId>
172         </camunda:connector>
173       </bpmn:extensionElements>
174       <bpmn:incoming>SequenceFlow_1euqjsp</bpmn:incoming>
175       <bpmn:outgoing>SequenceFlow_081z8l2</bpmn:outgoing>
176     </bpmn:serviceTask>
177     <bpmn:sequenceFlow id="SequenceFlow_081z8l2" sourceRef="Task_19mxcw3" targetRef="ScriptTask_0xupxj9" />
178   </bpmn:process>
179   <bpmn:error id="Error_0nbdy47" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
180   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
181     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateCustomE2EServiceInstance">
182       <bpmndi:BPMNShape id="StartEvent_00qj6ro_di" bpmnElement="StartEvent_00qj6ro">
183         <dc:Bounds x="-6" y="180" width="36" height="36" />
184         <bpmndi:BPMNLabel>
185           <dc:Bounds x="-24" y="221" width="73" height="24" />
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNShape>
188       <bpmndi:BPMNShape id="SubProcess_0ka59nc_di" bpmnElement="SubProcess_0ka59nc" isExpanded="true">
189         <dc:Bounds x="463" y="632" width="394" height="188" />
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNShape id="CallActivity_0rhljy8_di" bpmnElement="DoCreateE2EServiceInstance">
192         <dc:Bounds x="751" y="158" width="100" height="80" />
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNShape id="EndEvent_0bpd6c0_di" bpmnElement="EndEvent_0bpd6c0">
195         <dc:Bounds x="1258" y="286" width="36" height="36" />
196         <bpmndi:BPMNLabel>
197           <dc:Bounds x="1268" y="322" width="22" height="12" />
198         </bpmndi:BPMNLabel>
199       </bpmndi:BPMNShape>
200       <bpmndi:BPMNShape id="ScriptTask_1s09c7d_di" bpmnElement="ScriptTask_1s09c7d">
201         <dc:Bounds x="115" y="158" width="100" height="80" />
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNShape id="ScriptTask_0ttvn8r_di" bpmnElement="ScriptTask_0ttvn8r">
204         <dc:Bounds x="1038" y="158" width="100" height="80" />
205       </bpmndi:BPMNShape>
206       <bpmndi:BPMNShape id="CallActivity_02fyxz0_di" bpmnElement="CallActivity_02fyxz0">
207         <dc:Bounds x="1226" y="158" width="100" height="80" />
208       </bpmndi:BPMNShape>
209       <bpmndi:BPMNShape id="SubProcess_0vaws86_di" bpmnElement="SubProcess_0vaws86" isExpanded="true">
210         <dc:Bounds x="348" y="370" width="679" height="194" />
211       </bpmndi:BPMNShape>
212       <bpmndi:BPMNShape id="ScriptTask_0xupxj9_di" bpmnElement="ScriptTask_0xupxj9">
213         <dc:Bounds x="610" y="158" width="100" height="80" />
214       </bpmndi:BPMNShape>
215       <bpmndi:BPMNShape id="ExclusiveGateway_0aqn64l_di" bpmnElement="ExclusiveGateway_0aqn64l" isMarkerVisible="true">
216         <dc:Bounds x="903" y="173" width="50" height="50" />
217         <bpmndi:BPMNLabel>
218           <dc:Bounds x="903" y="145" width="50" height="12" />
219         </bpmndi:BPMNLabel>
220       </bpmndi:BPMNShape>
221       <bpmndi:BPMNShape id="EndEvent_07uk5iy_di" bpmnElement="EndEvent_07uk5iy">
222         <dc:Bounds x="910" y="286" width="36" height="36" />
223         <bpmndi:BPMNLabel>
224           <dc:Bounds x="883" y="322" width="0" height="12" />
225         </bpmndi:BPMNLabel>
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNEdge id="SequenceFlow_0s2spoq_di" bpmnElement="SequenceFlow_0s2spoq">
228         <di:waypoint xsi:type="dc:Point" x="30" y="198" />
229         <di:waypoint xsi:type="dc:Point" x="115" y="198" />
230         <bpmndi:BPMNLabel>
231           <dc:Bounds x="27.5" y="177" width="90" height="12" />
232         </bpmndi:BPMNLabel>
233       </bpmndi:BPMNEdge>
234       <bpmndi:BPMNEdge id="SequenceFlow_19eilro_di" bpmnElement="SequenceFlow_19eilro">
235         <di:waypoint xsi:type="dc:Point" x="710" y="198" />
236         <di:waypoint xsi:type="dc:Point" x="751" y="198" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="685.5" y="177" width="90" height="12" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNEdge id="SequenceFlow_0klbpxx_di" bpmnElement="SequenceFlow_0klbpxx">
242         <di:waypoint xsi:type="dc:Point" x="851" y="198" />
243         <di:waypoint xsi:type="dc:Point" x="903" y="198" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="832" y="177" width="90" height="12" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNEdge id="SequenceFlow_0yayvrf_di" bpmnElement="SequenceFlow_0yayvrf">
249         <di:waypoint xsi:type="dc:Point" x="1276" y="238" />
250         <di:waypoint xsi:type="dc:Point" x="1276" y="286" />
251         <bpmndi:BPMNLabel>
252           <dc:Bounds x="1246" y="262" width="0" height="12" />
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNEdge>
255       <bpmndi:BPMNEdge id="SequenceFlow_0z4faf9_di" bpmnElement="SequenceFlow_0z4faf9">
256         <di:waypoint xsi:type="dc:Point" x="215" y="198" />
257         <di:waypoint xsi:type="dc:Point" x="273" y="198" />
258         <bpmndi:BPMNLabel>
259           <dc:Bounds x="199" y="177" width="90" height="12" />
260         </bpmndi:BPMNLabel>
261       </bpmndi:BPMNEdge>
262       <bpmndi:BPMNEdge id="SequenceFlow_14zu6wr_di" bpmnElement="SequenceFlow_14zu6wr">
263         <di:waypoint xsi:type="dc:Point" x="953" y="198" />
264         <di:waypoint xsi:type="dc:Point" x="990" y="198" />
265         <di:waypoint xsi:type="dc:Point" x="990" y="198" />
266         <di:waypoint xsi:type="dc:Point" x="1038" y="198" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="987" y="195" width="20" height="12" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNEdge>
271       <bpmndi:BPMNEdge id="SequenceFlow_0je30si_di" bpmnElement="SequenceFlow_0je30si">
272         <di:waypoint xsi:type="dc:Point" x="1138" y="198" />
273         <di:waypoint xsi:type="dc:Point" x="1226" y="198" />
274         <bpmndi:BPMNLabel>
275           <dc:Bounds x="1137" y="183" width="0" height="12" />
276         </bpmndi:BPMNLabel>
277       </bpmndi:BPMNEdge>
278       <bpmndi:BPMNEdge id="SequenceFlow_1fueo69_di" bpmnElement="SequenceFlow_1fueo69">
279         <di:waypoint xsi:type="dc:Point" x="928" y="223" />
280         <di:waypoint xsi:type="dc:Point" x="928" y="250" />
281         <di:waypoint xsi:type="dc:Point" x="928" y="250" />
282         <di:waypoint xsi:type="dc:Point" x="928" y="286" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="901" y="228" width="15" height="12" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNEdge>
287       <bpmndi:BPMNShape id="ScriptTask_0u3lw39_di" bpmnElement="ScriptTask_0u3lw39">
288         <dc:Bounds x="611" y="687" width="100" height="80" />
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="StartEvent_0v1ffn4_di" bpmnElement="StartEvent_0v1ffn4">
291         <dc:Bounds x="496" y="709" width="36" height="36" />
292         <bpmndi:BPMNLabel>
293           <dc:Bounds x="469" y="750" width="0" height="12" />
294         </bpmndi:BPMNLabel>
295       </bpmndi:BPMNShape>
296       <bpmndi:BPMNShape id="EndEvent_0eznq6x_di" bpmnElement="EndEvent_0eznq6x">
297         <dc:Bounds x="772" y="709" width="36" height="36" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="745" y="750" width="0" height="12" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNShape>
302       <bpmndi:BPMNShape id="StartEvent_0dug28e_di" bpmnElement="StartEvent_0dug28e">
303         <dc:Bounds x="363" y="456" width="36" height="36" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="336" y="497" width="0" height="12" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNShape id="EndEvent_03wysuk_di" bpmnElement="EndEvent_03wysuk">
309         <dc:Bounds x="942" y="456" width="36" height="36" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="915" y="497" width="0" height="12" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNShape>
314       <bpmndi:BPMNShape id="ScriptTask_0u8o9p2_di" bpmnElement="ScriptTask_0u8o9p2">
315         <dc:Bounds x="621" y="434" width="100" height="80" />
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNShape id="CallActivity_1ang7q8_di" bpmnElement="CallActivity_1ang7q8">
318         <dc:Bounds x="798" y="434" width="100" height="80" />
319       </bpmndi:BPMNShape>
320       <bpmndi:BPMNShape id="ScriptTask_1rn6nqi_di" bpmnElement="ScriptTask_1rn6nqi">
321         <dc:Bounds x="443" y="434" width="100" height="80" />
322       </bpmndi:BPMNShape>
323       <bpmndi:BPMNEdge id="SequenceFlow_1dsbjjb_di" bpmnElement="SequenceFlow_1dsbjjb">
324         <di:waypoint xsi:type="dc:Point" x="532" y="727" />
325         <di:waypoint xsi:type="dc:Point" x="611" y="727" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="529.5" y="727" width="0" height="12" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="SequenceFlow_1yay321_di" bpmnElement="SequenceFlow_1yay321">
331         <di:waypoint xsi:type="dc:Point" x="711" y="727" />
332         <di:waypoint xsi:type="dc:Point" x="772" y="727" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="701.5" y="727" width="0" height="12" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNEdge id="SequenceFlow_0e1r62n_di" bpmnElement="SequenceFlow_0e1r62n">
338         <di:waypoint xsi:type="dc:Point" x="399" y="474" />
339         <di:waypoint xsi:type="dc:Point" x="421" y="474" />
340         <di:waypoint xsi:type="dc:Point" x="421" y="474" />
341         <di:waypoint xsi:type="dc:Point" x="442" y="474" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="391" y="474" width="0" height="12" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNEdge>
346       <bpmndi:BPMNEdge id="SequenceFlow_1ysapam_di" bpmnElement="SequenceFlow_1ysapam">
347         <di:waypoint xsi:type="dc:Point" x="898" y="474" />
348         <di:waypoint xsi:type="dc:Point" x="942" y="474" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="875" y="459" width="0" height="12" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNEdge>
353       <bpmndi:BPMNEdge id="SequenceFlow_0n9pexp_di" bpmnElement="SequenceFlow_0n9pexp">
354         <di:waypoint xsi:type="dc:Point" x="543" y="474" />
355         <di:waypoint xsi:type="dc:Point" x="570" y="474" />
356         <di:waypoint xsi:type="dc:Point" x="570" y="474" />
357         <di:waypoint xsi:type="dc:Point" x="621" y="474" />
358         <bpmndi:BPMNLabel>
359           <dc:Bounds x="540" y="474" width="0" height="12" />
360         </bpmndi:BPMNLabel>
361       </bpmndi:BPMNEdge>
362       <bpmndi:BPMNEdge id="SequenceFlow_01umodj_di" bpmnElement="SequenceFlow_01umodj">
363         <di:waypoint xsi:type="dc:Point" x="721" y="474" />
364         <di:waypoint xsi:type="dc:Point" x="798" y="474" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="715.5" y="459" width="0" height="12" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNEdge id="SequenceFlow_1euqjsp_di" bpmnElement="SequenceFlow_1euqjsp">
370         <di:waypoint xsi:type="dc:Point" x="373" y="198" />
371         <di:waypoint xsi:type="dc:Point" x="446" y="198" />
372         <bpmndi:BPMNLabel>
373           <dc:Bounds x="364.5" y="177" width="90" height="12" />
374         </bpmndi:BPMNLabel>
375       </bpmndi:BPMNEdge>
376       <bpmndi:BPMNShape id="ScriptTask_1a3vwas_di" bpmnElement="Task_1tqjch6">
377         <dc:Bounds x="273" y="158" width="100" height="80" />
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNShape id="ServiceTask_1afiuuq_di" bpmnElement="Task_19mxcw3">
380         <dc:Bounds x="446" y="158" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNEdge id="SequenceFlow_081z8l2_di" bpmnElement="SequenceFlow_081z8l2">
383         <di:waypoint xsi:type="dc:Point" x="546" y="198" />
384         <di:waypoint xsi:type="dc:Point" x="610" y="198" />
385         <bpmndi:BPMNLabel>
386           <dc:Bounds x="533" y="177" width="90" height="12" />
387         </bpmndi:BPMNLabel>
388       </bpmndi:BPMNEdge>
389     </bpmndi:BPMNPlane>
390   </bpmndi:BPMNDiagram>
391 </bpmn:definitions>