Merge "Replace with the diamnod operator"
[so.git] / bpmn / MSOInfrastructureBPMN / 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.10.0">
3   <bpmn:process id="Process_1" name="no" 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 />
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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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 />
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   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
96     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
97       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
98         <dc:Bounds x="-38" y="193" width="36" height="36" />
99         <bpmndi:BPMNLabel>
100           <dc:Bounds x="-65" y="229" width="90" height="20" />
101         </bpmndi:BPMNLabel>
102       </bpmndi:BPMNShape>
103       <bpmndi:BPMNShape id="ExclusiveGateway_0vvnd7x_di" bpmnElement="ExclusiveGateway_0vvnd7x" isMarkerVisible="true">
104         <dc:Bounds x="593" y="26" width="50" height="50" />
105         <bpmndi:BPMNLabel>
106           <dc:Bounds x="578" y="80" width="80" height="12" />
107         </bpmndi:BPMNLabel>
108       </bpmndi:BPMNShape>
109       <bpmndi:BPMNShape id="EndEvent_14p1b2x_di" bpmnElement="EndEvent_14p1b2x">
110         <dc:Bounds x="1058" y="33" width="36" height="36" />
111         <bpmndi:BPMNLabel>
112           <dc:Bounds x="1031" y="73" width="90" height="12" />
113         </bpmndi:BPMNLabel>
114       </bpmndi:BPMNShape>
115       <bpmndi:BPMNShape id="EndEvent_0d0rf7s_di" bpmnElement="EndEvent_0urwhzh">
116         <dc:Bounds x="1058" y="-150" width="36" height="36" />
117         <bpmndi:BPMNLabel>
118           <dc:Bounds x="1031" y="-110" width="90" height="12" />
119         </bpmndi:BPMNLabel>
120       </bpmndi:BPMNShape>
121       <bpmndi:BPMNEdge id="SequenceFlow_0trm4dk_di" bpmnElement="SequenceFlow_0trm4dk">
122         <di:waypoint xsi:type="dc:Point" x="-2" y="211" />
123         <di:waypoint xsi:type="dc:Point" x="100" y="211" />
124         <bpmndi:BPMNLabel>
125           <dc:Bounds x="4" y="190" width="90" height="12" />
126         </bpmndi:BPMNLabel>
127       </bpmndi:BPMNEdge>
128       <bpmndi:BPMNEdge id="SequenceFlow_1amfirn_di" bpmnElement="SequenceFlow_1amfirn">
129         <di:waypoint xsi:type="dc:Point" x="643" y="51" />
130         <di:waypoint xsi:type="dc:Point" x="743" y="51" />
131         <bpmndi:BPMNLabel>
132           <dc:Bounds x="686.5" y="30.000000000000014" width="13" height="12" />
133         </bpmndi:BPMNLabel>
134       </bpmndi:BPMNEdge>
135       <bpmndi:BPMNEdge id="SequenceFlow_083crve_di" bpmnElement="SequenceFlow_083crve">
136         <di:waypoint xsi:type="dc:Point" x="618" y="26" />
137         <di:waypoint xsi:type="dc:Point" x="618" y="-132" />
138         <di:waypoint xsi:type="dc:Point" x="1058" y="-132" />
139         <bpmndi:BPMNLabel>
140           <dc:Bounds x="628.1578947368421" y="-151.89147286821705" width="26" height="12" />
141         </bpmndi:BPMNLabel>
142       </bpmndi:BPMNEdge>
143       <bpmndi:BPMNShape id="ServiceTask_035xqek_di" bpmnElement="Task_0brg0a4">
144         <dc:Bounds x="392" y="379" width="100" height="80" />
145       </bpmndi:BPMNShape>
146       <bpmndi:BPMNShape id="ServiceTask_0bjsvlv_di" bpmnElement="Task_0p43ddw">
147         <dc:Bounds x="100" y="171" width="100" height="80" />
148       </bpmndi:BPMNShape>
149       <bpmndi:BPMNShape id="ExclusiveGateway_0qsgg4i_di" bpmnElement="ExclusiveGateway_0qsgg4i" isMarkerVisible="true">
150         <dc:Bounds x="247.99837398373984" y="186" width="50" height="50" />
151         <bpmndi:BPMNLabel>
152           <dc:Bounds x="250" y="240" width="51" height="12" />
153         </bpmndi:BPMNLabel>
154       </bpmndi:BPMNShape>
155       <bpmndi:BPMNEdge id="SequenceFlow_199ig0b_di" bpmnElement="SequenceFlow_199ig0b">
156         <di:waypoint xsi:type="dc:Point" x="200" y="211" />
157         <di:waypoint xsi:type="dc:Point" x="248" y="211" />
158         <bpmndi:BPMNLabel>
159           <dc:Bounds x="224" y="190" width="0" height="12" />
160         </bpmndi:BPMNLabel>
161       </bpmndi:BPMNEdge>
162       <bpmndi:BPMNShape id="ServiceTask_1omqxl9_di" bpmnElement="Task_0rfvkh0">
163         <dc:Bounds x="379" y="11" width="100" height="80" />
164       </bpmndi:BPMNShape>
165       <bpmndi:BPMNEdge id="SequenceFlow_1rj6k5t_di" bpmnElement="SequenceFlow_1rj6k5t">
166         <di:waypoint xsi:type="dc:Point" x="273" y="186" />
167         <di:waypoint xsi:type="dc:Point" x="273" y="51" />
168         <di:waypoint xsi:type="dc:Point" x="379" y="51" />
169         <bpmndi:BPMNLabel>
170           <dc:Bounds x="279" y="112.5" width="19" height="12" />
171         </bpmndi:BPMNLabel>
172       </bpmndi:BPMNEdge>
173       <bpmndi:BPMNEdge id="SequenceFlow_0h35z1p_di" bpmnElement="SequenceFlow_0h35z1p">
174         <di:waypoint xsi:type="dc:Point" x="273" y="236" />
175         <di:waypoint xsi:type="dc:Point" x="273" y="419" />
176         <di:waypoint xsi:type="dc:Point" x="392" y="419" />
177         <bpmndi:BPMNLabel>
178           <dc:Bounds x="282" y="322" width="13" height="12" />
179         </bpmndi:BPMNLabel>
180       </bpmndi:BPMNEdge>
181       <bpmndi:BPMNEdge id="SequenceFlow_1vncx6p_di" bpmnElement="SequenceFlow_1vncx6p">
182         <di:waypoint xsi:type="dc:Point" x="479" y="51" />
183         <di:waypoint xsi:type="dc:Point" x="593" y="51" />
184         <bpmndi:BPMNLabel>
185           <dc:Bounds x="536" y="30" width="0" height="12" />
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNEdge>
188       <bpmndi:BPMNShape id="ServiceTask_1uy6bdu_di" bpmnElement="ServiceTask_1uy6bdu">
189         <dc:Bounds x="743" y="11" width="100" height="80" />
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNEdge id="SequenceFlow_0bsmh51_di" bpmnElement="SequenceFlow_0bsmh51">
192         <di:waypoint xsi:type="dc:Point" x="843" y="51" />
193         <di:waypoint xsi:type="dc:Point" x="942" y="51" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="892.5" y="30" width="0" height="12" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNShape id="ExclusiveGateway_09xxhiu_di" bpmnElement="ExclusiveGateway_09xxhiu" isMarkerVisible="true">
199         <dc:Bounds x="942" y="26" width="50" height="50" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="927" y="80" width="80" height="12" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNEdge id="SequenceFlow_10j9lbs_di" bpmnElement="SequenceFlow_10j9lbs">
205         <di:waypoint xsi:type="dc:Point" x="992" y="51" />
206         <di:waypoint xsi:type="dc:Point" x="1058" y="51" />
207         <bpmndi:BPMNLabel>
208           <dc:Bounds x="1019" y="30" width="13" height="12" />
209         </bpmndi:BPMNLabel>
210       </bpmndi:BPMNEdge>
211       <bpmndi:BPMNShape id="ExclusiveGateway_1opobct_di" bpmnElement="ExclusiveGateway_1opobct" isMarkerVisible="true">
212         <dc:Bounds x="580" y="394" width="50" height="50" />
213         <bpmndi:BPMNLabel>
214           <dc:Bounds x="565" y="448" width="80" height="12" />
215         </bpmndi:BPMNLabel>
216       </bpmndi:BPMNShape>
217       <bpmndi:BPMNShape id="ServiceTask_0dixxe6_di" bpmnElement="ServiceTask_0dixxe6">
218         <dc:Bounds x="730" y="379" width="100" height="80" />
219       </bpmndi:BPMNShape>
220       <bpmndi:BPMNShape id="ExclusiveGateway_1x7erbs_di" bpmnElement="ExclusiveGateway_1x7erbs" isMarkerVisible="true">
221         <dc:Bounds x="951" y="394" width="50" height="50" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="936" y="448" width="80" height="12" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNShape>
226       <bpmndi:BPMNShape id="EndEvent_1tt5u77_di" bpmnElement="EndEvent_1tt5u77">
227         <dc:Bounds x="1083" y="401" width="36" height="36" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="1056" y="441" width="0" height="12" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNShape id="EndEvent_0ggbe9w_di" bpmnElement="EndEvent_0ggbe9w">
233         <dc:Bounds x="1093" y="585" width="36" height="36" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="1066" y="625" width="0" height="12" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNShape>
238       <bpmndi:BPMNEdge id="SequenceFlow_0al8gdl_di" bpmnElement="SequenceFlow_0al8gdl">
239         <di:waypoint xsi:type="dc:Point" x="967" y="26" />
240         <di:waypoint xsi:type="dc:Point" x="967" y="-132" />
241         <di:waypoint xsi:type="dc:Point" x="1058" y="-132" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="969" y="-59" width="26" height="12" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNEdge id="SequenceFlow_07bp14s_di" bpmnElement="SequenceFlow_07bp14s">
247         <di:waypoint xsi:type="dc:Point" x="492" y="419" />
248         <di:waypoint xsi:type="dc:Point" x="580" y="419" />
249         <bpmndi:BPMNLabel>
250           <dc:Bounds x="536" y="398" width="0" height="12" />
251         </bpmndi:BPMNLabel>
252       </bpmndi:BPMNEdge>
253       <bpmndi:BPMNEdge id="SequenceFlow_1oz5grh_di" bpmnElement="SequenceFlow_1oz5grh">
254         <di:waypoint xsi:type="dc:Point" x="630" y="419" />
255         <di:waypoint xsi:type="dc:Point" x="730" y="419" />
256         <bpmndi:BPMNLabel>
257           <dc:Bounds x="674" y="398" width="13" height="12" />
258         </bpmndi:BPMNLabel>
259       </bpmndi:BPMNEdge>
260       <bpmndi:BPMNEdge id="SequenceFlow_06e7qr6_di" bpmnElement="SequenceFlow_06e7qr6">
261         <di:waypoint xsi:type="dc:Point" x="830" y="419" />
262         <di:waypoint xsi:type="dc:Point" x="951" y="419" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="890.5" y="398" width="0" height="12" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNEdge id="SequenceFlow_0koi1ia_di" bpmnElement="SequenceFlow_0koi1ia">
268         <di:waypoint xsi:type="dc:Point" x="1001" y="419" />
269         <di:waypoint xsi:type="dc:Point" x="1083" y="419" />
270         <bpmndi:BPMNLabel>
271           <dc:Bounds x="1036" y="398" width="13" height="12" />
272         </bpmndi:BPMNLabel>
273       </bpmndi:BPMNEdge>
274       <bpmndi:BPMNEdge id="SequenceFlow_19glon5_di" bpmnElement="SequenceFlow_19glon5">
275         <di:waypoint xsi:type="dc:Point" x="605" y="444" />
276         <di:waypoint xsi:type="dc:Point" x="605" y="603" />
277         <di:waypoint xsi:type="dc:Point" x="1093" y="603" />
278         <bpmndi:BPMNLabel>
279           <dc:Bounds x="608" y="518" width="26" height="12" />
280         </bpmndi:BPMNLabel>
281       </bpmndi:BPMNEdge>
282       <bpmndi:BPMNEdge id="SequenceFlow_1q83qn9_di" bpmnElement="SequenceFlow_1q83qn9">
283         <di:waypoint xsi:type="dc:Point" x="976" y="444" />
284         <di:waypoint xsi:type="dc:Point" x="976" y="603" />
285         <di:waypoint xsi:type="dc:Point" x="1093" y="603" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="978" y="518" width="26" height="12" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNEdge>
290     </bpmndi:BPMNPlane>
291   </bpmndi:BPMNDiagram>
292 </bpmn:definitions>