[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / ScaleCustomE2EServiceInstance.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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0">
3   <bpmn:process id="ScaleCustomE2EServiceInstance" name="ScaleCustomE2EServiceInstance" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1" name="Scale SI Start Flow">
5       <bpmn:outgoing>SequenceFlow_0c2denm</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:scriptTask id="Task_03ivdxi" name="Pre Process Incoming Request" scriptFormat="groovy">
8       <bpmn:incoming>SequenceFlow_0c2denm</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1ntnafv</bpmn:outgoing>
10       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11 def csi= new ScaleCustomE2EServiceInstance()
12 csi.preProcessRequest(execution)]]></bpmn:script>
13     </bpmn:scriptTask>
14     <bpmn:scriptTask id="Task_0oezp57" name="Send Sync Ack Response" scriptFormat="groovy">
15       <bpmn:incoming>SequenceFlow_14zd9we</bpmn:incoming>
16       <bpmn:outgoing>SequenceFlow_0er6ddi</bpmn:outgoing>
17       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
18 def csi = new  ScaleCustomE2EServiceInstance()
19 csi.sendSyncResponse(execution)]]></bpmn:script>
20     </bpmn:scriptTask>
21     <bpmn:exclusiveGateway id="ExclusiveGateway_13jdprk" name="success ?">
22       <bpmn:incoming>SequenceFlow_1fis1j1</bpmn:incoming>
23       <bpmn:outgoing>SequenceFlow_06f0dx5</bpmn:outgoing>
24       <bpmn:outgoing>SequenceFlow_19b0pmt</bpmn:outgoing>
25     </bpmn:exclusiveGateway>
26     <bpmn:scriptTask id="Task_1ogtanl" name="Prepare Completion Request" scriptFormat="groovy">
27       <bpmn:incoming>SequenceFlow_06f0dx5</bpmn:incoming>
28       <bpmn:outgoing>SequenceFlow_1q6spfu</bpmn:outgoing>
29       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
30 def csi = new ScaleCustomE2EServiceInstance()
31 csi.prepareCompletionRequest(execution)]]></bpmn:script>
32     </bpmn:scriptTask>
33     <bpmn:callActivity id="Task_1p5x1em" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
34       <bpmn:extensionElements>
35         <camunda:in source="msoRequestId" target="msoRequestId" />
36         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
37         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
38         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
39         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
40         <camunda:in source="CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
41       </bpmn:extensionElements>
42       <bpmn:incoming>SequenceFlow_1q6spfu</bpmn:incoming>
43       <bpmn:outgoing>SequenceFlow_0mm4eqd</bpmn:outgoing>
44     </bpmn:callActivity>
45     <bpmn:endEvent id="EndEvent_116d9ds" name="End">
46       <bpmn:incoming>SequenceFlow_0mm4eqd</bpmn:incoming>
47     </bpmn:endEvent>
48     <bpmn:sequenceFlow id="SequenceFlow_0mm4eqd" sourceRef="Task_1p5x1em" targetRef="EndEvent_116d9ds" />
49     <bpmn:sequenceFlow id="SequenceFlow_0c2denm" sourceRef="StartEvent_1" targetRef="Task_03ivdxi" />
50     <bpmn:sequenceFlow id="SequenceFlow_1ntnafv" sourceRef="Task_03ivdxi" targetRef="Task_1rsd8qa" />
51     <bpmn:sequenceFlow id="SequenceFlow_0er6ddi" sourceRef="Task_0oezp57" targetRef="CallActivity_1vpyqzt" />
52     <bpmn:sequenceFlow id="SequenceFlow_06f0dx5" name="yes" sourceRef="ExclusiveGateway_13jdprk" targetRef="Task_1ogtanl">
53       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("jobId" )  != null && execution.getVariable("jobId" )  != "" )}]]></bpmn:conditionExpression>
54     </bpmn:sequenceFlow>
55     <bpmn:sequenceFlow id="SequenceFlow_19b0pmt" name="no" sourceRef="ExclusiveGateway_13jdprk" targetRef="EndEvent_1sz49w7">
56       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("jobId" )  == null || execution.getVariable("jobId" )  == "" )}]]></bpmn:conditionExpression>
57     </bpmn:sequenceFlow>
58     <bpmn:endEvent id="EndEvent_1sz49w7">
59       <bpmn:incoming>SequenceFlow_19b0pmt</bpmn:incoming>
60       <bpmn:errorEventDefinition errorRef="Error_196t4z3" />
61     </bpmn:endEvent>
62     <bpmn:subProcess id="SubProcess_0bwngpt" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
63       <bpmn:startEvent id="StartEvent_0yncnrj">
64         <bpmn:outgoing>SequenceFlow_04f826i</bpmn:outgoing>
65         <bpmn:errorEventDefinition />
66       </bpmn:startEvent>
67       <bpmn:endEvent id="EndEvent_1lp2j7l">
68         <bpmn:incoming>SequenceFlow_1t2ijcu</bpmn:incoming>
69       </bpmn:endEvent>
70       <bpmn:scriptTask id="ScriptTask_01p0bqh" name="Prepare Fallout Request" scriptFormat="groovy">
71         <bpmn:incoming>SequenceFlow_09z92mf</bpmn:incoming>
72         <bpmn:outgoing>SequenceFlow_1sooz22</bpmn:outgoing>
73         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
74 def csi = new ScaleCustomE2EServiceInstance()
75 csi.prepareFalloutRequest(execution)]]></bpmn:script>
76       </bpmn:scriptTask>
77       <bpmn:scriptTask id="ScriptTask_1quc7x4" name="Send Error Response" scriptFormat="groovy">
78         <bpmn:incoming>SequenceFlow_04f826i</bpmn:incoming>
79         <bpmn:outgoing>SequenceFlow_09z92mf</bpmn:outgoing>
80         <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
81 def csi = new  ScaleCustomE2EServiceInstance()
82 csi.sendSyncError(execution)]]></bpmn:script>
83       </bpmn:scriptTask>
84       <bpmn:sequenceFlow id="SequenceFlow_04f826i" sourceRef="StartEvent_0yncnrj" targetRef="ScriptTask_1quc7x4" />
85       <bpmn:sequenceFlow id="SequenceFlow_09z92mf" sourceRef="ScriptTask_1quc7x4" targetRef="ScriptTask_01p0bqh" />
86       <bpmn:sequenceFlow id="SequenceFlow_1t2ijcu" sourceRef="CallActivity_0miglgb" targetRef="EndEvent_1lp2j7l" />
87       <bpmn:sequenceFlow id="SequenceFlow_1sooz22" sourceRef="ScriptTask_01p0bqh" targetRef="CallActivity_0miglgb" />
88       <bpmn:callActivity id="CallActivity_0miglgb" name="Call FalloutHandler" calledElement="FalloutHandler">
89         <bpmn:extensionElements>
90           <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
91           <camunda:in source="mso-request-id" target="mso-request-id" />
92           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
93           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
94           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
95           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
96         </bpmn:extensionElements>
97         <bpmn:incoming>SequenceFlow_1sooz22</bpmn:incoming>
98         <bpmn:outgoing>SequenceFlow_1t2ijcu</bpmn:outgoing>
99       </bpmn:callActivity>
100     </bpmn:subProcess>
101     <bpmn:subProcess id="SubProcess_10vzjzh" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
102       <bpmn:scriptTask id="ScriptTask_1jgr212" name="Handle Unexpected Error" scriptFormat="groovy">
103         <bpmn:incoming>SequenceFlow_0gna7ys</bpmn:incoming>
104         <bpmn:outgoing>SequenceFlow_0re5dm7</bpmn:outgoing>
105         <bpmn:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
106 ExceptionUtil ex = new ExceptionUtil()
107 ex.processJavaException(execution)]]></bpmn:script>
108       </bpmn:scriptTask>
109       <bpmn:startEvent id="StartEvent_1awfo4s">
110         <bpmn:outgoing>SequenceFlow_0gna7ys</bpmn:outgoing>
111         <bpmn:errorEventDefinition />
112       </bpmn:startEvent>
113       <bpmn:endEvent id="EndEvent_04azej9">
114         <bpmn:incoming>SequenceFlow_0re5dm7</bpmn:incoming>
115       </bpmn:endEvent>
116       <bpmn:sequenceFlow id="SequenceFlow_0gna7ys" name="" sourceRef="StartEvent_1awfo4s" targetRef="ScriptTask_1jgr212" />
117       <bpmn:sequenceFlow id="SequenceFlow_0re5dm7" name="" sourceRef="ScriptTask_1jgr212" targetRef="EndEvent_04azej9" />
118     </bpmn:subProcess>
119     <bpmn:callActivity id="CallActivity_1vpyqzt" name="Call DoScaleE2EServiceInstance&#10;" calledElement="DoScaleE2EServiceInstance">
120       <bpmn:extensionElements>
121         <camunda:out source="jobId" target="jobId" />
122         <camunda:in source="bpmnRequest" target="bpmnRequest" />
123         <camunda:out source="operationId" target="operationId" />
124         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
125         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
126         <camunda:in source="serviceId" target="serviceId" />
127         <camunda:in source="serviceType" target="serviceType" />
128         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
129         <camunda:in source="nodeTemplateUUID" target="nodeTemplateUUID" />
130         <camunda:in source="msoRequestId" target="msoRequestId" />
131         <camunda:in source="requestDescription" target="requestDescription" />
132         <camunda:in source="operationId" target="operationId" />
133       </bpmn:extensionElements>
134       <bpmn:incoming>SequenceFlow_0er6ddi</bpmn:incoming>
135       <bpmn:outgoing>SequenceFlow_1fis1j1</bpmn:outgoing>
136     </bpmn:callActivity>
137     <bpmn:sequenceFlow id="SequenceFlow_1fis1j1" sourceRef="CallActivity_1vpyqzt" targetRef="ExclusiveGateway_13jdprk" />
138     <bpmn:sequenceFlow id="SequenceFlow_1q6spfu" sourceRef="Task_1ogtanl" targetRef="Task_1p5x1em" />
139     <bpmn:sequenceFlow id="SequenceFlow_030pfun" sourceRef="Task_1rsd8qa" targetRef="Task_01n9mqa" />
140     <bpmn:scriptTask id="Task_1rsd8qa" name="Init Service Operation Status" scriptFormat="groovy">
141       <bpmn:incoming>SequenceFlow_1ntnafv</bpmn:incoming>
142       <bpmn:outgoing>SequenceFlow_030pfun</bpmn:outgoing>
143       <bpmn:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
144 def csi= new ScaleCustomE2EServiceInstance()
145 csi.prepareInitServiceOperationStatus(execution)]]></bpmn:script>
146     </bpmn:scriptTask>
147     <bpmn:sequenceFlow id="SequenceFlow_14zd9we" sourceRef="Task_01n9mqa" targetRef="Task_0oezp57" />
148     <bpmn:serviceTask id="Task_01n9mqa" name="Update Service Operation Status">
149       <bpmn:extensionElements>
150         <camunda:connector>
151           <camunda:inputOutput>
152             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
153             <camunda:inputParameter name="headers">
154               <camunda:map>
155                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
156                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
157               </camunda:map>
158             </camunda:inputParameter>
159             <camunda:inputParameter name="payload">${CVFMI_updateServiceOperStatusRequest}</camunda:inputParameter>
160             <camunda:inputParameter name="method">POST</camunda:inputParameter>
161             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
162             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
163           </camunda:inputOutput>
164           <camunda:connectorId>http-connector</camunda:connectorId>
165         </camunda:connector>
166       </bpmn:extensionElements>
167       <bpmn:incoming>SequenceFlow_030pfun</bpmn:incoming>
168       <bpmn:outgoing>SequenceFlow_14zd9we</bpmn:outgoing>
169     </bpmn:serviceTask>
170   </bpmn:process>
171   <bpmn:error id="Error_196t4z3" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
172   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
173     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ScaleCustomE2EServiceInstance">
174       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
175         <dc:Bounds x="-13" y="102" width="36" height="36" />
176         <bpmndi:BPMNLabel>
177           <dc:Bounds x="-28" y="138" width="67" height="24" />
178         </bpmndi:BPMNLabel>
179       </bpmndi:BPMNShape>
180       <bpmndi:BPMNShape id="ScriptTask_0nye5g4_di" bpmnElement="Task_03ivdxi">
181         <dc:Bounds x="87" y="80" width="100" height="80" />
182       </bpmndi:BPMNShape>
183       <bpmndi:BPMNShape id="ScriptTask_08uouf4_di" bpmnElement="Task_0oezp57">
184         <dc:Bounds x="560" y="80" width="100" height="80" />
185       </bpmndi:BPMNShape>
186       <bpmndi:BPMNShape id="ExclusiveGateway_13jdprk_di" bpmnElement="ExclusiveGateway_13jdprk" isMarkerVisible="true">
187         <dc:Bounds x="928" y="95" width="50" height="50" />
188         <bpmndi:BPMNLabel>
189           <dc:Bounds x="927" y="73" width="51" height="12" />
190         </bpmndi:BPMNLabel>
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNShape id="ScriptTask_11xceoj_di" bpmnElement="Task_1ogtanl">
193         <dc:Bounds x="1068" y="80" width="100" height="80" />
194       </bpmndi:BPMNShape>
195       <bpmndi:BPMNShape id="CallActivity_1qhplvz_di" bpmnElement="Task_1p5x1em">
196         <dc:Bounds x="1068" y="281" width="100" height="80" />
197       </bpmndi:BPMNShape>
198       <bpmndi:BPMNShape id="EndEvent_116d9ds_di" bpmnElement="EndEvent_116d9ds">
199         <dc:Bounds x="1100" y="554" width="36" height="36" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="1109" y="594" width="19" height="12" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNEdge id="SequenceFlow_0mm4eqd_di" bpmnElement="SequenceFlow_0mm4eqd">
205         <di:waypoint xsi:type="dc:Point" x="1118" y="361" />
206         <di:waypoint xsi:type="dc:Point" x="1118" y="554" />
207         <bpmndi:BPMNLabel>
208           <dc:Bounds x="1088" y="451.5" width="90" height="12" />
209         </bpmndi:BPMNLabel>
210       </bpmndi:BPMNEdge>
211       <bpmndi:BPMNEdge id="SequenceFlow_0c2denm_di" bpmnElement="SequenceFlow_0c2denm">
212         <di:waypoint xsi:type="dc:Point" x="23" y="120" />
213         <di:waypoint xsi:type="dc:Point" x="87" y="120" />
214         <bpmndi:BPMNLabel>
215           <dc:Bounds x="10" y="99" width="90" height="12" />
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNEdge>
218       <bpmndi:BPMNEdge id="SequenceFlow_1ntnafv_di" bpmnElement="SequenceFlow_1ntnafv">
219         <di:waypoint xsi:type="dc:Point" x="187" y="120" />
220         <di:waypoint xsi:type="dc:Point" x="249" y="120" />
221         <bpmndi:BPMNLabel>
222           <dc:Bounds x="173" y="99" width="90" height="12" />
223         </bpmndi:BPMNLabel>
224       </bpmndi:BPMNEdge>
225       <bpmndi:BPMNEdge id="SequenceFlow_0er6ddi_di" bpmnElement="SequenceFlow_0er6ddi">
226         <di:waypoint xsi:type="dc:Point" x="660" y="120" />
227         <di:waypoint xsi:type="dc:Point" x="729" y="120" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="649.5" y="99" width="90" height="12" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNEdge id="SequenceFlow_06f0dx5_di" bpmnElement="SequenceFlow_06f0dx5">
233         <di:waypoint xsi:type="dc:Point" x="978" y="120" />
234         <di:waypoint xsi:type="dc:Point" x="1068" y="120" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="1014" y="99" width="19" height="12" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNEdge>
239       <bpmndi:BPMNEdge id="SequenceFlow_19b0pmt_di" bpmnElement="SequenceFlow_19b0pmt">
240         <di:waypoint xsi:type="dc:Point" x="953" y="145" />
241         <di:waypoint xsi:type="dc:Point" x="953" y="232" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="962" y="183" width="12" height="12" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNShape id="EndEvent_00ekif2_di" bpmnElement="EndEvent_1sz49w7">
247         <dc:Bounds x="935" y="232" width="36" height="36" />
248         <bpmndi:BPMNLabel>
249           <dc:Bounds x="953" y="272" width="0" height="12" />
250         </bpmndi:BPMNLabel>
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNShape id="SubProcess_0bwngpt_di" bpmnElement="SubProcess_0bwngpt" isExpanded="true">
253         <dc:Bounds x="168" y="326" width="679" height="194" />
254       </bpmndi:BPMNShape>
255       <bpmndi:BPMNShape id="StartEvent_0yncnrj_di" bpmnElement="StartEvent_0yncnrj">
256         <dc:Bounds x="183" y="412" width="36" height="36" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="66" y="453" width="90" height="12" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNShape>
261       <bpmndi:BPMNShape id="EndEvent_1lp2j7l_di" bpmnElement="EndEvent_1lp2j7l">
262         <dc:Bounds x="762" y="412" width="36" height="36" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="645" y="453" width="90" height="12" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNShape>
267       <bpmndi:BPMNShape id="ScriptTask_01p0bqh_di" bpmnElement="ScriptTask_01p0bqh">
268         <dc:Bounds x="441" y="390" width="100" height="80" />
269       </bpmndi:BPMNShape>
270       <bpmndi:BPMNShape id="CallActivity_0miglgb_di" bpmnElement="CallActivity_0miglgb">
271         <dc:Bounds x="618" y="390" width="100" height="80" />
272       </bpmndi:BPMNShape>
273       <bpmndi:BPMNShape id="ScriptTask_1quc7x4_di" bpmnElement="ScriptTask_1quc7x4">
274         <dc:Bounds x="263" y="390" width="100" height="80" />
275       </bpmndi:BPMNShape>
276       <bpmndi:BPMNEdge id="SequenceFlow_04f826i_di" bpmnElement="SequenceFlow_04f826i">
277         <di:waypoint xsi:type="dc:Point" x="219" y="430" />
278         <di:waypoint xsi:type="dc:Point" x="241" y="430" />
279         <di:waypoint xsi:type="dc:Point" x="241" y="430" />
280         <di:waypoint xsi:type="dc:Point" x="262" y="430" />
281         <bpmndi:BPMNLabel>
282           <dc:Bounds x="121" y="430" width="90" height="12" />
283         </bpmndi:BPMNLabel>
284       </bpmndi:BPMNEdge>
285       <bpmndi:BPMNEdge id="SequenceFlow_09z92mf_di" bpmnElement="SequenceFlow_09z92mf">
286         <di:waypoint xsi:type="dc:Point" x="363" y="430" />
287         <di:waypoint xsi:type="dc:Point" x="390" y="430" />
288         <di:waypoint xsi:type="dc:Point" x="390" y="430" />
289         <di:waypoint xsi:type="dc:Point" x="441" y="430" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="270" y="430" width="90" height="12" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNEdge id="SequenceFlow_1t2ijcu_di" bpmnElement="SequenceFlow_1t2ijcu">
295         <di:waypoint xsi:type="dc:Point" x="718" y="430" />
296         <di:waypoint xsi:type="dc:Point" x="762" y="430" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="605" y="415" width="90" height="12" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNEdge>
301       <bpmndi:BPMNEdge id="SequenceFlow_1sooz22_di" bpmnElement="SequenceFlow_1sooz22">
302         <di:waypoint xsi:type="dc:Point" x="541" y="430" />
303         <di:waypoint xsi:type="dc:Point" x="618" y="430" />
304         <bpmndi:BPMNLabel>
305           <dc:Bounds x="447" y="415" width="90" height="12" />
306         </bpmndi:BPMNLabel>
307       </bpmndi:BPMNEdge>
308       <bpmndi:BPMNShape id="SubProcess_10vzjzh_di" bpmnElement="SubProcess_10vzjzh" isExpanded="true">
309         <dc:Bounds x="294" y="593" width="394" height="188" />
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNShape id="ScriptTask_1jgr212_di" bpmnElement="ScriptTask_1jgr212">
312         <dc:Bounds x="442" y="648" width="100" height="80" />
313       </bpmndi:BPMNShape>
314       <bpmndi:BPMNShape id="StartEvent_1awfo4s_di" bpmnElement="StartEvent_1awfo4s">
315         <dc:Bounds x="327" y="670" width="36" height="36" />
316         <bpmndi:BPMNLabel>
317           <dc:Bounds x="210" y="711" width="90" height="12" />
318         </bpmndi:BPMNLabel>
319       </bpmndi:BPMNShape>
320       <bpmndi:BPMNShape id="EndEvent_04azej9_di" bpmnElement="EndEvent_04azej9">
321         <dc:Bounds x="603" y="670" width="36" height="36" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="486" y="711" width="90" height="12" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNShape>
326       <bpmndi:BPMNEdge id="SequenceFlow_0gna7ys_di" bpmnElement="SequenceFlow_0gna7ys">
327         <di:waypoint xsi:type="dc:Point" x="363" y="688" />
328         <di:waypoint xsi:type="dc:Point" x="442" y="688" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="272" y="688" width="90" height="12" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNEdge>
333       <bpmndi:BPMNEdge id="SequenceFlow_0re5dm7_di" bpmnElement="SequenceFlow_0re5dm7">
334         <di:waypoint xsi:type="dc:Point" x="542" y="688" />
335         <di:waypoint xsi:type="dc:Point" x="603" y="688" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="444" y="688" width="90" height="12" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNShape id="CallActivity_1vpyqzt_di" bpmnElement="CallActivity_1vpyqzt">
341         <dc:Bounds x="729" y="80" width="100" height="80" />
342       </bpmndi:BPMNShape>
343       <bpmndi:BPMNEdge id="SequenceFlow_1fis1j1_di" bpmnElement="SequenceFlow_1fis1j1">
344         <di:waypoint xsi:type="dc:Point" x="829" y="120" />
345         <di:waypoint xsi:type="dc:Point" x="928" y="120" />
346         <bpmndi:BPMNLabel>
347           <dc:Bounds x="878.5" y="99" width="0" height="12" />
348         </bpmndi:BPMNLabel>
349       </bpmndi:BPMNEdge>
350       <bpmndi:BPMNEdge id="SequenceFlow_1q6spfu_di" bpmnElement="SequenceFlow_1q6spfu">
351         <di:waypoint xsi:type="dc:Point" x="1118" y="160" />
352         <di:waypoint xsi:type="dc:Point" x="1118" y="281" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="1088" y="214.5" width="90" height="12" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNEdge>
357       <bpmndi:BPMNEdge id="SequenceFlow_030pfun_di" bpmnElement="SequenceFlow_030pfun">
358         <di:waypoint xsi:type="dc:Point" x="349" y="120" />
359         <di:waypoint xsi:type="dc:Point" x="393" y="120" />
360         <bpmndi:BPMNLabel>
361           <dc:Bounds x="371" y="99" width="0" height="12" />
362         </bpmndi:BPMNLabel>
363       </bpmndi:BPMNEdge>
364       <bpmndi:BPMNShape id="ScriptTask_16ll9yo_di" bpmnElement="Task_1rsd8qa">
365         <dc:Bounds x="249" y="80" width="100" height="80" />
366       </bpmndi:BPMNShape>
367       <bpmndi:BPMNEdge id="SequenceFlow_14zd9we_di" bpmnElement="SequenceFlow_14zd9we">
368         <di:waypoint xsi:type="dc:Point" x="493" y="120" />
369         <di:waypoint xsi:type="dc:Point" x="560" y="120" />
370         <bpmndi:BPMNLabel>
371           <dc:Bounds x="526.5" y="99" width="0" height="12" />
372         </bpmndi:BPMNLabel>
373       </bpmndi:BPMNEdge>
374       <bpmndi:BPMNShape id="ServiceTask_1kpeoxt_di" bpmnElement="Task_01n9mqa">
375         <dc:Bounds x="393" y="80" width="100" height="80" />
376       </bpmndi:BPMNShape>
377     </bpmndi:BPMNPlane>
378   </bpmndi:BPMNDiagram>
379 </bpmn:definitions>