Merge "Fixed NPE in ResourceRequestBuilder"
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateResources.bpmn
1 <?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.16.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateResourcesV3" name="DoCreateResourcesV3" 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>import org.onap.so.bpmn.infrastructure.scripts.*
11 def dcsi = new DoCreateResources()
12 dcsi.preProcessRequest(execution)
13 </bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
16       <bpmn2:incoming>SequenceFlow_16nxl6h</bpmn2:incoming>
17       <bpmn2:outgoing>SequenceFlow_0epxs3b</bpmn2:outgoing>
18       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
19 def csi = new  DoCreateResources()
20 csi.postConfigRequest(execution)</bpmn2:script>
21     </bpmn2:scriptTask>
22     <bpmn2:serviceTask id="Task_0io5qby" name="Call Sync SDNC service Create " camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
23       <bpmn2:incoming>SequenceFlow_0k0f7lm</bpmn2:incoming>
24       <bpmn2:outgoing>SequenceFlow_11f2zuu</bpmn2:outgoing>
25     </bpmn2:serviceTask>
26     <bpmn2:sequenceFlow id="SequenceFlow_11f2zuu" sourceRef="Task_0io5qby" targetRef="IntermediateThrowEvent_0f2w7aj" />
27     <bpmn2:scriptTask id="ScriptTask_1y0los4" name="Sequence Resource" scriptFormat="groovy">
28       <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming>
29       <bpmn2:outgoing>SequenceFlow_13d9g1n</bpmn2:outgoing>
30       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
31 def ddsi = new DoCreateResources()
32 ddsi.sequenceResoure(execution)</bpmn2:script>
33     </bpmn2:scriptTask>
34     <bpmn2:sequenceFlow id="SequenceFlow_13d9g1n" sourceRef="ScriptTask_1y0los4" targetRef="ExclusiveGateway_07rr3wp" />
35     <bpmn2:exclusiveGateway id="ExclusiveGateway_0n9y4du" name="All ResourceFinished?" default="SequenceFlow_0q6uy30">
36       <bpmn2:incoming>SequenceFlow_1jenxlp</bpmn2:incoming>
37       <bpmn2:outgoing>SequenceFlow_0q6uy30</bpmn2:outgoing>
38       <bpmn2:outgoing>SequenceFlow_16nxl6h</bpmn2:outgoing>
39     </bpmn2:exclusiveGateway>
40     <bpmn2:sequenceFlow id="SequenceFlow_0q6uy30" name="no" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_0l4nkqr" />
41     <bpmn2:scriptTask id="ScriptTask_0y4u2ty" name="Parse Next Resource" scriptFormat="groovy">
42       <bpmn2:incoming>SequenceFlow_13c7bhn</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_1jenxlp</bpmn2:outgoing>
44       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
45 def ddsi = new DoCreateResources()
46 ddsi.parseNextResource(execution)</bpmn2:script>
47     </bpmn2:scriptTask>
48     <bpmn2:sequenceFlow id="SequenceFlow_1jenxlp" sourceRef="ScriptTask_0y4u2ty" targetRef="ExclusiveGateway_0n9y4du" />
49     <bpmn2:scriptTask id="ScriptTask_0l4nkqr" name="Get Current Resource" scriptFormat="groovy">
50       <bpmn2:incoming>SequenceFlow_0q6uy30</bpmn2:incoming>
51       <bpmn2:incoming>SequenceFlow_1obf0cq</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_0uiygod</bpmn2:outgoing>
53       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
54 def ddsi = new DoCreateResources()
55 ddsi.getCurrentResoure(execution)</bpmn2:script>
56     </bpmn2:scriptTask>
57     <bpmn2:exclusiveGateway id="ExclusiveGateway_07rr3wp" name="Is SDN-C Service Needed" default="SequenceFlow_18wj44x">
58       <bpmn2:incoming>SequenceFlow_13d9g1n</bpmn2:incoming>
59       <bpmn2:outgoing>SequenceFlow_18wj44x</bpmn2:outgoing>
60       <bpmn2:outgoing>SequenceFlow_1vprtt9</bpmn2:outgoing>
61     </bpmn2:exclusiveGateway>
62     <bpmn2:sequenceFlow id="SequenceFlow_18wj44x" name="no" sourceRef="ExclusiveGateway_07rr3wp" targetRef="IntermediateThrowEvent_0f2w7aj" />
63     <bpmn2:scriptTask id="Task_0qlkmvt" name="Prepare resource recipe Request" scriptFormat="groovy">
64       <bpmn2:incoming>SequenceFlow_0uiygod</bpmn2:incoming>
65       <bpmn2:outgoing>SequenceFlow_1u9k0dm</bpmn2:outgoing>
66       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
67 def ddsi = new DoCreateResources()
68 ddsi.prepareResourceRecipeRequest(execution)</bpmn2:script>
69     </bpmn2:scriptTask>
70     <bpmn2:scriptTask id="Task_12ghoph" name="Execute Resource Recipe" scriptFormat="groovy">
71       <bpmn2:incoming>SequenceFlow_1u9k0dm</bpmn2:incoming>
72       <bpmn2:outgoing>SequenceFlow_13c7bhn</bpmn2:outgoing>
73       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
74 def ddsi = new DoCreateResources()
75 ddsi.executeResourceRecipe(execution)</bpmn2:script>
76     </bpmn2:scriptTask>
77     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to StratPrepareService">
78       <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
79       <bpmn2:linkEventDefinition name="StartPrepareResource" />
80     </bpmn2:intermediateThrowEvent>
81     <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
82     <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
83     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0f2w7aj" name="GoTo ResourceLoop">
84       <bpmn2:incoming>SequenceFlow_18wj44x</bpmn2:incoming>
85       <bpmn2:incoming>SequenceFlow_11f2zuu</bpmn2:incoming>
86       <bpmn2:linkEventDefinition name="ResourceLoop" />
87     </bpmn2:intermediateThrowEvent>
88     <bpmn2:sequenceFlow id="SequenceFlow_1vprtt9" name="yes" sourceRef="ExclusiveGateway_07rr3wp" targetRef="Task_1blaq0f">
89       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{(execution.getVariable("isContainsWanResource" )  == "true" )}</bpmn2:conditionExpression>
90     </bpmn2:sequenceFlow>
91     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
92       <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing>
93       <bpmn2:linkEventDefinition name="StartPrepareResource" />
94     </bpmn2:intermediateCatchEvent>
95     <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_1y0los4" />
96     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_02bah5m" name="ResourceLoop">
97       <bpmn2:outgoing>SequenceFlow_1qozd66</bpmn2:outgoing>
98       <bpmn2:linkEventDefinition name="ResourceLoop" />
99     </bpmn2:intermediateCatchEvent>
100     <bpmn2:sequenceFlow id="SequenceFlow_16nxl6h" name="yes" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_1xdjlzm">
101       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{(execution.getVariable("allResourceFinished" )  == "true" )}</bpmn2:conditionExpression>
102     </bpmn2:sequenceFlow>
103     <bpmn2:sequenceFlow id="SequenceFlow_0uiygod" sourceRef="ScriptTask_0l4nkqr" targetRef="Task_0qlkmvt" />
104     <bpmn2:sequenceFlow id="SequenceFlow_1u9k0dm" sourceRef="Task_0qlkmvt" targetRef="Task_12ghoph" />
105     <bpmn2:sequenceFlow id="SequenceFlow_13c7bhn" sourceRef="Task_12ghoph" targetRef="ScriptTask_0y4u2ty" />
106     <bpmn2:sequenceFlow id="SequenceFlow_1qozd66" sourceRef="IntermediateCatchEvent_02bah5m" targetRef="Task_0g7zo7b" />
107     <bpmn2:endEvent id="EndEvent_1ddg1di">
108       <bpmn2:incoming>SequenceFlow_0epxs3b</bpmn2:incoming>
109     </bpmn2:endEvent>
110     <bpmn2:sequenceFlow id="SequenceFlow_0epxs3b" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_1ddg1di" />
111     <bpmn2:subProcess id="SubProcess_0sfdqc1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
112       <bpmn2:startEvent id="StartEvent_0x7o2ug">
113         <bpmn2:outgoing>SequenceFlow_0gr9xqj</bpmn2:outgoing>
114         <bpmn2:errorEventDefinition />
115       </bpmn2:startEvent>
116       <bpmn2:endEvent id="EndEvent_0lgdyyb">
117         <bpmn2:incoming>SequenceFlow_0a6l29p</bpmn2:incoming>
118       </bpmn2:endEvent>
119       <bpmn2:scriptTask id="ScriptTask_1648adp" name="Log / Print Unexpected Error" scriptFormat="groovy">
120         <bpmn2:incoming>SequenceFlow_0gr9xqj</bpmn2:incoming>
121         <bpmn2:outgoing>SequenceFlow_0a6l29p</bpmn2:outgoing>
122         <bpmn2:script>import org.onap.so.bpmn.common.scripts.*
123 ExceptionUtil ex = new ExceptionUtil()
124 ex.processJavaException(execution)</bpmn2:script>
125       </bpmn2:scriptTask>
126       <bpmn2:sequenceFlow id="SequenceFlow_0gr9xqj" name="" sourceRef="StartEvent_0x7o2ug" targetRef="ScriptTask_1648adp" />
127       <bpmn2:sequenceFlow id="SequenceFlow_0a6l29p" name="" sourceRef="ScriptTask_1648adp" targetRef="EndEvent_0lgdyyb" />
128     </bpmn2:subProcess>
129     <bpmn2:scriptTask id="Task_1blaq0f" name="Prepare SDNC service Create" scriptFormat="groovy">
130       <bpmn2:incoming>SequenceFlow_1vprtt9</bpmn2:incoming>
131       <bpmn2:outgoing>SequenceFlow_0k0f7lm</bpmn2:outgoing>
132       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
133 def ddsi = new DoCreateResources()
134 ddsi.prepareServiceTopologyRequest(execution)</bpmn2:script>
135     </bpmn2:scriptTask>
136     <bpmn2:sequenceFlow id="SequenceFlow_0k0f7lm" sourceRef="Task_1blaq0f" targetRef="Task_0io5qby" />
137     <bpmn2:sequenceFlow id="SequenceFlow_1obf0cq" sourceRef="Task_0g7zo7b" targetRef="ScriptTask_0l4nkqr" />
138     <bpmn2:scriptTask id="Task_0g7zo7b" name="Prepare Instnace ResourceList" scriptFormat="groovy">
139       <bpmn2:incoming>SequenceFlow_1qozd66</bpmn2:incoming>
140       <bpmn2:outgoing>SequenceFlow_1obf0cq</bpmn2:outgoing>
141       <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
142 def ddsi = new DoCreateResources()
143 ddsi.prepareInstanceResourceList(execution)</bpmn2:script>
144     </bpmn2:scriptTask>
145   </bpmn2:process>
146   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
147   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
148   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
149     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateResourcesV3">
150       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
151         <dc:Bounds x="18" y="-207" width="36" height="36" />
152         <bpmndi:BPMNLabel>
153           <dc:Bounds x="12" y="-166" width="50" height="12" />
154         </bpmndi:BPMNLabel>
155       </bpmndi:BPMNShape>
156       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
157         <dc:Bounds x="126" y="-229" width="100" height="80" />
158       </bpmndi:BPMNShape>
159       <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
160         <dc:Bounds x="1119" y="485" width="100" height="80" />
161       </bpmndi:BPMNShape>
162       <bpmndi:BPMNShape id="ServiceTask_0qi8cgg_di" bpmnElement="Task_0io5qby">
163         <dc:Bounds x="1047" y="353" width="100" height="80" />
164       </bpmndi:BPMNShape>
165       <bpmndi:BPMNEdge id="SequenceFlow_11f2zuu_di" bpmnElement="SequenceFlow_11f2zuu">
166         <di:waypoint x="1147" y="393" />
167         <di:waypoint x="1219" y="393" />
168         <di:waypoint x="1219" y="300" />
169         <di:waypoint x="1315" y="300" />
170         <bpmndi:BPMNLabel>
171           <dc:Bounds x="1189" y="340.5" width="90" height="12" />
172         </bpmndi:BPMNLabel>
173       </bpmndi:BPMNEdge>
174       <bpmndi:BPMNShape id="ScriptTask_1y0los4_di" bpmnElement="ScriptTask_1y0los4">
175         <dc:Bounds x="444" y="260" width="100" height="80" />
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNEdge id="SequenceFlow_13d9g1n_di" bpmnElement="SequenceFlow_13d9g1n">
178         <di:waypoint x="544" y="300" />
179         <di:waypoint x="753" y="300" />
180         <bpmndi:BPMNLabel>
181           <dc:Bounds x="603.5" y="279" width="90" height="12" />
182         </bpmndi:BPMNLabel>
183       </bpmndi:BPMNEdge>
184       <bpmndi:BPMNShape id="ExclusiveGateway_0n9y4du_di" bpmnElement="ExclusiveGateway_0n9y4du" isMarkerVisible="true">
185         <dc:Bounds x="929" y="500" width="50" height="50" />
186         <bpmndi:BPMNLabel>
187           <dc:Bounds x="911" y="454" width="85" height="36" />
188         </bpmndi:BPMNLabel>
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNEdge id="SequenceFlow_0q6uy30_di" bpmnElement="SequenceFlow_0q6uy30">
191         <di:waypoint x="954" y="550" />
192         <di:waypoint x="954" y="691" />
193         <di:waypoint x="246" y="691" />
194         <di:waypoint x="246" y="565" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="593" y="670" width="15" height="12" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNShape id="ScriptTask_0y4u2ty_di" bpmnElement="ScriptTask_0y4u2ty">
200         <dc:Bounds x="728" y="485" width="100" height="80" />
201       </bpmndi:BPMNShape>
202       <bpmndi:BPMNEdge id="SequenceFlow_1jenxlp_di" bpmnElement="SequenceFlow_1jenxlp">
203         <di:waypoint x="828" y="525" />
204         <di:waypoint x="929" y="525" />
205         <bpmndi:BPMNLabel>
206           <dc:Bounds x="833.5" y="504" width="90" height="12" />
207         </bpmndi:BPMNLabel>
208       </bpmndi:BPMNEdge>
209       <bpmndi:BPMNShape id="ScriptTask_0l4nkqr_di" bpmnElement="ScriptTask_0l4nkqr">
210         <dc:Bounds x="196" y="485" width="100" height="80" />
211       </bpmndi:BPMNShape>
212       <bpmndi:BPMNShape id="ExclusiveGateway_07rr3wp_di" bpmnElement="ExclusiveGateway_07rr3wp" isMarkerVisible="true">
213         <dc:Bounds x="753" y="275" width="50" height="50" />
214         <bpmndi:BPMNLabel>
215           <dc:Bounds x="734" y="243" width="88" height="24" />
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNShape>
218       <bpmndi:BPMNEdge id="SequenceFlow_18wj44x_di" bpmnElement="SequenceFlow_18wj44x">
219         <di:waypoint x="803" y="300" />
220         <di:waypoint x="1315" y="300" />
221         <bpmndi:BPMNLabel>
222           <dc:Bounds x="831" y="294" width="15" height="12" />
223         </bpmndi:BPMNLabel>
224       </bpmndi:BPMNEdge>
225       <bpmndi:BPMNShape id="ScriptTask_0u88n0f_di" bpmnElement="Task_0qlkmvt">
226         <dc:Bounds x="357" y="485" width="100" height="80" />
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNShape id="ScriptTask_1y17r20_di" bpmnElement="Task_12ghoph">
229         <dc:Bounds x="551" y="485" width="100" height="80" />
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
232         <dc:Bounds x="1315" y="-207" width="36" height="36" />
233         <bpmndi:BPMNLabel>
234           <dc:Bounds x="1292" y="-167" width="88" height="36" />
235         </bpmndi:BPMNLabel>
236       </bpmndi:BPMNShape>
237       <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
238         <di:waypoint x="54" y="-189" />
239         <di:waypoint x="126" y="-189" />
240         <bpmndi:BPMNLabel>
241           <dc:Bounds x="90" y="-210" width="0" height="12" />
242         </bpmndi:BPMNLabel>
243       </bpmndi:BPMNEdge>
244       <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
245         <di:waypoint x="226" y="-189" />
246         <di:waypoint x="771" y="-189" />
247         <di:waypoint x="771" y="-189" />
248         <di:waypoint x="1315" y="-189" />
249         <bpmndi:BPMNLabel>
250           <dc:Bounds x="786" y="-195" width="0" height="12" />
251         </bpmndi:BPMNLabel>
252       </bpmndi:BPMNEdge>
253       <bpmndi:BPMNShape id="IntermediateThrowEvent_0f2w7aj_di" bpmnElement="IntermediateThrowEvent_0f2w7aj">
254         <dc:Bounds x="1315" y="282" width="36" height="36" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="1299" y="323" width="73" height="24" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNEdge id="SequenceFlow_1vprtt9_di" bpmnElement="SequenceFlow_1vprtt9">
260         <di:waypoint x="778" y="325" />
261         <di:waypoint x="778" y="393" />
262         <di:waypoint x="861" y="394" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="784" y="353" width="20" height="12" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
268         <dc:Bounds x="18" y="282" width="36" height="36" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="-3" y="318" width="82" height="24" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNShape>
273       <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9">
274         <di:waypoint x="54" y="300" />
275         <di:waypoint x="444" y="300" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="204" y="279" width="90" height="12" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNShape id="IntermediateCatchEvent_02bah5m_di" bpmnElement="IntermediateCatchEvent_02bah5m">
281         <dc:Bounds x="-26" y="507" width="36" height="36" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="-41" y="543" width="72" height="14" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNEdge id="SequenceFlow_16nxl6h_di" bpmnElement="SequenceFlow_16nxl6h">
287         <di:waypoint x="979" y="525" />
288         <di:waypoint x="1119" y="525" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="1040" y="504" width="19" height="12" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNEdge>
293       <bpmndi:BPMNEdge id="SequenceFlow_0uiygod_di" bpmnElement="SequenceFlow_0uiygod">
294         <di:waypoint x="296" y="525" />
295         <di:waypoint x="357" y="525" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="326.5" y="504" width="0" height="12" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="SequenceFlow_1u9k0dm_di" bpmnElement="SequenceFlow_1u9k0dm">
301         <di:waypoint x="457" y="525" />
302         <di:waypoint x="551" y="525" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="504" y="504" width="0" height="12" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNEdge id="SequenceFlow_13c7bhn_di" bpmnElement="SequenceFlow_13c7bhn">
308         <di:waypoint x="651" y="525" />
309         <di:waypoint x="728" y="525" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="689.5" y="504" width="0" height="12" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNEdge id="SequenceFlow_1qozd66_di" bpmnElement="SequenceFlow_1qozd66">
315         <di:waypoint x="10" y="525" />
316         <di:waypoint x="52" y="525" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="125" y="504" width="0" height="12" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNEdge>
321       <bpmndi:BPMNShape id="EndEvent_1ddg1di_di" bpmnElement="EndEvent_1ddg1di">
322         <dc:Bounds x="1314.8151147098515" y="506.9419703103914" width="36" height="36" />
323         <bpmndi:BPMNLabel>
324           <dc:Bounds x="1332.8151147098515" y="546.9419703103914" width="0" height="12" />
325         </bpmndi:BPMNLabel>
326       </bpmndi:BPMNShape>
327       <bpmndi:BPMNEdge id="SequenceFlow_0epxs3b_di" bpmnElement="SequenceFlow_0epxs3b">
328         <di:waypoint x="1219" y="525" />
329         <di:waypoint x="1315" y="525" />
330         <bpmndi:BPMNLabel>
331           <dc:Bounds x="1267" y="504" width="0" height="12" />
332         </bpmndi:BPMNLabel>
333       </bpmndi:BPMNEdge>
334       <bpmndi:BPMNShape id="SubProcess_0sfdqc1_di" bpmnElement="SubProcess_0sfdqc1" isExpanded="true">
335         <dc:Bounds x="338" y="817" width="467" height="193" />
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNShape id="StartEvent_0x7o2ug_di" bpmnElement="StartEvent_0x7o2ug">
338         <dc:Bounds x="407" y="885" width="36" height="36" />
339         <bpmndi:BPMNLabel>
340           <dc:Bounds x="335" y="926" width="0" height="12" />
341         </bpmndi:BPMNLabel>
342       </bpmndi:BPMNShape>
343       <bpmndi:BPMNShape id="EndEvent_0lgdyyb_di" bpmnElement="EndEvent_0lgdyyb">
344         <dc:Bounds x="700" y="885" width="36" height="36" />
345         <bpmndi:BPMNLabel>
346           <dc:Bounds x="628" y="926" width="0" height="12" />
347         </bpmndi:BPMNLabel>
348       </bpmndi:BPMNShape>
349       <bpmndi:BPMNShape id="ScriptTask_1648adp_di" bpmnElement="ScriptTask_1648adp">
350         <dc:Bounds x="511" y="863" width="100" height="80" />
351       </bpmndi:BPMNShape>
352       <bpmndi:BPMNEdge id="SequenceFlow_0gr9xqj_di" bpmnElement="SequenceFlow_0gr9xqj">
353         <di:waypoint x="443" y="903" />
354         <di:waypoint x="511" y="903" />
355         <bpmndi:BPMNLabel>
356           <dc:Bounds x="387" y="888" width="0" height="12" />
357         </bpmndi:BPMNLabel>
358       </bpmndi:BPMNEdge>
359       <bpmndi:BPMNEdge id="SequenceFlow_0a6l29p_di" bpmnElement="SequenceFlow_0a6l29p">
360         <di:waypoint x="611" y="903" />
361         <di:waypoint x="700" y="903" />
362         <bpmndi:BPMNLabel>
363           <dc:Bounds x="567.5" y="888" width="0" height="12" />
364         </bpmndi:BPMNLabel>
365       </bpmndi:BPMNEdge>
366       <bpmndi:BPMNShape id="ScriptTask_0dh2mj1_di" bpmnElement="Task_1blaq0f">
367         <dc:Bounds x="861" y="354" width="100" height="80" />
368       </bpmndi:BPMNShape>
369       <bpmndi:BPMNEdge id="SequenceFlow_0k0f7lm_di" bpmnElement="SequenceFlow_0k0f7lm">
370         <di:waypoint x="961" y="394" />
371         <di:waypoint x="1047" y="393" />
372         <bpmndi:BPMNLabel>
373           <dc:Bounds x="1004" y="372.5" width="0" height="12" />
374         </bpmndi:BPMNLabel>
375       </bpmndi:BPMNEdge>
376       <bpmndi:BPMNEdge id="SequenceFlow_1obf0cq_di" bpmnElement="SequenceFlow_1obf0cq">
377         <di:waypoint x="152" y="525" />
378         <di:waypoint x="196" y="525" />
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNShape id="ScriptTask_0iag9tv_di" bpmnElement="Task_0g7zo7b">
381         <dc:Bounds x="52" y="485" width="100" height="80" />
382       </bpmndi:BPMNShape>
383     </bpmndi:BPMNPlane>
384   </bpmndi:BPMNDiagram>
385 </bpmn2:definitions>