blob: d8dea30ad8bbdaee120ac70198e9f617a4e6fcb4 [file] [log] [blame]
subhash kumar singha7967372018-04-11 05:50:01 +00001<?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.11.3">
3 <bpmn:process id="DoDeleteResourceV1" name="DoDeleteResourceV1" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1" name="Start Resource Delete">
5 <bpmn:outgoing>SequenceFlow_0stqur4</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:scriptTask id="ScriptTask_0ngvt9d" name="Prepare Delete Resource Recipe">
8 <bpmn:incoming>SequenceFlow_1oil1t3</bpmn:incoming>
9 <bpmn:incoming>SequenceFlow_13nyd1j</bpmn:incoming>
10 <bpmn:outgoing>SequenceFlow_1qm7owo</bpmn:outgoing>
11 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12String resourceName = execution.getVariable("resourceType")
13def ddrs = new DoDeleteResource()
14ddrs.preResourceDelete(execution, resourceName )]]></bpmn:script>
15 </bpmn:scriptTask>
16 <bpmn:scriptTask id="ScriptTask_15zy0jf" name="Execute Delete Resource Recipe">
17 <bpmn:incoming>SequenceFlow_1qm7owo</bpmn:incoming>
18 <bpmn:outgoing>SequenceFlow_1ly5jrs</bpmn:outgoing>
19 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
20String resourceName = execution.getVariable("resourceType")
21def ddr = new DoDeleteResource()
22ddr.executeResourceDelete(execution, resourceName )]]></bpmn:script>
23 </bpmn:scriptTask>
24 <bpmn:scriptTask id="ScriptTask_1gf78zz" name="Parse Next Resource" scriptFormat="groovy">
25 <bpmn:incoming>SequenceFlow_1ly5jrs</bpmn:incoming>
26 <bpmn:outgoing>SequenceFlow_0i1gez5</bpmn:outgoing>
27 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
28def ddr = new DoDeleteResource()
29ddsr.parseNextResource(execution)]]></bpmn:script>
30 </bpmn:scriptTask>
31 <bpmn:exclusiveGateway id="ExclusiveGateway_0rtr0n7" name="Is All Resource Deleted">
32 <bpmn:incoming>SequenceFlow_0i1gez5</bpmn:incoming>
33 <bpmn:outgoing>SequenceFlow_1oil1t3</bpmn:outgoing>
34 <bpmn:outgoing>SequenceFlow_1d5mzit</bpmn:outgoing>
35 </bpmn:exclusiveGateway>
36 <bpmn:sequenceFlow id="SequenceFlow_0stqur4" sourceRef="StartEvent_1" targetRef="Task_1ue68b0" />
37 <bpmn:sequenceFlow id="SequenceFlow_1qm7owo" sourceRef="ScriptTask_0ngvt9d" targetRef="ScriptTask_15zy0jf" />
38 <bpmn:sequenceFlow id="SequenceFlow_1ly5jrs" sourceRef="ScriptTask_15zy0jf" targetRef="ScriptTask_1gf78zz" />
39 <bpmn:sequenceFlow id="SequenceFlow_0i1gez5" sourceRef="ScriptTask_1gf78zz" targetRef="ExclusiveGateway_0rtr0n7" />
40 <bpmn:sequenceFlow id="SequenceFlow_1oil1t3" name="No" sourceRef="ExclusiveGateway_0rtr0n7" targetRef="ScriptTask_0ngvt9d">
41 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("allResourceFinished" ) == "false" )}]]></bpmn:conditionExpression>
42 </bpmn:sequenceFlow>
43 <bpmn:subProcess id="SubProcess_0sbt4ns" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
44 <bpmn:startEvent id="StartEvent_1cjikl5">
45 <bpmn:outgoing>SequenceFlow_0rkycoj</bpmn:outgoing>
46 <bpmn:errorEventDefinition />
47 </bpmn:startEvent>
48 <bpmn:endEvent id="EndEvent_0gh3mcj">
49 <bpmn:incoming>SequenceFlow_117fiux</bpmn:incoming>
50 </bpmn:endEvent>
51 <bpmn:scriptTask id="ScriptTask_0plexin" name="Log / Print Unexpected Error" scriptFormat="groovy">
52 <bpmn:incoming>SequenceFlow_0rkycoj</bpmn:incoming>
53 <bpmn:outgoing>SequenceFlow_117fiux</bpmn:outgoing>
54 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
55ExceptionUtil ex = new ExceptionUtil()
56ex.processJavaException(execution)]]></bpmn:script>
57 </bpmn:scriptTask>
58 <bpmn:sequenceFlow id="SequenceFlow_0rkycoj" name="" sourceRef="StartEvent_1cjikl5" targetRef="ScriptTask_0plexin" />
59 <bpmn:sequenceFlow id="SequenceFlow_117fiux" name="" sourceRef="ScriptTask_0plexin" targetRef="EndEvent_0gh3mcj" />
60 </bpmn:subProcess>
61 <bpmn:serviceTask id="ServiceTask_176j3rl" name="Call Delete SDNC Service Topology" camunda:class="org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
62 <bpmn:incoming>SequenceFlow_1s1nnmj</bpmn:incoming>
63 <bpmn:outgoing>SequenceFlow_174yrgl</bpmn:outgoing>
64 </bpmn:serviceTask>
65 <bpmn:exclusiveGateway id="ExclusiveGateway_1x63i6w" name="Is SDNC Service Contained">
66 <bpmn:incoming>SequenceFlow_1yrkxjm</bpmn:incoming>
67 <bpmn:outgoing>SequenceFlow_1s1nnmj</bpmn:outgoing>
68 <bpmn:outgoing>SequenceFlow_0lk19rm</bpmn:outgoing>
69 </bpmn:exclusiveGateway>
70 <bpmn:sequenceFlow id="SequenceFlow_1yrkxjm" sourceRef="StartEvent_1eo3c2a" targetRef="ExclusiveGateway_1x63i6w" />
71 <bpmn:endEvent id="EndEvent_17bzayo" name="End Resource Deletion">
72 <bpmn:incoming>SequenceFlow_0o21fg8</bpmn:incoming>
73 </bpmn:endEvent>
74 <bpmn:sequenceFlow id="SequenceFlow_1s1nnmj" name="yes" sourceRef="ExclusiveGateway_1x63i6w" targetRef="ServiceTask_176j3rl">
75 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "true" )}]]></bpmn:conditionExpression>
76 </bpmn:sequenceFlow>
77 <bpmn:sequenceFlow id="SequenceFlow_174yrgl" sourceRef="ServiceTask_176j3rl" targetRef="ExclusiveGateway_1jybr0n" />
78 <bpmn:sequenceFlow id="SequenceFlow_0lk19rm" name="no" sourceRef="ExclusiveGateway_1x63i6w" targetRef="ExclusiveGateway_1jybr0n">
79 <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{(execution.getVariable("isContainsWanResource" ) == "false" )}]]></bpmn:conditionExpression>
80 </bpmn:sequenceFlow>
81 <bpmn:sequenceFlow id="SequenceFlow_1d5mzit" sourceRef="ExclusiveGateway_0rtr0n7" targetRef="EndEvent_17h3h92" />
82 <bpmn:intermediateThrowEvent id="EndEvent_17h3h92" name="Go To Delete SDNC Service Topology">
83 <bpmn:incoming>SequenceFlow_1d5mzit</bpmn:incoming>
84 <bpmn:linkEventDefinition name="DeleteSDNCServiceTopology" />
85 </bpmn:intermediateThrowEvent>
86 <bpmn:intermediateCatchEvent id="StartEvent_1eo3c2a" name="Delete SDNC Service Topology">
87 <bpmn:outgoing>SequenceFlow_1yrkxjm</bpmn:outgoing>
88 <bpmn:linkEventDefinition name="DeleteSDNCServiceTopology" />
89 </bpmn:intermediateCatchEvent>
90 <bpmn:exclusiveGateway id="ExclusiveGateway_1jybr0n">
91 <bpmn:incoming>SequenceFlow_174yrgl</bpmn:incoming>
92 <bpmn:incoming>SequenceFlow_0lk19rm</bpmn:incoming>
93 <bpmn:outgoing>SequenceFlow_0o21fg8</bpmn:outgoing>
94 </bpmn:exclusiveGateway>
95 <bpmn:sequenceFlow id="SequenceFlow_0o21fg8" sourceRef="ExclusiveGateway_1jybr0n" targetRef="EndEvent_17bzayo" />
96 <bpmn:scriptTask id="ScriptTask_12460xo" name="Sequense Resources" scriptFormat="groovy">
97 <bpmn:incoming>SequenceFlow_14dezx8</bpmn:incoming>
98 <bpmn:outgoing>SequenceFlow_13nyd1j</bpmn:outgoing>
99 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
100def ddrs = new DoDeleteResource()
101ddrs.sequenceResource(execution)]]></bpmn:script>
102 </bpmn:scriptTask>
103 <bpmn:sequenceFlow id="SequenceFlow_13nyd1j" sourceRef="ScriptTask_12460xo" targetRef="ScriptTask_0ngvt9d" />
104 <bpmn:sequenceFlow id="SequenceFlow_14dezx8" sourceRef="Task_1ue68b0" targetRef="ScriptTask_12460xo" />
105 <bpmn:scriptTask id="Task_1ue68b0" name="Preprocess Incoming Request">
106 <bpmn:incoming>SequenceFlow_0stqur4</bpmn:incoming>
107 <bpmn:outgoing>SequenceFlow_14dezx8</bpmn:outgoing>
108 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
109def ddrs = new DoDeleteResource()
110ddrs.preProcessRequest(execution)]]></bpmn:script>
111 </bpmn:scriptTask>
112 </bpmn:process>
113 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
114 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteResourceV1">
115 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
116 <dc:Bounds x="-70" y="255" width="36" height="36" />
117 <bpmndi:BPMNLabel>
118 <dc:Bounds x="-89" y="291" width="76" height="24" />
119 </bpmndi:BPMNLabel>
120 </bpmndi:BPMNShape>
121 <bpmndi:BPMNShape id="ScriptTask_0ngvt9d_di" bpmnElement="ScriptTask_0ngvt9d">
122 <dc:Bounds x="392" y="233" width="100" height="80" />
123 </bpmndi:BPMNShape>
124 <bpmndi:BPMNShape id="ScriptTask_15zy0jf_di" bpmnElement="ScriptTask_15zy0jf">
125 <dc:Bounds x="587" y="233" width="100" height="80" />
126 </bpmndi:BPMNShape>
127 <bpmndi:BPMNShape id="ScriptTask_1gf78zz_di" bpmnElement="ScriptTask_1gf78zz">
128 <dc:Bounds x="802" y="233" width="100" height="80" />
129 </bpmndi:BPMNShape>
130 <bpmndi:BPMNShape id="ExclusiveGateway_0rtr0n7_di" bpmnElement="ExclusiveGateway_0rtr0n7" isMarkerVisible="true">
131 <dc:Bounds x="1011" y="248" width="50" height="50" />
132 <bpmndi:BPMNLabel>
133 <dc:Bounds x="999" y="302" width="75" height="24" />
134 </bpmndi:BPMNLabel>
135 </bpmndi:BPMNShape>
136 <bpmndi:BPMNEdge id="SequenceFlow_0stqur4_di" bpmnElement="SequenceFlow_0stqur4">
137 <di:waypoint xsi:type="dc:Point" x="-34" y="273" />
138 <di:waypoint xsi:type="dc:Point" x="38" y="273" />
139 <bpmndi:BPMNLabel>
140 <dc:Bounds x="2" y="252" width="0" height="12" />
141 </bpmndi:BPMNLabel>
142 </bpmndi:BPMNEdge>
143 <bpmndi:BPMNEdge id="SequenceFlow_1qm7owo_di" bpmnElement="SequenceFlow_1qm7owo">
144 <di:waypoint xsi:type="dc:Point" x="492" y="273" />
145 <di:waypoint xsi:type="dc:Point" x="587" y="273" />
146 <bpmndi:BPMNLabel>
147 <dc:Bounds x="539.5" y="252" width="0" height="12" />
148 </bpmndi:BPMNLabel>
149 </bpmndi:BPMNEdge>
150 <bpmndi:BPMNEdge id="SequenceFlow_1ly5jrs_di" bpmnElement="SequenceFlow_1ly5jrs">
151 <di:waypoint xsi:type="dc:Point" x="687" y="273" />
152 <di:waypoint xsi:type="dc:Point" x="802" y="273" />
153 <bpmndi:BPMNLabel>
154 <dc:Bounds x="744.5" y="252" width="0" height="12" />
155 </bpmndi:BPMNLabel>
156 </bpmndi:BPMNEdge>
157 <bpmndi:BPMNEdge id="SequenceFlow_0i1gez5_di" bpmnElement="SequenceFlow_0i1gez5">
158 <di:waypoint xsi:type="dc:Point" x="902" y="273" />
159 <di:waypoint xsi:type="dc:Point" x="1011" y="273" />
160 <bpmndi:BPMNLabel>
161 <dc:Bounds x="956.5" y="252" width="0" height="12" />
162 </bpmndi:BPMNLabel>
163 </bpmndi:BPMNEdge>
164 <bpmndi:BPMNEdge id="SequenceFlow_1oil1t3_di" bpmnElement="SequenceFlow_1oil1t3">
165 <di:waypoint xsi:type="dc:Point" x="1036" y="298" />
166 <di:waypoint xsi:type="dc:Point" x="1036" y="418" />
167 <di:waypoint xsi:type="dc:Point" x="442" y="418" />
168 <di:waypoint xsi:type="dc:Point" x="442" y="313" />
169 <bpmndi:BPMNLabel>
170 <dc:Bounds x="731" y="397" width="16" height="12" />
171 </bpmndi:BPMNLabel>
172 </bpmndi:BPMNEdge>
173 <bpmndi:BPMNShape id="SubProcess_0sbt4ns_di" bpmnElement="SubProcess_0sbt4ns" isExpanded="true">
174 <dc:Bounds x="453" y="815" width="467" height="193" />
175 </bpmndi:BPMNShape>
176 <bpmndi:BPMNShape id="StartEvent_1cjikl5_di" bpmnElement="StartEvent_1cjikl5">
177 <dc:Bounds x="523" y="884" width="36" height="36" />
178 <bpmndi:BPMNLabel>
179 <dc:Bounds x="406" y="925" width="0" height="12" />
180 </bpmndi:BPMNLabel>
181 </bpmndi:BPMNShape>
182 <bpmndi:BPMNShape id="EndEvent_0gh3mcj_di" bpmnElement="EndEvent_0gh3mcj">
183 <dc:Bounds x="816" y="884" width="36" height="36" />
184 <bpmndi:BPMNLabel>
185 <dc:Bounds x="699" y="925" width="0" height="12" />
186 </bpmndi:BPMNLabel>
187 </bpmndi:BPMNShape>
188 <bpmndi:BPMNShape id="ScriptTask_0plexin_di" bpmnElement="ScriptTask_0plexin">
189 <dc:Bounds x="627" y="862" width="100" height="80" />
190 </bpmndi:BPMNShape>
191 <bpmndi:BPMNEdge id="SequenceFlow_0rkycoj_di" bpmnElement="SequenceFlow_0rkycoj">
192 <di:waypoint xsi:type="dc:Point" x="559" y="902" />
193 <di:waypoint xsi:type="dc:Point" x="627" y="902" />
194 <bpmndi:BPMNLabel>
195 <dc:Bounds x="458" y="887" width="0" height="12" />
196 </bpmndi:BPMNLabel>
197 </bpmndi:BPMNEdge>
198 <bpmndi:BPMNEdge id="SequenceFlow_117fiux_di" bpmnElement="SequenceFlow_117fiux">
199 <di:waypoint xsi:type="dc:Point" x="727" y="902" />
200 <di:waypoint xsi:type="dc:Point" x="816" y="902" />
201 <bpmndi:BPMNLabel>
202 <dc:Bounds x="639.5" y="887" width="0" height="12" />
203 </bpmndi:BPMNLabel>
204 </bpmndi:BPMNEdge>
205 <bpmndi:BPMNShape id="ServiceTask_176j3rl_di" bpmnElement="ServiceTask_176j3rl">
206 <dc:Bounds x="604" y="566" width="100" height="80" />
207 </bpmndi:BPMNShape>
208 <bpmndi:BPMNShape id="ExclusiveGateway_1x63i6w_di" bpmnElement="ExclusiveGateway_1x63i6w" isMarkerVisible="true">
209 <dc:Bounds x="396" y="581" width="50" height="50" />
210 <bpmndi:BPMNLabel>
211 <dc:Bounds x="379" y="635" width="84" height="24" />
212 </bpmndi:BPMNLabel>
213 </bpmndi:BPMNShape>
214 <bpmndi:BPMNEdge id="SequenceFlow_1yrkxjm_di" bpmnElement="SequenceFlow_1yrkxjm">
215 <di:waypoint xsi:type="dc:Point" x="269" y="606" />
216 <di:waypoint xsi:type="dc:Point" x="396" y="606" />
217 <bpmndi:BPMNLabel>
218 <dc:Bounds x="332.5" y="585" width="0" height="12" />
219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNEdge>
221 <bpmndi:BPMNShape id="EndEvent_17bzayo_di" bpmnElement="EndEvent_17bzayo">
222 <dc:Bounds x="992.2009291521485" y="588" width="36" height="36" />
223 <bpmndi:BPMNLabel>
224 <dc:Bounds x="977" y="628" width="72" height="24" />
225 </bpmndi:BPMNLabel>
226 </bpmndi:BPMNShape>
227 <bpmndi:BPMNEdge id="SequenceFlow_1s1nnmj_di" bpmnElement="SequenceFlow_1s1nnmj">
228 <di:waypoint xsi:type="dc:Point" x="446" y="606" />
229 <di:waypoint xsi:type="dc:Point" x="604" y="606" />
230 <bpmndi:BPMNLabel>
231 <dc:Bounds x="516" y="585" width="20" height="12" />
232 </bpmndi:BPMNLabel>
233 </bpmndi:BPMNEdge>
234 <bpmndi:BPMNEdge id="SequenceFlow_174yrgl_di" bpmnElement="SequenceFlow_174yrgl">
235 <di:waypoint xsi:type="dc:Point" x="704" y="606" />
236 <di:waypoint xsi:type="dc:Point" x="827" y="606" />
237 <bpmndi:BPMNLabel>
238 <dc:Bounds x="765.5" y="585" width="0" height="12" />
239 </bpmndi:BPMNLabel>
240 </bpmndi:BPMNEdge>
241 <bpmndi:BPMNEdge id="SequenceFlow_0lk19rm_di" bpmnElement="SequenceFlow_0lk19rm">
242 <di:waypoint xsi:type="dc:Point" x="421" y="631" />
243 <di:waypoint xsi:type="dc:Point" x="421" y="721" />
244 <di:waypoint xsi:type="dc:Point" x="852" y="721" />
245 <di:waypoint xsi:type="dc:Point" x="852" y="631" />
246 <bpmndi:BPMNLabel>
247 <dc:Bounds x="629" y="700" width="15" height="12" />
248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNEdge id="SequenceFlow_1d5mzit_di" bpmnElement="SequenceFlow_1d5mzit">
251 <di:waypoint xsi:type="dc:Point" x="1061" y="273" />
252 <di:waypoint xsi:type="dc:Point" x="1150" y="273" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="1105.5" y="252" width="0" height="12" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNShape id="IntermediateThrowEvent_122grb2_di" bpmnElement="EndEvent_17h3h92">
258 <dc:Bounds x="1150" y="255" width="36" height="36" />
259 <bpmndi:BPMNLabel>
260 <dc:Bounds x="1134" y="295" width="73" height="36" />
261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNShape id="IntermediateCatchEvent_11q62m0_di" bpmnElement="StartEvent_1eo3c2a">
264 <dc:Bounds x="233" y="588" width="36" height="36" />
265 <bpmndi:BPMNLabel>
266 <dc:Bounds x="209" y="628" width="87" height="24" />
267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNShape>
269 <bpmndi:BPMNShape id="ExclusiveGateway_1jybr0n_di" bpmnElement="ExclusiveGateway_1jybr0n" isMarkerVisible="true">
270 <dc:Bounds x="827" y="581" width="50" height="50" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="815" y="635" width="75" height="24" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNShape>
275 <bpmndi:BPMNEdge id="SequenceFlow_0o21fg8_di" bpmnElement="SequenceFlow_0o21fg8">
276 <di:waypoint xsi:type="dc:Point" x="877" y="606" />
277 <di:waypoint xsi:type="dc:Point" x="992" y="606" />
278 <bpmndi:BPMNLabel>
279 <dc:Bounds x="934.5" y="585" width="0" height="12" />
280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNEdge>
282 <bpmndi:BPMNShape id="ScriptTask_12460xo_di" bpmnElement="ScriptTask_12460xo">
283 <dc:Bounds x="219" y="233" width="100" height="80" />
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNEdge id="SequenceFlow_13nyd1j_di" bpmnElement="SequenceFlow_13nyd1j">
286 <di:waypoint xsi:type="dc:Point" x="319" y="273" />
287 <di:waypoint xsi:type="dc:Point" x="392" y="273" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="355.5" y="252" width="0" height="12" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNEdge id="SequenceFlow_14dezx8_di" bpmnElement="SequenceFlow_14dezx8">
293 <di:waypoint xsi:type="dc:Point" x="138" y="273" />
294 <di:waypoint xsi:type="dc:Point" x="219" y="273" />
295 <bpmndi:BPMNLabel>
296 <dc:Bounds x="178.5" y="252" width="0" height="12" />
297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
299 <bpmndi:BPMNShape id="ScriptTask_1tdnal8_di" bpmnElement="Task_1ue68b0">
300 <dc:Bounds x="38" y="233" width="100" height="80" />
301 </bpmndi:BPMNShape>
302 </bpmndi:BPMNPlane>
303 </bpmndi:BPMNDiagram>
304</bpmn:definitions>