Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoUnderlayVpnOperation.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.6.0">
3   <bpmn:process id="DoUnderlayVpnOperation" name="DoUnderlayVpnOperation" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_0trm4dk</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:exclusiveGateway id="ExclusiveGateway_0vvnd7x" name="is response ok?" default="SequenceFlow_083crve">
8       <bpmn:incoming>SequenceFlow_1vncx6p</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1amfirn</bpmn:outgoing>
10       <bpmn:outgoing>SequenceFlow_083crve</bpmn:outgoing>
11     </bpmn:exclusiveGateway>
12     <bpmn:endEvent id="EndEvent_14p1b2x">
13       <bpmn:incoming>SequenceFlow_10j9lbs</bpmn:incoming>
14     </bpmn:endEvent>
15     <bpmn:endEvent id="EndEvent_0urwhzh">
16       <bpmn:incoming>SequenceFlow_083crve</bpmn:incoming>
17       <bpmn:incoming>SequenceFlow_0al8gdl</bpmn:incoming>
18       <bpmn:errorEventDefinition errorRef="Error_1ajtcbe" />
19     </bpmn:endEvent>
20     <bpmn:sequenceFlow id="SequenceFlow_0trm4dk" sourceRef="StartEvent_1" targetRef="Task_0p43ddw" />
21     <bpmn:sequenceFlow id="SequenceFlow_1amfirn" name="ok" sourceRef="ExclusiveGateway_0vvnd7x" targetRef="ServiceTask_1uy6bdu">
22       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("SendSdncResult")=='ok'}]]></bpmn:conditionExpression>
23     </bpmn:sequenceFlow>
24     <bpmn:sequenceFlow id="SequenceFlow_083crve" name="error" sourceRef="ExclusiveGateway_0vvnd7x" targetRef="EndEvent_0urwhzh" />
25     <bpmn:serviceTask id="Task_0brg0a4" name="call sdnc network operation" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
26       <bpmn:incoming>SequenceFlow_0h35z1p</bpmn:incoming>
27       <bpmn:outgoing>SequenceFlow_07bp14s</bpmn:outgoing>
28     </bpmn:serviceTask>
29     <bpmn:serviceTask id="Task_0p43ddw" name="call SdncUnderlayVpnPreprocessTask" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncUnderlayVpnPreprocessTask">
30       <bpmn:incoming>SequenceFlow_0trm4dk</bpmn:incoming>
31       <bpmn:outgoing>SequenceFlow_199ig0b</bpmn:outgoing>
32     </bpmn:serviceTask>
33     <bpmn:exclusiveGateway id="ExclusiveGateway_0qsgg4i" name="Is create?" default="SequenceFlow_0h35z1p">
34       <bpmn:incoming>SequenceFlow_199ig0b</bpmn:incoming>
35       <bpmn:outgoing>SequenceFlow_1rj6k5t</bpmn:outgoing>
36       <bpmn:outgoing>SequenceFlow_0h35z1p</bpmn:outgoing>
37     </bpmn:exclusiveGateway>
38     <bpmn:sequenceFlow id="SequenceFlow_199ig0b" sourceRef="Task_0p43ddw" targetRef="ExclusiveGateway_0qsgg4i" />
39     <bpmn:serviceTask id="Task_0rfvkh0" name="call SdncServiceTopologyOperationTask" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
40       <bpmn:incoming>SequenceFlow_1rj6k5t</bpmn:incoming>
41       <bpmn:outgoing>SequenceFlow_1vncx6p</bpmn:outgoing>
42     </bpmn:serviceTask>
43     <bpmn:sequenceFlow id="SequenceFlow_1rj6k5t" name="yes" sourceRef="ExclusiveGateway_0qsgg4i" targetRef="Task_0rfvkh0">
44       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("resourceOperType")=='create'}]]></bpmn:conditionExpression>
45     </bpmn:sequenceFlow>
46     <bpmn:sequenceFlow id="SequenceFlow_0h35z1p" name="no" sourceRef="ExclusiveGateway_0qsgg4i" targetRef="Task_0brg0a4" />
47     <bpmn:sequenceFlow id="SequenceFlow_1vncx6p" sourceRef="Task_0rfvkh0" targetRef="ExclusiveGateway_0vvnd7x" />
48     <bpmn:serviceTask id="ServiceTask_1uy6bdu" name="call sdnc network operation" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncNetworkTopologyOperationTask">
49       <bpmn:incoming>SequenceFlow_1amfirn</bpmn:incoming>
50       <bpmn:outgoing>SequenceFlow_0bsmh51</bpmn:outgoing>
51     </bpmn:serviceTask>
52     <bpmn:sequenceFlow id="SequenceFlow_0bsmh51" sourceRef="ServiceTask_1uy6bdu" targetRef="ExclusiveGateway_09xxhiu" />
53     <bpmn:exclusiveGateway id="ExclusiveGateway_09xxhiu" name="is response ok?" default="SequenceFlow_0al8gdl">
54       <bpmn:incoming>SequenceFlow_0bsmh51</bpmn:incoming>
55       <bpmn:outgoing>SequenceFlow_10j9lbs</bpmn:outgoing>
56       <bpmn:outgoing>SequenceFlow_0al8gdl</bpmn:outgoing>
57     </bpmn:exclusiveGateway>
58     <bpmn:sequenceFlow id="SequenceFlow_10j9lbs" name="ok" sourceRef="ExclusiveGateway_09xxhiu" targetRef="EndEvent_14p1b2x">
59       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("SendSdncResult")=='ok'}]]></bpmn:conditionExpression>
60     </bpmn:sequenceFlow>
61     <bpmn:exclusiveGateway id="ExclusiveGateway_1opobct" name="is response ok?" default="SequenceFlow_19glon5">
62       <bpmn:incoming>SequenceFlow_07bp14s</bpmn:incoming>
63       <bpmn:outgoing>SequenceFlow_1oz5grh</bpmn:outgoing>
64       <bpmn:outgoing>SequenceFlow_19glon5</bpmn:outgoing>
65     </bpmn:exclusiveGateway>
66     <bpmn:serviceTask id="ServiceTask_0dixxe6" name="call SdncServiceTopologyOperationTask" camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
67       <bpmn:incoming>SequenceFlow_1oz5grh</bpmn:incoming>
68       <bpmn:outgoing>SequenceFlow_06e7qr6</bpmn:outgoing>
69     </bpmn:serviceTask>
70     <bpmn:exclusiveGateway id="ExclusiveGateway_1x7erbs" name="is response ok?" default="SequenceFlow_1q83qn9">
71       <bpmn:incoming>SequenceFlow_06e7qr6</bpmn:incoming>
72       <bpmn:outgoing>SequenceFlow_0koi1ia</bpmn:outgoing>
73       <bpmn:outgoing>SequenceFlow_1q83qn9</bpmn:outgoing>
74     </bpmn:exclusiveGateway>
75     <bpmn:endEvent id="EndEvent_1tt5u77">
76       <bpmn:incoming>SequenceFlow_0koi1ia</bpmn:incoming>
77     </bpmn:endEvent>
78     <bpmn:endEvent id="EndEvent_0ggbe9w">
79       <bpmn:incoming>SequenceFlow_19glon5</bpmn:incoming>
80       <bpmn:incoming>SequenceFlow_1q83qn9</bpmn:incoming>
81       <bpmn:errorEventDefinition errorRef="Error_1ajtcbe" />
82     </bpmn:endEvent>
83     <bpmn:sequenceFlow id="SequenceFlow_0al8gdl" name="error" sourceRef="ExclusiveGateway_09xxhiu" targetRef="EndEvent_0urwhzh" />
84     <bpmn:sequenceFlow id="SequenceFlow_07bp14s" sourceRef="Task_0brg0a4" targetRef="ExclusiveGateway_1opobct" />
85     <bpmn:sequenceFlow id="SequenceFlow_1oz5grh" name="ok" sourceRef="ExclusiveGateway_1opobct" targetRef="ServiceTask_0dixxe6">
86       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("SendSdncResult")=='ok'}]]></bpmn:conditionExpression>
87     </bpmn:sequenceFlow>
88     <bpmn:sequenceFlow id="SequenceFlow_06e7qr6" sourceRef="ServiceTask_0dixxe6" targetRef="ExclusiveGateway_1x7erbs" />
89     <bpmn:sequenceFlow id="SequenceFlow_0koi1ia" name="ok" sourceRef="ExclusiveGateway_1x7erbs" targetRef="EndEvent_1tt5u77">
90       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[#{execution.getVariable("SendSdncResult")=='ok'}]]></bpmn:conditionExpression>
91     </bpmn:sequenceFlow>
92     <bpmn:sequenceFlow id="SequenceFlow_19glon5" name="error" sourceRef="ExclusiveGateway_1opobct" targetRef="EndEvent_0ggbe9w" />
93     <bpmn:sequenceFlow id="SequenceFlow_1q83qn9" name="error" sourceRef="ExclusiveGateway_1x7erbs" targetRef="EndEvent_0ggbe9w" />
94   </bpmn:process>
95   <bpmn:error id="Error_1ajtcbe" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
96   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
97     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUnderlayVpnOperation">
98       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
99         <dc:Bounds x="-38" y="193" width="36" height="36" />
100         <bpmndi:BPMNLabel>
101           <dc:Bounds x="-65" y="229" width="90" height="20" />
102         </bpmndi:BPMNLabel>
103       </bpmndi:BPMNShape>
104       <bpmndi:BPMNShape id="ExclusiveGateway_0vvnd7x_di" bpmnElement="ExclusiveGateway_0vvnd7x" isMarkerVisible="true">
105         <dc:Bounds x="593" y="26" width="50" height="50" />
106         <bpmndi:BPMNLabel>
107           <dc:Bounds x="578" y="80" width="80" height="12" />
108         </bpmndi:BPMNLabel>
109       </bpmndi:BPMNShape>
110       <bpmndi:BPMNShape id="EndEvent_14p1b2x_di" bpmnElement="EndEvent_14p1b2x">
111         <dc:Bounds x="1058" y="33" width="36" height="36" />
112         <bpmndi:BPMNLabel>
113           <dc:Bounds x="1031" y="73" width="90" height="12" />
114         </bpmndi:BPMNLabel>
115       </bpmndi:BPMNShape>
116       <bpmndi:BPMNShape id="EndEvent_0d0rf7s_di" bpmnElement="EndEvent_0urwhzh">
117         <dc:Bounds x="1058" y="-150" width="36" height="36" />
118         <bpmndi:BPMNLabel>
119           <dc:Bounds x="1031" y="-110" width="90" height="12" />
120         </bpmndi:BPMNLabel>
121       </bpmndi:BPMNShape>
122       <bpmndi:BPMNEdge id="SequenceFlow_0trm4dk_di" bpmnElement="SequenceFlow_0trm4dk">
123         <di:waypoint xsi:type="dc:Point" x="-2" y="211" />
124         <di:waypoint xsi:type="dc:Point" x="100" y="211" />
125         <bpmndi:BPMNLabel>
126           <dc:Bounds x="4" y="190" width="90" height="12" />
127         </bpmndi:BPMNLabel>
128       </bpmndi:BPMNEdge>
129       <bpmndi:BPMNEdge id="SequenceFlow_1amfirn_di" bpmnElement="SequenceFlow_1amfirn">
130         <di:waypoint xsi:type="dc:Point" x="643" y="51" />
131         <di:waypoint xsi:type="dc:Point" x="743" y="51" />
132         <bpmndi:BPMNLabel>
133           <dc:Bounds x="686.5" y="30.000000000000014" width="13" height="12" />
134         </bpmndi:BPMNLabel>
135       </bpmndi:BPMNEdge>
136       <bpmndi:BPMNEdge id="SequenceFlow_083crve_di" bpmnElement="SequenceFlow_083crve">
137         <di:waypoint xsi:type="dc:Point" x="618" y="26" />
138         <di:waypoint xsi:type="dc:Point" x="618" y="-132" />
139         <di:waypoint xsi:type="dc:Point" x="1058" y="-132" />
140         <bpmndi:BPMNLabel>
141           <dc:Bounds x="628.1578947368421" y="-151.89147286821705" width="26" height="12" />
142         </bpmndi:BPMNLabel>
143       </bpmndi:BPMNEdge>
144       <bpmndi:BPMNShape id="ServiceTask_035xqek_di" bpmnElement="Task_0brg0a4">
145         <dc:Bounds x="392" y="379" width="100" height="80" />
146       </bpmndi:BPMNShape>
147       <bpmndi:BPMNShape id="ServiceTask_0bjsvlv_di" bpmnElement="Task_0p43ddw">
148         <dc:Bounds x="100" y="171" width="100" height="80" />
149       </bpmndi:BPMNShape>
150       <bpmndi:BPMNShape id="ExclusiveGateway_0qsgg4i_di" bpmnElement="ExclusiveGateway_0qsgg4i" isMarkerVisible="true">
151         <dc:Bounds x="247.99837398373984" y="186" width="50" height="50" />
152         <bpmndi:BPMNLabel>
153           <dc:Bounds x="250" y="240" width="51" height="12" />
154         </bpmndi:BPMNLabel>
155       </bpmndi:BPMNShape>
156       <bpmndi:BPMNEdge id="SequenceFlow_199ig0b_di" bpmnElement="SequenceFlow_199ig0b">
157         <di:waypoint xsi:type="dc:Point" x="200" y="211" />
158         <di:waypoint xsi:type="dc:Point" x="248" y="211" />
159         <bpmndi:BPMNLabel>
160           <dc:Bounds x="224" y="190" width="0" height="12" />
161         </bpmndi:BPMNLabel>
162       </bpmndi:BPMNEdge>
163       <bpmndi:BPMNShape id="ServiceTask_1omqxl9_di" bpmnElement="Task_0rfvkh0">
164         <dc:Bounds x="379" y="11" width="100" height="80" />
165       </bpmndi:BPMNShape>
166       <bpmndi:BPMNEdge id="SequenceFlow_1rj6k5t_di" bpmnElement="SequenceFlow_1rj6k5t">
167         <di:waypoint xsi:type="dc:Point" x="273" y="186" />
168         <di:waypoint xsi:type="dc:Point" x="273" y="51" />
169         <di:waypoint xsi:type="dc:Point" x="379" y="51" />
170         <bpmndi:BPMNLabel>
171           <dc:Bounds x="279" y="112.5" width="19" height="12" />
172         </bpmndi:BPMNLabel>
173       </bpmndi:BPMNEdge>
174       <bpmndi:BPMNEdge id="SequenceFlow_0h35z1p_di" bpmnElement="SequenceFlow_0h35z1p">
175         <di:waypoint xsi:type="dc:Point" x="273" y="236" />
176         <di:waypoint xsi:type="dc:Point" x="273" y="419" />
177         <di:waypoint xsi:type="dc:Point" x="392" y="419" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="282" y="322" width="13" height="12" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182       <bpmndi:BPMNEdge id="SequenceFlow_1vncx6p_di" bpmnElement="SequenceFlow_1vncx6p">
183         <di:waypoint xsi:type="dc:Point" x="479" y="51" />
184         <di:waypoint xsi:type="dc:Point" x="593" y="51" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="536" y="30" width="0" height="12" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNEdge>
189       <bpmndi:BPMNShape id="ServiceTask_1uy6bdu_di" bpmnElement="ServiceTask_1uy6bdu">
190         <dc:Bounds x="743" y="11" width="100" height="80" />
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNEdge id="SequenceFlow_0bsmh51_di" bpmnElement="SequenceFlow_0bsmh51">
193         <di:waypoint xsi:type="dc:Point" x="843" y="51" />
194         <di:waypoint xsi:type="dc:Point" x="942" y="51" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="892.5" y="30" width="0" height="12" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNShape id="ExclusiveGateway_09xxhiu_di" bpmnElement="ExclusiveGateway_09xxhiu" isMarkerVisible="true">
200         <dc:Bounds x="942" y="26" width="50" height="50" />
201         <bpmndi:BPMNLabel>
202           <dc:Bounds x="927" y="80" width="80" height="12" />
203         </bpmndi:BPMNLabel>
204       </bpmndi:BPMNShape>
205       <bpmndi:BPMNEdge id="SequenceFlow_10j9lbs_di" bpmnElement="SequenceFlow_10j9lbs">
206         <di:waypoint xsi:type="dc:Point" x="992" y="51" />
207         <di:waypoint xsi:type="dc:Point" x="1058" y="51" />
208         <bpmndi:BPMNLabel>
209           <dc:Bounds x="1019" y="30" width="13" height="12" />
210         </bpmndi:BPMNLabel>
211       </bpmndi:BPMNEdge>
212       <bpmndi:BPMNShape id="ExclusiveGateway_1opobct_di" bpmnElement="ExclusiveGateway_1opobct" isMarkerVisible="true">
213         <dc:Bounds x="580" y="394" width="50" height="50" />
214         <bpmndi:BPMNLabel>
215           <dc:Bounds x="565" y="448" width="80" height="12" />
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNShape>
218       <bpmndi:BPMNShape id="ServiceTask_0dixxe6_di" bpmnElement="ServiceTask_0dixxe6">
219         <dc:Bounds x="730" y="379" width="100" height="80" />
220       </bpmndi:BPMNShape>
221       <bpmndi:BPMNShape id="ExclusiveGateway_1x7erbs_di" bpmnElement="ExclusiveGateway_1x7erbs" isMarkerVisible="true">
222         <dc:Bounds x="951" y="394" width="50" height="50" />
223         <bpmndi:BPMNLabel>
224           <dc:Bounds x="936" y="448" width="80" height="12" />
225         </bpmndi:BPMNLabel>
226       </bpmndi:BPMNShape>
227       <bpmndi:BPMNShape id="EndEvent_1tt5u77_di" bpmnElement="EndEvent_1tt5u77">
228         <dc:Bounds x="1083" y="401" width="36" height="36" />
229         <bpmndi:BPMNLabel>
230           <dc:Bounds x="1056" y="441" width="0" height="12" />
231         </bpmndi:BPMNLabel>
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNShape id="EndEvent_0ggbe9w_di" bpmnElement="EndEvent_0ggbe9w">
234         <dc:Bounds x="1093" y="585" width="36" height="36" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="1066" y="625" width="0" height="12" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNShape>
239       <bpmndi:BPMNEdge id="SequenceFlow_0al8gdl_di" bpmnElement="SequenceFlow_0al8gdl">
240         <di:waypoint xsi:type="dc:Point" x="967" y="26" />
241         <di:waypoint xsi:type="dc:Point" x="967" y="-132" />
242         <di:waypoint xsi:type="dc:Point" x="1058" y="-132" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="969" y="-59" width="26" height="12" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNEdge>
247       <bpmndi:BPMNEdge id="SequenceFlow_07bp14s_di" bpmnElement="SequenceFlow_07bp14s">
248         <di:waypoint xsi:type="dc:Point" x="492" y="419" />
249         <di:waypoint xsi:type="dc:Point" x="580" y="419" />
250         <bpmndi:BPMNLabel>
251           <dc:Bounds x="536" y="398" width="0" height="12" />
252         </bpmndi:BPMNLabel>
253       </bpmndi:BPMNEdge>
254       <bpmndi:BPMNEdge id="SequenceFlow_1oz5grh_di" bpmnElement="SequenceFlow_1oz5grh">
255         <di:waypoint xsi:type="dc:Point" x="630" y="419" />
256         <di:waypoint xsi:type="dc:Point" x="730" y="419" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="674" y="398" width="13" height="12" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNEdge>
261       <bpmndi:BPMNEdge id="SequenceFlow_06e7qr6_di" bpmnElement="SequenceFlow_06e7qr6">
262         <di:waypoint xsi:type="dc:Point" x="830" y="419" />
263         <di:waypoint xsi:type="dc:Point" x="951" y="419" />
264         <bpmndi:BPMNLabel>
265           <dc:Bounds x="890.5" y="398" width="0" height="12" />
266         </bpmndi:BPMNLabel>
267       </bpmndi:BPMNEdge>
268       <bpmndi:BPMNEdge id="SequenceFlow_0koi1ia_di" bpmnElement="SequenceFlow_0koi1ia">
269         <di:waypoint xsi:type="dc:Point" x="1001" y="419" />
270         <di:waypoint xsi:type="dc:Point" x="1083" y="419" />
271         <bpmndi:BPMNLabel>
272           <dc:Bounds x="1036" y="398" width="13" height="12" />
273         </bpmndi:BPMNLabel>
274       </bpmndi:BPMNEdge>
275       <bpmndi:BPMNEdge id="SequenceFlow_19glon5_di" bpmnElement="SequenceFlow_19glon5">
276         <di:waypoint xsi:type="dc:Point" x="605" y="444" />
277         <di:waypoint xsi:type="dc:Point" x="605" y="603" />
278         <di:waypoint xsi:type="dc:Point" x="1093" y="603" />
279         <bpmndi:BPMNLabel>
280           <dc:Bounds x="608" y="518" width="26" height="12" />
281         </bpmndi:BPMNLabel>
282       </bpmndi:BPMNEdge>
283       <bpmndi:BPMNEdge id="SequenceFlow_1q83qn9_di" bpmnElement="SequenceFlow_1q83qn9">
284         <di:waypoint xsi:type="dc:Point" x="976" y="444" />
285         <di:waypoint xsi:type="dc:Point" x="976" y="603" />
286         <di:waypoint xsi:type="dc:Point" x="1093" y="603" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="978" y="518" width="26" height="12" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNEdge>
291     </bpmndi:BPMNPlane>
292   </bpmndi:BPMNDiagram>
293 </bpmn:definitions>