fdd2b65d4f23a6d630323bf82c6f00d0c27a395e
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / process / Infrastructure / UpdateVfModuleInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
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://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_F0omAMXGEeW834CKd-K10Q" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="UpdateVfModuleInfra" name="UpdateVfModuleInfra" isExecutable="true">\r
4     <bpmn2:scriptTask id="ScriptTask_1" name="Send Synch Response" scriptFormat="groovy">\r
5       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
7       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
8 def uvfm = new UpdateVfModuleInfra()
9 uvfm.sendSynchResponse(execution)]]></bpmn2:script>\r
10     </bpmn2:scriptTask>\r
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ScriptTask_1" targetRef="ScriptTask_7"/>\r
12     <bpmn2:scriptTask id="ScriptTask_2" name="Pre-Process Request" scriptFormat="groovy">\r
13       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
14       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
15       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
16 def uvfm = new UpdateVfModuleInfra()
17 uvfm.preProcessRequest(execution)
18 ]]></bpmn2:script>\r
19     </bpmn2:scriptTask>\r
20     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_2" targetRef="ScriptTask_1"/>\r
21     <bpmn2:scriptTask id="ScriptTask_7" name="DoUpdateVfModule (prep)" scriptFormat="groovy">\r
22       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
23       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
24       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
25 def uvfm = new UpdateVfModuleInfra()
26 uvfm.prepDoUpdateVfModule(execution)]]></bpmn2:script>\r
27     </bpmn2:scriptTask>\r
28     <bpmn2:callActivity id="ScriptTask_6" name="DoUpdateVfModule" calledElement="DoUpdateVfModule">\r
29       <bpmn2:extensionElements>\r
30         <camunda:in source="UPDVfModI_Request" target="DoUpdateVfModuleRequest"/>\r
31         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
32         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
33         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
34         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
35       </bpmn2:extensionElements>\r
36       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
37       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
38     </bpmn2:callActivity>\r
39     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="ScriptTask_7" targetRef="ScriptTask_6"/>\r
40     <bpmn2:callActivity id="CallActivity_1" name="Completion Handler" calledElement="CompleteMsoProcess">\r
41       <bpmn2:extensionElements>\r
42         <camunda:in source="UPDVfModI_CompletionHandlerRequest" target="CompleteMsoProcessRequest"/>\r
43         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
44         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
45         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
46       </bpmn2:extensionElements>\r
47       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>\r
48       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
49     </bpmn2:callActivity>\r
50     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_1" targetRef="ScriptTask_4"/>\r
51     <bpmn2:endEvent id="EndEvent_1" name="TheEnd">\r
52       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
53       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_5"/>\r
54     </bpmn2:endEvent>\r
55     <bpmn2:scriptTask id="ScriptTask_4" name="Set Success Indicator" scriptFormat="groovy">\r
56       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
57       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
58       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
59 execution.setVariable("UpdateVfModuleInfraSuccessIndicator", true)]]></bpmn2:script>\r
60     </bpmn2:scriptTask>\r
61     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_4" targetRef="EndEvent_1"/>\r
62     <bpmn2:scriptTask id="ScriptTask_10" name="Completion Handler (prep)" scriptFormat="groovy">\r
63       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
64       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>\r
65       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
66 def uvfm = new UpdateVfModuleInfra()
67 uvfm.completionHandlerPrep(execution, 'UPDVfModI_CompletionHandlerRequest')
68 ]]></bpmn2:script>\r
69     </bpmn2:scriptTask>\r
70     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_10" targetRef="CallActivity_1"/>\r
71     <bpmn2:subProcess id="SubProcess_1" name="Error Handler" triggeredByEvent="true">\r
72       <bpmn2:startEvent id="StartEvent_3" name="Catch All Errors">\r
73         <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
74         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
75       </bpmn2:startEvent>\r
76       <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_3" targetRef="ScriptTask_3"/>\r
77       <bpmn2:scriptTask id="ScriptTask_3" name="Fallout Handler (prep)" scriptFormat="groovy">\r
78         <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
79         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
80         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
81 def uvfm = new UpdateVfModuleInfra()
82 uvfm.falloutHandlerPrep(execution, 'UPDVfModI_FalloutHandlerRequest')
83 ]]></bpmn2:script>\r
84       </bpmn2:scriptTask>\r
85       <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ScriptTask_3" targetRef="CallActivity_2"/>\r
86       <bpmn2:callActivity id="CallActivity_2" name="Fallout Handler" calledElement="FalloutHandler">\r
87         <bpmn2:extensionElements>\r
88           <camunda:in source="UPDVfModI_FalloutHandlerRequest" target="FalloutHandlerRequest"/>\r
89           <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
90           <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
91           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
92         </bpmn2:extensionElements>\r
93         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
94         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>\r
95       </bpmn2:callActivity>\r
96       <bpmn2:endEvent id="EndEvent_2">\r
97         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>\r
98         <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>\r
99       </bpmn2:endEvent>\r
100       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_2" targetRef="EndEvent_2"/>\r
101     </bpmn2:subProcess>\r
102     <bpmn2:endEvent id="EndEvent_3">\r
103       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
104       <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2"/>\r
105     </bpmn2:endEvent>\r
106     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">\r
107       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
108       <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/>\r
109     </bpmn2:boundaryEvent>\r
110     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_3"/>\r
111     <bpmn2:startEvent id="StartEvent_1" camunda:asyncAfter="true" name="Start">\r
112       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
113     </bpmn2:startEvent>\r
114     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_2"/>\r
115     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_6" targetRef="ScriptTask_10"/>\r
116   </bpmn2:process>\r
117   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>\r
118   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
119     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVfModuleInfra">\r
120       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">\r
121         <dc:Bounds height="36.0" width="36.0" x="149.0" y="72.0"/>\r
122         <bpmndi:BPMNLabel>\r
123           <dc:Bounds height="22.0" width="34.0" x="150.0" y="113.0"/>\r
124         </bpmndi:BPMNLabel>\r
125       </bpmndi:BPMNShape>\r
126       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_125" bpmnElement="EndEvent_1">\r
127         <dc:Bounds height="36.0" width="36.0" x="605.0" y="370.0"/>\r
128         <bpmndi:BPMNLabel>\r
129           <dc:Bounds height="22.0" width="50.0" x="598.0" y="411.0"/>\r
130         </bpmndi:BPMNLabel>\r
131       </bpmndi:BPMNShape>\r
132       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">\r
133         <di:waypoint xsi:type="dc:Point" x="185.0" y="90.0"/>\r
134         <di:waypoint xsi:type="dc:Point" x="299.0" y="90.0"/>\r
135         <bpmndi:BPMNLabel>\r
136           <dc:Bounds height="6.0" width="6.0" x="235.0" y="90.0"/>\r
137         </bpmndi:BPMNLabel>\r
138       </bpmndi:BPMNEdge>\r
139       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="ScriptTask_2">\r
140         <dc:Bounds height="80.0" width="100.0" x="299.0" y="50.0"/>\r
141       </bpmndi:BPMNShape>\r
142       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ScriptTask_125">\r
143         <di:waypoint xsi:type="dc:Point" x="399.0" y="90.0"/>\r
144         <di:waypoint xsi:type="dc:Point" x="449.0" y="90.0"/>\r
145         <bpmndi:BPMNLabel>\r
146           <dc:Bounds height="6.0" width="6.0" x="433.0" y="90.0"/>\r
147         </bpmndi:BPMNLabel>\r
148       </bpmndi:BPMNEdge>\r
149       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_125" bpmnElement="ScriptTask_1">\r
150         <dc:Bounds height="80.0" width="100.0" x="449.0" y="50.0"/>\r
151       </bpmndi:BPMNShape>\r
152       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_125" targetElement="_BPMNShape_ScriptTask_130">\r
153         <di:waypoint xsi:type="dc:Point" x="498.0" y="130.0"/>\r
154         <di:waypoint xsi:type="dc:Point" x="498.0" y="160.0"/>\r
155         <di:waypoint xsi:type="dc:Point" x="199.0" y="160.0"/>\r
156         <di:waypoint xsi:type="dc:Point" x="199.0" y="190.0"/>\r
157         <bpmndi:BPMNLabel>\r
158           <dc:Bounds height="6.0" width="6.0" x="717.0" y="169.0"/>\r
159         </bpmndi:BPMNLabel>\r
160       </bpmndi:BPMNEdge>\r
161       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="ScriptTask_4">\r
162         <dc:Bounds height="80.0" width="100.0" x="449.0" y="348.0"/>\r
163       </bpmndi:BPMNShape>\r
164       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_EndEvent_125">\r
165         <di:waypoint xsi:type="dc:Point" x="549.0" y="388.0"/>\r
166         <di:waypoint xsi:type="dc:Point" x="605.0" y="388.0"/>\r
167         <bpmndi:BPMNLabel>\r
168           <dc:Bounds height="6.0" width="6.0" x="723.0" y="186.0"/>\r
169         </bpmndi:BPMNLabel>\r
170       </bpmndi:BPMNEdge>\r
171       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_130" bpmnElement="ScriptTask_7">\r
172         <dc:Bounds height="80.0" width="100.0" x="149.0" y="190.0"/>\r
173       </bpmndi:BPMNShape>\r
174       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_133" bpmnElement="ScriptTask_10">\r
175         <dc:Bounds height="80.0" width="100.0" x="149.0" y="348.0"/>\r
176       </bpmndi:BPMNShape>\r
177       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_27" bpmnElement="CallActivity_1">\r
178         <dc:Bounds height="80.0" width="100.0" x="299.0" y="348.0"/>\r
179       </bpmndi:BPMNShape>\r
180       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_133" targetElement="_BPMNShape_CallActivity_27">\r
181         <di:waypoint xsi:type="dc:Point" x="249.0" y="388.0"/>\r
182         <di:waypoint xsi:type="dc:Point" x="299.0" y="388.0"/>\r
183         <bpmndi:BPMNLabel>\r
184           <dc:Bounds height="6.0" width="6.0" x="271.0" y="394.0"/>\r
185         </bpmndi:BPMNLabel>\r
186       </bpmndi:BPMNEdge>\r
187       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_17" bpmnElement="SubProcess_1" isExpanded="true">\r
188         <dc:Bounds height="241.0" width="565.0" x="65.0" y="536.0"/>\r
189       </bpmndi:BPMNShape>\r
190       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_3">\r
191         <dc:Bounds height="36.0" width="36.0" x="129.0" y="630.0"/>\r
192         <bpmndi:BPMNLabel>\r
193           <dc:Bounds height="22.0" width="98.0" x="98.0" y="671.0"/>\r
194         </bpmndi:BPMNLabel>\r
195       </bpmndi:BPMNShape>\r
196       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_136" bpmnElement="ScriptTask_3">\r
197         <dc:Bounds height="80.0" width="100.0" x="209.0" y="608.0"/>\r
198       </bpmndi:BPMNShape>\r
199       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_136">\r
200         <di:waypoint xsi:type="dc:Point" x="165.0" y="648.0"/>\r
201         <di:waypoint xsi:type="dc:Point" x="209.0" y="648.0"/>\r
202         <bpmndi:BPMNLabel>\r
203           <dc:Bounds height="6.0" width="6.0" x="209.0" y="948.0"/>\r
204         </bpmndi:BPMNLabel>\r
205       </bpmndi:BPMNEdge>\r
206       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_136" targetElement="_BPMNShape_CallActivity_28">\r
207         <di:waypoint xsi:type="dc:Point" x="309.0" y="648.0"/>\r
208         <di:waypoint xsi:type="dc:Point" x="377.0" y="648.0"/>\r
209         <bpmndi:BPMNLabel>\r
210           <dc:Bounds height="0.0" width="0.0" x="325.0" y="648.0"/>\r
211         </bpmndi:BPMNLabel>\r
212       </bpmndi:BPMNEdge>\r
213       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_126" bpmnElement="EndEvent_2">\r
214         <dc:Bounds height="36.0" width="36.0" x="533.0" y="630.0"/>\r
215         <bpmndi:BPMNLabel>\r
216           <dc:Bounds height="0.0" width="0.0" x="551.0" y="671.0"/>\r
217         </bpmndi:BPMNLabel>\r
218       </bpmndi:BPMNShape>\r
219       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_43" bpmnElement="BoundaryEvent_1">\r
220         <dc:Bounds height="36.0" width="36.0" x="612.0" y="630.0"/>\r
221         <bpmndi:BPMNLabel>\r
222           <dc:Bounds height="6.0" width="6.0" x="627.0" y="671.0"/>\r
223         </bpmndi:BPMNLabel>\r
224       </bpmndi:BPMNShape>\r
225       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_127" bpmnElement="EndEvent_3">\r
226         <dc:Bounds height="36.0" width="36.0" x="704.0" y="630.0"/>\r
227         <bpmndi:BPMNLabel>\r
228           <dc:Bounds height="0.0" width="0.0" x="722.0" y="671.0"/>\r
229         </bpmndi:BPMNLabel>\r
230       </bpmndi:BPMNShape>\r
231       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_BoundaryEvent_43" targetElement="_BPMNShape_EndEvent_127">\r
232         <di:waypoint xsi:type="dc:Point" x="648.0" y="648.0"/>\r
233         <di:waypoint xsi:type="dc:Point" x="704.0" y="648.0"/>\r
234         <bpmndi:BPMNLabel>\r
235           <dc:Bounds height="6.0" width="6.0" x="693.0" y="948.0"/>\r
236         </bpmndi:BPMNLabel>\r
237       </bpmndi:BPMNEdge>\r
238       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_28" bpmnElement="CallActivity_2">\r
239         <dc:Bounds height="80.0" width="100.0" x="377.0" y="608.0"/>\r
240       </bpmndi:BPMNShape>\r
241       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_27" targetElement="_BPMNShape_ScriptTask_127">\r
242         <di:waypoint xsi:type="dc:Point" x="399.0" y="388.0"/>\r
243         <di:waypoint xsi:type="dc:Point" x="449.0" y="388.0"/>\r
244         <bpmndi:BPMNLabel>\r
245           <dc:Bounds height="6.0" width="6.0" x="439.0" y="356.0"/>\r
246         </bpmndi:BPMNLabel>\r
247       </bpmndi:BPMNEdge>\r
248       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_28" targetElement="_BPMNShape_EndEvent_126">\r
249         <di:waypoint xsi:type="dc:Point" x="477.0" y="648.0"/>\r
250         <di:waypoint xsi:type="dc:Point" x="533.0" y="648.0"/>\r
251         <bpmndi:BPMNLabel>\r
252           <dc:Bounds height="6.0" width="6.0" x="373.0" y="456.0"/>\r
253         </bpmndi:BPMNLabel>\r
254       </bpmndi:BPMNEdge>\r
255       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_181" bpmnElement="ScriptTask_6">\r
256         <dc:Bounds height="80.0" width="100.0" x="299.0" y="190.0"/>\r
257       </bpmndi:BPMNShape>\r
258       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_130" targetElement="_BPMNShape_ScriptTask_181">\r
259         <di:waypoint xsi:type="dc:Point" x="249.0" y="230.0"/>\r
260         <di:waypoint xsi:type="dc:Point" x="299.0" y="230.0"/>\r
261       </bpmndi:BPMNEdge>\r
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_181" targetElement="_BPMNShape_ScriptTask_133">\r
263         <di:waypoint xsi:type="dc:Point" x="399.0" y="231.0"/>\r
264         <di:waypoint xsi:type="dc:Point" x="624.0" y="233.0"/>\r
265         <di:waypoint xsi:type="dc:Point" x="624.0" y="294.0"/>\r
266         <di:waypoint xsi:type="dc:Point" x="99.0" y="294.0"/>\r
267         <di:waypoint xsi:type="dc:Point" x="99.0" y="388.0"/>\r
268         <di:waypoint xsi:type="dc:Point" x="149.0" y="388.0"/>\r
269         <bpmndi:BPMNLabel>\r
270           <dc:Bounds height="6.0" width="6.0" x="500.0" y="232.0"/>\r
271         </bpmndi:BPMNLabel>\r
272       </bpmndi:BPMNEdge>\r
273     </bpmndi:BPMNPlane>\r
274   </bpmndi:BPMNDiagram>\r
275 </bpmn2:definitions>