SO changes for Service Intent
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCloudLeasedLineCreate.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: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_1wio50w" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.1.1">
3   <bpmn:process id="DoCloudLeasedLineCreate" name="DoCloudLeasedLineCreate" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1nbljfd" name="Create Cloud Leased Line Creation Work Flow">
5       <bpmn:outgoing>SequenceFlow_03s744c</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:scriptTask id="ScriptTask_1tc44ge" name="PreProcess Incoming Request" scriptFormat="groovy">
8       <bpmn:incoming>SequenceFlow_03s744c</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_07e12rt</bpmn:outgoing>
10       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
11 def css= new DoCloudLeasedLineCreate()
12 css.preProcessRequest(execution)</bpmn:script>
13     </bpmn:scriptTask>
14     <bpmn:subProcess id="SubProcess_1yv9i68" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
15       <bpmn:startEvent id="StartEvent_1omdx56">
16         <bpmn:outgoing>SequenceFlow_1w67v6s</bpmn:outgoing>
17         <bpmn:errorEventDefinition id="ErrorEventDefinition_06xcioh" />
18       </bpmn:startEvent>
19       <bpmn:endEvent id="EndEvent_1jx3026">
20         <bpmn:incoming>SequenceFlow_08mlzwz</bpmn:incoming>
21       </bpmn:endEvent>
22       <bpmn:scriptTask id="ScriptTask_1swzdpw" name="Handle Unexpected Error" scriptFormat="groovy">
23         <bpmn:incoming>SequenceFlow_1w67v6s</bpmn:incoming>
24         <bpmn:outgoing>SequenceFlow_08mlzwz</bpmn:outgoing>
25         <bpmn:script>import org.onap.so.bpmn.common.scripts.*
26 ExceptionUtil ex = new ExceptionUtil()
27 ex.processJavaException(execution)</bpmn:script>
28       </bpmn:scriptTask>
29       <bpmn:sequenceFlow id="SequenceFlow_1w67v6s" sourceRef="StartEvent_1omdx56" targetRef="ScriptTask_1swzdpw" />
30       <bpmn:sequenceFlow id="SequenceFlow_08mlzwz" sourceRef="ScriptTask_1swzdpw" targetRef="EndEvent_1jx3026" />
31     </bpmn:subProcess>
32     <bpmn:endEvent id="EndEvent_05h01gx" name="End">
33       <bpmn:incoming>Flow_06rrcwf</bpmn:incoming>
34     </bpmn:endEvent>
35     <bpmn:scriptTask id="ScriptTask_1xxag1o" name="Prepare Init Service Operation Status" scriptFormat="groovy">
36       <bpmn:incoming>SequenceFlow_07e12rt</bpmn:incoming>
37       <bpmn:outgoing>SequenceFlow_0t094g7</bpmn:outgoing>
38       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
39 def runScript = new DoCloudLeasedLineCreate()
40 runScript.prepareUpdateJobStatus(execution,"INPROGRESS","10","Create Cloud Leased Line started")</bpmn:script>
41     </bpmn:scriptTask>
42     <bpmn:scriptTask id="ScriptTask_1ssh2l9" name="Prepare Update Resource Oper Status((finish)" scriptFormat="groovy">
43       <bpmn:incoming>SequenceFlow_0kixzdj</bpmn:incoming>
44       <bpmn:outgoing>SequenceFlow_1qv8qw1</bpmn:outgoing>
45       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
46 def runScript = new DoCloudLeasedLineCreate()
47 runScript.prepareUpdateJobStatus(execution,"FINISHED","100","Created CLL successfully")</bpmn:script>
48     </bpmn:scriptTask>
49     <bpmn:endEvent id="EndEvent_1oouvuh" name="End" />
50     <bpmn:sequenceFlow id="SequenceFlow_03s744c" sourceRef="StartEvent_1nbljfd" targetRef="ScriptTask_1tc44ge" />
51     <bpmn:sequenceFlow id="SequenceFlow_07e12rt" sourceRef="ScriptTask_1tc44ge" targetRef="ScriptTask_1xxag1o" />
52     <bpmn:sequenceFlow id="SequenceFlow_0t094g7" sourceRef="ScriptTask_1xxag1o" targetRef="Activity_14an583" />
53     <bpmn:sequenceFlow id="SequenceFlow_1qv8qw1" sourceRef="ScriptTask_1ssh2l9" targetRef="Activity_1xko5pk" />
54     <bpmn:scriptTask id="ScriptTask_19uxoi8" name="Update AAI Status" scriptFormat="groovy">
55       <bpmn:incoming>Flow_1865m9a</bpmn:incoming>
56       <bpmn:incoming>Flow_15mdc4q</bpmn:incoming>
57       <bpmn:outgoing>SequenceFlow_0kixzdj</bpmn:outgoing>
58       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
59 execution.setVariable("orchestrationStatus", "created")
60 def runScript = new DoCloudLeasedLineCreate()
61 runScript.updateAAIOrchStatus(execution)</bpmn:script>
62     </bpmn:scriptTask>
63     <bpmn:sequenceFlow id="SequenceFlow_0kixzdj" sourceRef="ScriptTask_19uxoi8" targetRef="ScriptTask_1ssh2l9" />
64     <bpmn:serviceTask id="Activity_14an583" name="Update Resource Operation Status">
65       <bpmn:extensionElements>
66         <camunda:connector>
67           <camunda:inputOutput>
68             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
69             <camunda:inputParameter name="headers">
70               <camunda:map>
71                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
72                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
73               </camunda:map>
74             </camunda:inputParameter>
75             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
76             <camunda:inputParameter name="method">POST</camunda:inputParameter>
77             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
78             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
79           </camunda:inputOutput>
80           <camunda:connectorId>http-connector</camunda:connectorId>
81         </camunda:connector>
82       </bpmn:extensionElements>
83       <bpmn:incoming>SequenceFlow_0t094g7</bpmn:incoming>
84       <bpmn:outgoing>Flow_1k88aak</bpmn:outgoing>
85     </bpmn:serviceTask>
86     <bpmn:sequenceFlow id="Flow_1k88aak" sourceRef="Activity_14an583" targetRef="Activity_1tiyq9t" />
87     <bpmn:serviceTask id="Activity_1xko5pk" name="Update Resource Operation Status">
88       <bpmn:extensionElements>
89         <camunda:connector>
90           <camunda:inputOutput>
91             <camunda:inputParameter name="url">${dbAdapterEndpoint}</camunda:inputParameter>
92             <camunda:inputParameter name="headers">
93               <camunda:map>
94                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
95                 <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry>
96               </camunda:map>
97             </camunda:inputParameter>
98             <camunda:inputParameter name="payload">${updateResourceOperationStatus}</camunda:inputParameter>
99             <camunda:inputParameter name="method">POST</camunda:inputParameter>
100             <camunda:outputParameter name="NSSMF_dbResponseCode">${statusCode}</camunda:outputParameter>
101             <camunda:outputParameter name="NSSMF_dbResponse">${response}</camunda:outputParameter>
102           </camunda:inputOutput>
103           <camunda:connectorId>http-connector</camunda:connectorId>
104         </camunda:connector>
105       </bpmn:extensionElements>
106       <bpmn:incoming>SequenceFlow_1qv8qw1</bpmn:incoming>
107       <bpmn:outgoing>Flow_06rrcwf</bpmn:outgoing>
108     </bpmn:serviceTask>
109     <bpmn:sequenceFlow id="Flow_06rrcwf" sourceRef="Activity_1xko5pk" targetRef="EndEvent_05h01gx" />
110     <bpmn:scriptTask id="Activity_1tiyq9t" name="create Service Instance in AAI" scriptFormat="groovy">
111       <bpmn:incoming>Flow_1k88aak</bpmn:incoming>
112       <bpmn:outgoing>Flow_0xqfi6l</bpmn:outgoing>
113       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
114 def dcsi = new DoCloudLeasedLineCreate()
115 dcsi.createServiceInstance(execution)</bpmn:script>
116     </bpmn:scriptTask>
117     <bpmn:scriptTask id="Activity_09pfclp" name="Create Allottedsource in AAI" scriptFormat="groovy">
118       <bpmn:incoming>Flow_0xqfi6l</bpmn:incoming>
119       <bpmn:outgoing>Flow_1wzmy62</bpmn:outgoing>
120       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
121 def dcsi = new DoCloudLeasedLineCreate()
122 dcsi.createAllottedResource(execution)</bpmn:script>
123     </bpmn:scriptTask>
124     <bpmn:exclusiveGateway id="Gateway_1h7dpdn" name="Enable SDNC?">
125       <bpmn:incoming>Flow_1wzmy62</bpmn:incoming>
126       <bpmn:outgoing>Flow_08u0q5g</bpmn:outgoing>
127       <bpmn:outgoing>Flow_15mdc4q</bpmn:outgoing>
128     </bpmn:exclusiveGateway>
129     <bpmn:scriptTask id="Activity_01xdxaj" name="PreProcess SDNC Create Cloud Leased Line Request" scriptFormat="groovy">
130       <bpmn:incoming>Flow_08u0q5g</bpmn:incoming>
131       <bpmn:outgoing>Flow_1xqkjy9</bpmn:outgoing>
132       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
133 def dcsi = new DoCloudLeasedLineCreate()
134 dcsi.preprocessSdncCreateCllRequest(execution)</bpmn:script>
135     </bpmn:scriptTask>
136     <bpmn:callActivity id="Activity_01m0xuh" name="Call SDNC Adapter: Create CLL" calledElement="sdncAdapter">
137       <bpmn:extensionElements>
138         <camunda:in source="CLL_SDNCRequest" target="sdncAdapterWorkflowRequest" />
139         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
140         <camunda:in source="msoRequestId" target="mso-request-id" />
141         <camunda:in source="sliceServiceInstanceId" target="mso-service-instance-id" />
142         <camunda:out source="WorkflowException" target="WorkflowException" />
143         <camunda:out source="sdncAdapterResponse" target="CLL_SDNCAdapterResponse" />
144         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
145       </bpmn:extensionElements>
146       <bpmn:incoming>Flow_1xqkjy9</bpmn:incoming>
147       <bpmn:outgoing>Flow_0vvbiux</bpmn:outgoing>
148     </bpmn:callActivity>
149     <bpmn:scriptTask id="Activity_01eibkt" name="Postprocess Create CLL Request" scriptFormat="groovy">
150       <bpmn:incoming>Flow_0vvbiux</bpmn:incoming>
151       <bpmn:outgoing>Flow_1865m9a</bpmn:outgoing>
152       <bpmn:script>import org.onap.so.bpmn.infrastructure.scripts.*
153
154 String response = execution.getVariable("CLL_SDNCAdapterResponse")
155
156 def dcsi = new DoCloudLeasedLineCreate()
157 dcsi.validateSDNCResponse(execution, response, "allocate")</bpmn:script>
158     </bpmn:scriptTask>
159     <bpmn:sequenceFlow id="Flow_0xqfi6l" sourceRef="Activity_1tiyq9t" targetRef="Activity_09pfclp" />
160     <bpmn:sequenceFlow id="Flow_1wzmy62" sourceRef="Activity_09pfclp" targetRef="Gateway_1h7dpdn" />
161     <bpmn:sequenceFlow id="Flow_1xqkjy9" name="" sourceRef="Activity_01xdxaj" targetRef="Activity_01m0xuh" />
162     <bpmn:sequenceFlow id="Flow_0vvbiux" name="" sourceRef="Activity_01m0xuh" targetRef="Activity_01eibkt" />
163     <bpmn:sequenceFlow id="Flow_08u0q5g" name="YES" sourceRef="Gateway_1h7dpdn" targetRef="Activity_01xdxaj">
164       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{(execution.getVariable("enableSdnc" )  == true)}</bpmn:conditionExpression>
165     </bpmn:sequenceFlow>
166     <bpmn:sequenceFlow id="Flow_1865m9a" sourceRef="Activity_01eibkt" targetRef="ScriptTask_19uxoi8" />
167     <bpmn:sequenceFlow id="Flow_15mdc4q" name="NO" sourceRef="Gateway_1h7dpdn" targetRef="ScriptTask_19uxoi8" />
168   </bpmn:process>
169   <bpmn:message id="Message_0c4b2r5" name="SliceServiceTask" />
170   <bpmn:error id="Error_03akl5v" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
171   <bpmn:error id="Error_0p2naox" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
172   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
173     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCloudLeasedLineCreate">
174       <bpmndi:BPMNEdge id="Flow_15mdc4q_di" bpmnElement="Flow_15mdc4q">
175         <di:waypoint x="765" y="274" />
176         <di:waypoint x="1110" y="274" />
177         <di:waypoint x="1110" y="480" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="926" y="253" width="17" height="14" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182       <bpmndi:BPMNEdge id="Flow_1865m9a_di" bpmnElement="Flow_1865m9a">
183         <di:waypoint x="960" y="520" />
184         <di:waypoint x="1060" y="520" />
185       </bpmndi:BPMNEdge>
186       <bpmndi:BPMNEdge id="Flow_08u0q5g_di" bpmnElement="Flow_08u0q5g">
187         <di:waypoint x="740" y="299" />
188         <di:waypoint x="740" y="380" />
189         <di:waypoint x="480" y="380" />
190         <di:waypoint x="480" y="470" />
191         <bpmndi:BPMNLabel>
192           <dc:Bounds x="745" y="332" width="23" height="14" />
193         </bpmndi:BPMNLabel>
194       </bpmndi:BPMNEdge>
195       <bpmndi:BPMNEdge id="Flow_0vvbiux_di" bpmnElement="Flow_0vvbiux">
196         <di:waypoint x="730" y="520" />
197         <di:waypoint x="839" y="520" />
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNEdge id="Flow_1xqkjy9_di" bpmnElement="Flow_1xqkjy9">
200         <di:waypoint x="540" y="520" />
201         <di:waypoint x="609" y="520" />
202       </bpmndi:BPMNEdge>
203       <bpmndi:BPMNEdge id="Flow_1wzmy62_di" bpmnElement="Flow_1wzmy62">
204         <di:waypoint x="580" y="274" />
205         <di:waypoint x="715" y="274" />
206       </bpmndi:BPMNEdge>
207       <bpmndi:BPMNEdge id="Flow_0xqfi6l_di" bpmnElement="Flow_0xqfi6l">
208         <di:waypoint x="370" y="274" />
209         <di:waypoint x="480" y="274" />
210       </bpmndi:BPMNEdge>
211       <bpmndi:BPMNEdge id="Flow_06rrcwf_di" bpmnElement="Flow_06rrcwf">
212         <di:waypoint x="1330" y="690" />
213         <di:waypoint x="1430" y="690" />
214       </bpmndi:BPMNEdge>
215       <bpmndi:BPMNEdge id="Flow_1k88aak_di" bpmnElement="Flow_1k88aak">
216         <di:waypoint x="750" y="121" />
217         <di:waypoint x="770" y="121" />
218         <di:waypoint x="770" y="198" />
219         <di:waypoint x="320" y="198" />
220         <di:waypoint x="320" y="230" />
221       </bpmndi:BPMNEdge>
222       <bpmndi:BPMNEdge id="SequenceFlow_0kixzdj_di" bpmnElement="SequenceFlow_0kixzdj">
223         <di:waypoint x="1110" y="560" />
224         <di:waypoint x="1110" y="650" />
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNEdge id="SequenceFlow_1qv8qw1_di" bpmnElement="SequenceFlow_1qv8qw1">
227         <di:waypoint x="1160" y="690" />
228         <di:waypoint x="1230" y="690" />
229       </bpmndi:BPMNEdge>
230       <bpmndi:BPMNEdge id="SequenceFlow_0t094g7_di" bpmnElement="SequenceFlow_0t094g7">
231         <di:waypoint x="568" y="121" />
232         <di:waypoint x="650" y="121" />
233       </bpmndi:BPMNEdge>
234       <bpmndi:BPMNEdge id="SequenceFlow_07e12rt_di" bpmnElement="SequenceFlow_07e12rt">
235         <di:waypoint x="385" y="121" />
236         <di:waypoint x="468" y="121" />
237       </bpmndi:BPMNEdge>
238       <bpmndi:BPMNEdge id="SequenceFlow_03s744c_di" bpmnElement="SequenceFlow_03s744c">
239         <di:waypoint x="214" y="121" />
240         <di:waypoint x="285" y="121" />
241       </bpmndi:BPMNEdge>
242       <bpmndi:BPMNShape id="StartEvent_1nbljfd_di" bpmnElement="StartEvent_1nbljfd">
243         <dc:Bounds x="178" y="103" width="36" height="36" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="171" y="146" width="71" height="53" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNShape>
248       <bpmndi:BPMNShape id="ScriptTask_1tc44ge_di" bpmnElement="ScriptTask_1tc44ge">
249         <dc:Bounds x="285" y="81" width="100" height="80" />
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="SubProcess_1yv9i68_di" bpmnElement="SubProcess_1yv9i68" isExpanded="true">
252         <dc:Bounds x="685" y="1080" width="781" height="196" />
253       </bpmndi:BPMNShape>
254       <bpmndi:BPMNEdge id="SequenceFlow_08mlzwz_di" bpmnElement="SequenceFlow_08mlzwz">
255         <di:waypoint x="1079" y="1184" />
256         <di:waypoint x="1353" y="1184" />
257       </bpmndi:BPMNEdge>
258       <bpmndi:BPMNEdge id="SequenceFlow_1w67v6s_di" bpmnElement="SequenceFlow_1w67v6s">
259         <di:waypoint x="751" y="1184" />
260         <di:waypoint x="979" y="1184" />
261       </bpmndi:BPMNEdge>
262       <bpmndi:BPMNShape id="StartEvent_1omdx56_di" bpmnElement="StartEvent_1omdx56">
263         <dc:Bounds x="715" y="1166" width="36" height="36" />
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNShape id="EndEvent_1jx3026_di" bpmnElement="EndEvent_1jx3026">
266         <dc:Bounds x="1353" y="1166" width="36" height="36" />
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNShape id="ScriptTask_1swzdpw_di" bpmnElement="ScriptTask_1swzdpw">
269         <dc:Bounds x="979" y="1144" width="100" height="80" />
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="EndEvent_05h01gx_di" bpmnElement="EndEvent_05h01gx">
272         <dc:Bounds x="1430" y="672" width="36" height="36" />
273         <bpmndi:BPMNLabel>
274           <dc:Bounds x="1438" y="715" width="20" height="14" />
275         </bpmndi:BPMNLabel>
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="ScriptTask_1xxag1o_di" bpmnElement="ScriptTask_1xxag1o">
278         <dc:Bounds x="468" y="81" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNShape id="ScriptTask_1ssh2l9_di" bpmnElement="ScriptTask_1ssh2l9">
281         <dc:Bounds x="1060" y="650" width="100" height="80" />
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="EndEvent_1oouvuh_di" bpmnElement="EndEvent_1oouvuh">
284         <dc:Bounds x="1562" y="482" width="36" height="36" />
285         <bpmndi:BPMNLabel>
286           <dc:Bounds x="1570" y="525" width="20" height="14" />
287         </bpmndi:BPMNLabel>
288       </bpmndi:BPMNShape>
289       <bpmndi:BPMNShape id="ScriptTask_19uxoi8_di" bpmnElement="ScriptTask_19uxoi8">
290         <dc:Bounds x="1060" y="480" width="100" height="80" />
291       </bpmndi:BPMNShape>
292       <bpmndi:BPMNShape id="Activity_14an583_di" bpmnElement="Activity_14an583">
293         <dc:Bounds x="650" y="81" width="100" height="80" />
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNShape id="Activity_1xko5pk_di" bpmnElement="Activity_1xko5pk">
296         <dc:Bounds x="1230" y="650" width="100" height="80" />
297       </bpmndi:BPMNShape>
298       <bpmndi:BPMNShape id="Activity_1tiyq9t_di" bpmnElement="Activity_1tiyq9t">
299         <dc:Bounds x="270" y="234" width="100" height="80" />
300       </bpmndi:BPMNShape>
301       <bpmndi:BPMNShape id="Activity_09pfclp_di" bpmnElement="Activity_09pfclp">
302         <dc:Bounds x="480" y="234" width="100" height="80" />
303       </bpmndi:BPMNShape>
304       <bpmndi:BPMNShape id="Gateway_1h7dpdn_di" bpmnElement="Gateway_1h7dpdn" isMarkerVisible="true">
305         <dc:Bounds x="715" y="249" width="50" height="50" />
306         <bpmndi:BPMNLabel>
307           <dc:Bounds x="702" y="233" width="75" height="14" />
308         </bpmndi:BPMNLabel>
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="Activity_01xdxaj_di" bpmnElement="Activity_01xdxaj">
311         <dc:Bounds x="419" y="473" width="121" height="94" />
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNShape id="Activity_01m0xuh_di" bpmnElement="Activity_01m0xuh">
314         <dc:Bounds x="609" y="473" width="121" height="94" />
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNShape id="Activity_01eibkt_di" bpmnElement="Activity_01eibkt">
317         <dc:Bounds x="839" y="473" width="121" height="94" />
318       </bpmndi:BPMNShape>
319     </bpmndi:BPMNPlane>
320   </bpmndi:BPMNDiagram>
321 </bpmn:definitions>