-
Notifications
You must be signed in to change notification settings - Fork 3
/
Workflow.xaml
426 lines (426 loc) · 25.4 KB
/
Workflow.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<Activity mc:Ignorable="sads sap sap2010" x:Class="Microsoft.Samples.Workflow" mva:VisualBasic.Settings="{x:Null}" sap2010:WorkflowViewState.IdRef="Microsoft.Samples.Workflow_1"
xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities"
xmlns:av="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mv="clr-namespace:Microsoft.VisualBasic;assembly=System"
xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xmlns:s1="clr-namespace:System;assembly=System"
xmlns:s2="clr-namespace:System;assembly=System.Xml"
xmlns:s3="clr-namespace:System;assembly=System.Core"
xmlns:s4="clr-namespace:System;assembly=System.ServiceModel"
xmlns:sa="clr-namespace:System.Activities;assembly=System.Activities"
xmlns:sad="clr-namespace:System.Activities.Debugger;assembly=System.Activities"
xmlns:sads="http://schemas.microsoft.com/netfx/2010/xaml/activities/debugger"
xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation"
xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation"
xmlns:scg="clr-namespace:System.Collections.Generic;assembly=System"
xmlns:scg1="clr-namespace:System.Collections.Generic;assembly=System.ServiceModel"
xmlns:scg2="clr-namespace:System.Collections.Generic;assembly=System.Core"
xmlns:scg3="clr-namespace:System.Collections.Generic;assembly=mscorlib"
xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"
xmlns:sd="clr-namespace:System.Data;assembly=System.Data"
xmlns:sd1="clr-namespace:System.Data;assembly=System.Data.DataSetExtensions"
xmlns:sl="clr-namespace:System.Linq;assembly=System.Core"
xmlns:st="clr-namespace:System.Text;assembly=mscorlib"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">
<x:String>System.Activities</x:String>
<x:String>System.Activities.Statements</x:String>
<x:String>System.Activities.Expressions</x:String>
<x:String>System.Activities.Validation</x:String>
<x:String>System.Activities.XamlIntegration</x:String>
<x:String>System.Windows.Controls</x:String>
<x:String>System.Windows.Documents</x:String>
<x:String>System.Windows.Shapes</x:String>
<x:String>System.Windows.Shell</x:String>
<x:String>System.Windows.Navigation</x:String>
<x:String>System.Windows.Data</x:String>
<x:String>System.Windows</x:String>
<x:String>System.Windows.Controls.Primitives</x:String>
<x:String>System.Windows.Media.Animation</x:String>
<x:String>System.Windows.Input</x:String>
<x:String>System.Windows.Media</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Windows.Media.Effects</x:String>
<x:String>System.Windows.Media.TextFormatting</x:String>
<x:String>System.Windows.Ink</x:String>
<x:String>System.Windows.Media.Imaging</x:String>
<x:String>System.Windows.Automation</x:String>
<x:String>System.Windows.Media.Media3D</x:String>
<x:String>Microsoft.VisualBasic</x:String>
<x:String>Microsoft.VisualBasic.Activities</x:String>
<x:String>System</x:String>
<x:String>System.Activities.Debugger</x:String>
<x:String>System.Activities.Debugger.Symbol</x:String>
<x:String>System.Collections.Generic</x:String>
<x:String>System.Data</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Text</x:String>
<x:String>System.Windows.Markup</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Flowchart sap2010:Annotation.AnnotationText="A simple Workflow for a question "Should I have Cookie". This workflow has a logical flaw. To add breakpoint to an activity press F9 after selecting it. Workflow can be executed from File > Run Workflow. In order to continue from a breakpoint press F5." DisplayName="Should I Have A Cookie" sap2010:WorkflowViewState.IdRef="Flowchart_1" mva:VisualBasic.Settings="Assembly references and imported namespaces serialized as XML namespaces">
<Flowchart.Variables>
<Variable x:TypeArguments="x:String" Name="Cookie" />
<Variable x:TypeArguments="x:Boolean" Name="Chunky" />
<Variable x:TypeArguments="x:Boolean" Name="ForgetCookie" />
</Flowchart.Variables>
<Flowchart.StartNode>
<FlowStep x:Name="__ReferenceID2" sap2010:WorkflowViewState.IdRef="FlowStep_2">
<Assign sap2010:Annotation.AnnotationText="Possible Values:
"Yes"
"No"
"Maybe"" DisplayName="Do you Deserve a Cookies?" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[Cookie]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">No</InArgument>
</Assign.Value>
</Assign>
<FlowStep.Next>
<FlowSwitch x:TypeArguments="x:String" x:Name="__ReferenceID3" DisplayName="Deserve a Cookie ?" Expression="[Cookie]" sap2010:WorkflowViewState.IdRef="FlowSwitch`1_1">
<FlowStep x:Key="Yes" x:Name="__ReferenceID4" sap2010:WorkflowViewState.IdRef="FlowStep_1">
<Assign sap2010:Annotation.AnnotationText="Possible Value:
True
False" DisplayName="But am I looking chunky ?" sap2010:WorkflowViewState.IdRef="Assign_2">
<Assign.To>
<OutArgument x:TypeArguments="x:Boolean">[Chunky]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Boolean">False</InArgument>
</Assign.Value>
</Assign>
<FlowStep.Next>
<FlowDecision x:Name="__ReferenceID5" Condition="[Chunky]" DisplayName="Chunky" sap2010:WorkflowViewState.IdRef="FlowDecision_1">
<FlowDecision.True>
<FlowStep x:Name="__ReferenceID6" sap2010:WorkflowViewState.IdRef="FlowStep_5">
<WriteLine DisplayName="Looking Chunky" sap2010:WorkflowViewState.IdRef="WriteLine_1" Text="Looking a Little Chunky" />
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID8" sap2010:WorkflowViewState.IdRef="FlowStep_4">
<WriteLine DisplayName="No Cookie" sap2010:WorkflowViewState.IdRef="WriteLine_2" Text="No Cookie for Me" />
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID7" sap2010:WorkflowViewState.IdRef="FlowStep_3">
<WriteLine DisplayName="After this Cookie :)" sap2010:WorkflowViewState.IdRef="WriteLine_3" Text="After this Cookie :) Cookie :)" />
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID0" sap2010:WorkflowViewState.IdRef="FlowStep_10">
<Delay DisplayName="Eating Cookie ( 5 seconds)" Duration="00:00:05" sap2010:WorkflowViewState.IdRef="Delay_1" />
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID12" sap2010:WorkflowViewState.IdRef="FlowStep_11">
<WriteLine DisplayName="End" sap2010:WorkflowViewState.IdRef="WriteLine_8" Text="Cookie was Good" />
</FlowStep>
</FlowStep.Next>
</FlowStep>
</FlowStep.Next>
</FlowStep>
</FlowStep.Next>
</FlowStep>
</FlowStep.Next>
</FlowStep>
</FlowDecision.True>
<FlowDecision.False>
<FlowStep x:Name="__ReferenceID1" sap2010:WorkflowViewState.IdRef="FlowStep_6">
<WriteLine DisplayName="Have one cookie." sap2010:WorkflowViewState.IdRef="WriteLine_4" Text=":) Cookie :)" />
<FlowStep.Next>
<x:Reference>__ReferenceID0</x:Reference>
</FlowStep.Next>
</FlowStep>
</FlowDecision.False>
</FlowDecision>
</FlowStep.Next>
</FlowStep>
<FlowStep x:Key="No" x:Name="__ReferenceID9" sap2010:WorkflowViewState.IdRef="FlowStep_9">
<WriteLine DisplayName="No Cookie for Me " sap2010:WorkflowViewState.IdRef="WriteLine_5" Text="No Cookie for me, Then" />
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID10" sap2010:WorkflowViewState.IdRef="FlowStep_8">
<Assign DisplayName="Forget About Cookies" sap2010:WorkflowViewState.IdRef="Assign_3">
<Assign.To>
<OutArgument x:TypeArguments="x:Boolean">[ForgetCookie]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Boolean">False</InArgument>
</Assign.Value>
</Assign>
<FlowStep.Next>
<FlowStep x:Name="__ReferenceID11" sap2010:WorkflowViewState.IdRef="FlowStep_7">
<If Condition="[ForgetCookie = False]" DisplayName="Try to Forget Cookie " sap2010:WorkflowViewState.IdRef="If_1">
<If.Then>
<WriteLine DisplayName="Have one cookie." sap2010:WorkflowViewState.IdRef="WriteLine_6" Text=":) Cookie :)" />
</If.Then>
<If.Else>
<WriteLine DisplayName="No Cookie for Me :(" sap2010:WorkflowViewState.IdRef="WriteLine_7" Text="No Cookie :(" />
</If.Else>
</If>
<FlowStep.Next>
<x:Reference>__ReferenceID0</x:Reference>
</FlowStep.Next>
</FlowStep>
</FlowStep.Next>
</FlowStep>
</FlowStep.Next>
</FlowStep>
<x:Reference>__ReferenceID1<x:Key>Maybe</x:Key></x:Reference>
</FlowSwitch>
</FlowStep.Next>
</FlowStep>
</Flowchart.StartNode>
<x:Reference>__ReferenceID2</x:Reference>
<x:Reference>__ReferenceID3</x:Reference>
<x:Reference>__ReferenceID4</x:Reference>
<x:Reference>__ReferenceID5</x:Reference>
<x:Reference>__ReferenceID1</x:Reference>
<x:Reference>__ReferenceID6</x:Reference>
<x:Reference>__ReferenceID7</x:Reference>
<x:Reference>__ReferenceID8</x:Reference>
<x:Reference>__ReferenceID9</x:Reference>
<x:Reference>__ReferenceID10</x:Reference>
<x:Reference>__ReferenceID11</x:Reference>
<x:Reference>__ReferenceID0</x:Reference>
<x:Reference>__ReferenceID12</x:Reference>
<sads:DebugSymbol.Symbol>d3BEOlxXb3JraW5nIERpcmVjdG9yeVxCUE1fRGVidWdcU2FtcGxlc1xWaXN1YWxUcmFja2luZ1dpdGhTdGVwU2VydmljZVxWaXN1YWxUcmFja2luZ1dpdGhTdGVwU2VydmljZVxXb3JrZmxvdy54YW1sIFADwgEPAgEBWAlfEgIBI2F2YYABAgEhiAEXiAGFAQIBH3gjeJMBAgEdeyd7iwECARuSAQ+SAYgBAgEZlQETnAEcAgEVnwEXpgEcAgEOYw9qGAIBCmxBbEsCAQhvF2+OAQIBBnIbcoYBAgEEdR91owECAQJdNF02AgEmWjVaPQIBJIgBdIgBggECASB4XHhmAgEee3d7iAECARySAW2SAYUBAgEamgE/mgFEAgEYlwFAlwFOAgEWnwElnwE9AgEPoQEboQGJAQIBE6QBG6QBjAECARFoO2hAAgENZTxlRAIBC29yb4sBAgEHcnFygwECAQV1gAF1oAECAQOhAXihAYYBAgEUpAF7pAGJAQIBEg==</sads:DebugSymbol.Symbol>
</Flowchart>
<sap2010:WorkflowViewState.ViewStateManager>
<sap2010:ViewStateManager>
<sap2010:ViewStateData Id="Assign_1" sap:VirtualizedContainerService.HintSize="242,130">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsAnnotationDocked">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="Assign_2" sap:VirtualizedContainerService.HintSize="242,60">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsAnnotationDocked">False</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_1" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_2" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_3" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="Delay_1" sap:VirtualizedContainerService.HintSize="200,22">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_8" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_11">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">314.5,679.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_10">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">300,619</av:Point>
<av:Size x:Key="ShapeSize">200,22</av:Size>
<av:PointCollection x:Key="ConnectorLocation">400,641 400,671 420,671 420,679.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_3">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">4.5,559.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
<av:PointCollection x:Key="ConnectorLocation">215.5,590 245.5,590 245.5,630 300,630</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_4">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">4.5,459.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
<av:PointCollection x:Key="ConnectorLocation">110,520.5 110,559.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_5">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">4.5,369.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
<av:PointCollection x:Key="ConnectorLocation">110,430.5 110,459.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_4" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_6">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">294.5,449.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
<av:PointCollection x:Key="ConnectorLocation">400,510.5 400,619</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowDecision_1" sap:VirtualizedContainerService.HintSize="70,87">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<av:Point x:Key="ShapeLocation">255,296.5</av:Point>
<av:Size x:Key="ShapeSize">70,87</av:Size>
<av:PointCollection x:Key="FalseConnector">325,340 400,340 400,449.5</av:PointCollection>
<av:PointCollection x:Key="TrueConnector">255,340 110,340 110,369.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_1">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">9,132.5</av:Point>
<av:Size x:Key="ShapeSize">242,60</av:Size>
<av:PointCollection x:Key="ConnectorLocation">130,192.5 130,222.5 290,222.5 290,296.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_5" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="Assign_3" sap:VirtualizedContainerService.HintSize="242,60">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_6" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="WriteLine_7" sap:VirtualizedContainerService.HintSize="211,61">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="If_1" sap:VirtualizedContainerService.HintSize="200,51">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_7">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">590,534.5</av:Point>
<av:Size x:Key="ShapeSize">200,51</av:Size>
<av:PointCollection x:Key="ConnectorLocation">590,560 560,560 560,630 500,630</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_8">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">569,420</av:Point>
<av:Size x:Key="ShapeSize">242,60</av:Size>
<av:PointCollection x:Key="ConnectorLocation">690,480 690,534.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_9">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">664.5,169.5</av:Point>
<av:Size x:Key="ShapeSize">211,61</av:Size>
<av:PointCollection x:Key="ConnectorLocation">770,230.5 770,260.5 690,260.5 690,420</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowSwitch`1_1" sap:VirtualizedContainerService.HintSize="104,87">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<av:Point x:Key="ShapeLocation">368,206.5</av:Point>
<av:Size x:Key="ShapeSize">104,87</av:Size>
<av:PointCollection x:Key="YesConnector">368,250 338,250 338,162.5 251,162.5</av:PointCollection>
<av:PointCollection x:Key="NoConnector">472,228.25 502,228.25 502,200 664.5,200</av:PointCollection>
<av:PointCollection x:Key="MaybeConnector">446,293.5 446,323.5 535.5,323.5 535.5,480 505.5,480</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="FlowStep_2">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<av:Point x:Key="ShapeLocation">299,7.5</av:Point>
<av:Size x:Key="ShapeSize">242,130</av:Size>
<av:PointCollection x:Key="ConnectorLocation">420,137.5 420,206.5</av:PointCollection>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="Flowchart_1" sap:VirtualizedContainerService.HintSize="964,879">
<sap:WorkflowViewStateService.ViewState>
<scg3:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<av:Point x:Key="ShapeLocation">30,2.5</av:Point>
<av:Size x:Key="ShapeSize">60,75</av:Size>
<av:PointCollection x:Key="ConnectorLocation">90,40 120,40 120,72.5 299,72.5</av:PointCollection>
<x:Double x:Key="Width">950</x:Double>
<x:Double x:Key="Height">803.27743701525822</x:Double>
<x:Boolean x:Key="IsAnnotationDocked">True</x:Boolean>
</scg3:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</sap2010:ViewStateData>
<sap2010:ViewStateData Id="Microsoft.Samples.Workflow_1" sap:VirtualizedContainerService.HintSize="1004,959" />
</sap2010:ViewStateManager>
</sap2010:WorkflowViewState.ViewStateManager>
</Activity>