-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDispatcher.xaml
More file actions
657 lines (657 loc) · 59.1 KB
/
Dispatcher.xaml
File metadata and controls
657 lines (657 loc) · 59.1 KB
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<Activity mc:Ignorable="sap sap2010" x:Class="Dispatcher" sap2010:ExpressionActivityEditor.ExpressionActivityEditor="C#" sap2010:WorkflowViewState.IdRef="ActivityBuilder_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:s="clr-namespace:System;assembly=System.Private.CoreLib" 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.Private.CoreLib" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=System.Private.CoreLib" xmlns:sd="clr-namespace:System.Drawing;assembly=System.Drawing.Common" xmlns:sd1="clr-namespace:System.Drawing;assembly=System.Drawing.Primitives" xmlns:sd2="clr-namespace:System.Data;assembly=System.Data.Common" xmlns:ss="clr-namespace:System.Security;assembly=System.Private.CoreLib" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:uix="http://schemas.uipath.com/workflow/activities/uix" 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>Microsoft.VisualBasic</x:String>
<x:String>Microsoft.VisualBasic.Activities</x:String>
<x:String>System</x:String>
<x:String>System.Collections</x:String>
<x:String>System.Collections.Generic</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>System.Data</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</x:String>
<x:String>System.Text</x:String>
<x:String>System.Xml.Linq</x:String>
<x:String>UiPath.Core</x:String>
<x:String>UiPath.Core.Activities</x:String>
<x:String>System.Windows.Markup</x:String>
<x:String>System.Security</x:String>
<x:String>System.Drawing</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models</x:String>
<x:String>UiPath.UIAutomationNext.Activities</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>UiPath.Platform.ObjectLibrary</x:String>
<x:String>UiPath.Platform.SyncObjects</x:String>
<x:String>System.Reflection</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Activities.Runtime.Collections</x:String>
<x:String>UiPath.UIAutomationNext.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Models.CV</x:String>
<x:String>System.Security.Authentication</x:String>
<x:String>UiPath.CV</x:String>
<x:String>UiPath.CV.Activities</x:String>
<x:String>UiPath.CV.Activities.Interfaces</x:String>
<x:String>UiPath.UIAutomationNext</x:String>
<x:String>System.IO</x:String>
<x:String>Microsoft.VisualBasic.CompilerServices</x:String>
<x:String>Microsoft.Win32.SafeHandles</x:String>
<x:String>System.Numerics</x:String>
<x:String>System.Net</x:String>
<x:String>System.Globalization</x:String>
<x:String>System.Configuration.Assemblies</x:String>
<x:String>System.CodeDom.Compiler</x:String>
<x:String>System.Buffers</x:String>
<x:String>System.Buffers.Text</x:String>
<x:String>System.Buffers.Binary</x:String>
<x:String>System.Threading</x:String>
<x:String>System.Threading.Tasks</x:String>
<x:String>System.Threading.Tasks.Sources</x:String>
<x:String>System.Text.Unicode</x:String>
<x:String>System.Security.Principal</x:String>
<x:String>System.Security.Permissions</x:String>
<x:String>System.Security.Cryptography</x:String>
<x:String>System.Runtime</x:String>
<x:String>System.Runtime.Remoting</x:String>
<x:String>System.Runtime.ExceptionServices</x:String>
<x:String>System.Runtime.ConstrainedExecution</x:String>
<x:String>System.Runtime.Versioning</x:String>
<x:String>System.Runtime.Loader</x:String>
<x:String>System.Runtime.Intrinsics</x:String>
<x:String>System.Runtime.Intrinsics.Wasm</x:String>
<x:String>System.Runtime.Intrinsics.Arm</x:String>
<x:String>System.Runtime.Intrinsics.X86</x:String>
<x:String>System.Runtime.InteropServices</x:String>
<x:String>System.Runtime.InteropServices.ObjectiveC</x:String>
<x:String>System.Runtime.InteropServices.Marshalling</x:String>
<x:String>System.Runtime.InteropServices.ComTypes</x:String>
<x:String>System.Runtime.CompilerServices</x:String>
<x:String>System.Resources</x:String>
<x:String>System.Reflection.Metadata</x:String>
<x:String>System.Reflection.Emit</x:String>
<x:String>System.IO.Enumeration</x:String>
<x:String>System.Diagnostics.SymbolStore</x:String>
<x:String>System.Diagnostics.Contracts</x:String>
<x:String>System.Diagnostics.CodeAnalysis</x:String>
<x:String>System.Diagnostics.Tracing</x:String>
<x:String>System.Collections.Concurrent</x:String>
<x:String>Internal</x:String>
<x:String>System.CodeDom</x:String>
<x:String>Microsoft.CSharp</x:String>
<x:String>System.Linq.Expressions.Interpreter</x:String>
<x:String>System.Dynamic</x:String>
<x:String>UiPath.Workflow.Runtime</x:String>
<x:String>System.Activities.Tracking</x:String>
<x:String>System.Activities.Statements.Tracking</x:String>
<x:String>System.Activities.Runtime</x:String>
<x:String>System.Activities.Runtime.DurableInstancing</x:String>
<x:String>System.Activities.ParallelTracking</x:String>
<x:String>System.Activities.Hosting</x:String>
<x:String>System.Activities.Persistence</x:String>
<x:String>System.Activities.DurableInstancing</x:String>
<x:String>System.ComponentModel.Design.Serialization</x:String>
<x:String>System.Text.RegularExpressions</x:String>
<x:String>System.Security.Authentication.ExtendedProtection</x:String>
<x:String>System.Timers</x:String>
<x:String>System.ComponentModel.Design</x:String>
<x:String>System.Xml.Schema</x:String>
<x:String>System.Xml.Xsl</x:String>
<x:String>System.Xml.Xsl.Runtime</x:String>
<x:String>System.Xml.XPath</x:String>
<x:String>System.Xml.Resolvers</x:String>
<x:String>System.Xml.Serialization</x:String>
<x:String>Microsoft.VisualBasic.FileIO</x:String>
<x:String>System.Net.Cache</x:String>
<x:String>System.Net.NetworkInformation</x:String>
<x:String>System.Net.Security</x:String>
<x:String>System.Net.Sockets</x:String>
<x:String>UiPath.UIAutomationNext.Models.ExtractData</x:String>
<x:String>UiPath.DataTableUtilities</x:String>
<x:String>GlobalVariablesNamespace</x:String>
<x:String>GlobalConstantsNamespace</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.CSharp</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.Common</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Net.Mail</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>System.ServiceModel.Activities</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Drawing.Common</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.Testing.Activities</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>NPOI.Core</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>System.Linq.Async</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>System.Net.Primitives</AssemblyReference>
<AssemblyReference>System.Net.Security</AssemblyReference>
<AssemblyReference>UiPath.CV</AssemblyReference>
<AssemblyReference>UiPath.CV.Activities</AssemblyReference>
<AssemblyReference>System.IO.FileSystem.Watcher</AssemblyReference>
<AssemblyReference>System.IO.Packaging</AssemblyReference>
<AssemblyReference>System.IO.FileSystem.AccessControl</AssemblyReference>
<AssemblyReference>System.IO.FileSystem.DriveInfo</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Forms</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Core</AssemblyReference>
<AssemblyReference>System.Security.Cryptography</AssemblyReference>
<AssemblyReference>System.Security.Principal.Windows</AssemblyReference>
<AssemblyReference>System.Diagnostics.Process</AssemblyReference>
<AssemblyReference>System.IO.MemoryMappedFiles</AssemblyReference>
<AssemblyReference>Microsoft.Win32.Registry</AssemblyReference>
<AssemblyReference>System.IO.Pipes</AssemblyReference>
<AssemblyReference>System.Runtime.Numerics</AssemblyReference>
<AssemblyReference>System.Net.HttpListener</AssemblyReference>
<AssemblyReference>System.Net.WebProxy</AssemblyReference>
<AssemblyReference>System.Net.NameResolution</AssemblyReference>
<AssemblyReference>System.Net.WebHeaderCollection</AssemblyReference>
<AssemblyReference>System.Net.WebClient</AssemblyReference>
<AssemblyReference>System.Net.Requests</AssemblyReference>
<AssemblyReference>System.Net.ServicePoint</AssemblyReference>
<AssemblyReference>System.CodeDom</AssemblyReference>
<AssemblyReference>System.Threading.AccessControl</AssemblyReference>
<AssemblyReference>System.Threading</AssemblyReference>
<AssemblyReference>UiPath.Vision.Core</AssemblyReference>
<AssemblyReference>UiPath.OCR.Core</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>System.Threading.Tasks.Parallel</AssemblyReference>
<AssemblyReference>System.Text.Encodings.Web</AssemblyReference>
<AssemblyReference>System.Security.Claims</AssemblyReference>
<AssemblyReference>System.Security.Cryptography.Pkcs</AssemblyReference>
<AssemblyReference>System.Security.Cryptography.ProtectedData</AssemblyReference>
<AssemblyReference>System.Windows.Forms.Design</AssemblyReference>
<AssemblyReference>System.Collections.Immutable</AssemblyReference>
<AssemblyReference>System.Runtime.CompilerServices.VisualC</AssemblyReference>
<AssemblyReference>System.Windows.Forms</AssemblyReference>
<AssemblyReference>System.Resources.Writer</AssemblyReference>
<AssemblyReference>System.Diagnostics.StackTrace</AssemblyReference>
<AssemblyReference>System.Collections.Concurrent</AssemblyReference>
<AssemblyReference>System.Text.RegularExpressions</AssemblyReference>
<AssemblyReference>System.Private.Xml</AssemblyReference>
<AssemblyReference>System.Private.Xml.Linq</AssemblyReference>
<AssemblyReference>System.Xml.XPath.XDocument</AssemblyReference>
<AssemblyReference>System.Net.NetworkInformation</AssemblyReference>
<AssemblyReference>System.Net.Ping</AssemblyReference>
<AssemblyReference>System.Net.Sockets</AssemblyReference>
<AssemblyReference>System.Data.SqlClient</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence sap:VirtualizedContainerService.HintSize="825.3333333333333,4558.666666666667" sap2010:WorkflowViewState.IdRef="Sequence_25">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="str_acmeURL" />
<Variable x:TypeArguments="x:String" Name="str_acmeEmail" />
<Variable x:TypeArguments="ss:SecureString" Name="str_acmePassword" />
<Variable x:TypeArguments="sd2:DataTable" Name="dt_extractedDatatable" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Retrieve all WI5 Client Details Sequence" sap:VirtualizedContainerService.HintSize="626,4536" sap2010:WorkflowViewState.IdRef="Sequence_24">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:GetRobotCredential TimeoutMS="{x:Null}" AssetName="ACME_Credentials" CacheStrategy="None" DisplayName="Get Credential" FolderPath="REFramework_Security_Hash_Process" sap:VirtualizedContainerService.HintSize="592,187.33333333333334" sap2010:WorkflowViewState.IdRef="GetRobotCredential_3">
<ui:GetRobotCredential.Password>
<OutArgument x:TypeArguments="ss:SecureString">
<CSharpReference x:TypeArguments="ss:SecureString" sap2010:WorkflowViewState.IdRef="CSharpReference`1_8">str_acmePassword</CSharpReference>
</OutArgument>
</ui:GetRobotCredential.Password>
<ui:GetRobotCredential.Username>
<OutArgument x:TypeArguments="x:String">
<CSharpReference x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpReference`1_7">str_acmeEmail</CSharpReference>
</OutArgument>
</ui:GetRobotCredential.Username>
</ui:GetRobotCredential>
<ui:GetRobotAsset TimeoutMS="{x:Null}" AssetName="ACME_URL" CacheStrategy="None" DisplayName="Get Asset" FolderPath="REFramework_Security_Hash_Process" sap:VirtualizedContainerService.HintSize="592,187.33333333333334" sap2010:WorkflowViewState.IdRef="GetRobotAsset_4">
<ui:GetRobotAsset.Value>
<OutArgument x:TypeArguments="x:String">
<CSharpReference x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpReference`1_11">str_acmeURL</CSharpReference>
</OutArgument>
</ui:GetRobotAsset.Value>
</ui:GetRobotAsset>
<uix:NApplicationCard AttachMode="ByInstance" DisplayName="Use Browser Edge: ACME System 1 - Log In" HealingAgentBehavior="Job" sap:VirtualizedContainerService.HintSize="592,4078.6666666666665" sap2010:WorkflowViewState.IdRef="NApplicationCard_8" InteractionMode="DebuggerApi" IsDisplayNameAuto="True" ScopeGuid="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V2">
<uix:NApplicationCard.AutoGenerationOptions>
<uix:GenerationOptions ExpectedInputs="{x:Null}" Prompt="{x:Null}" Url="{x:Null}">
<uix:GenerationOptions.ExpectedOutputs>
<scg:List x:TypeArguments="x:String" Capacity="4">
<x:Null />
</scg:List>
</uix:GenerationOptions.ExpectedOutputs>
</uix:GenerationOptions>
</uix:NApplicationCard.AutoGenerationOptions>
<uix:NApplicationCard.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="WSSessionData" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="590,3884" sap2010:WorkflowViewState.IdRef="Sequence_50">
<Sequence.Variables>
<Variable x:TypeArguments="sd2:DataTable" Name="dt_WI5_WorkItems" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<uix:NCheckState DisplayName="Check App State 'Dashboard'" HealingAgentBehavior="Disabled" sap:VirtualizedContainerService.HintSize="556,2994.6666666666665" sap2010:WorkflowViewState.IdRef="NCheckState_7" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Timeout="2" Version="V5">
<uix:NCheckState.IfExists>
<Sequence DisplayName="Target appears" sap:VirtualizedContainerService.HintSize="554,1697.3333333333333" sap2010:WorkflowViewState.IdRef="Sequence_68">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<TryCatch DisplayName="Try Catch" sap:VirtualizedContainerService.HintSize="520,1633.3333333333333" sap2010:WorkflowViewState.IdRef="TryCatch_9">
<TryCatch.Try>
<Sequence DisplayName="Try" sap:VirtualizedContainerService.HintSize="518,1410" sap2010:WorkflowViewState.IdRef="Sequence_85">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Try" sap:VirtualizedContainerService.HintSize="484,1346" sap2010:WorkflowViewState.IdRef="Sequence_84">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Login to ACME Sequence" sap:VirtualizedContainerService.HintSize="450,974.6666666666666" sap2010:WorkflowViewState.IdRef="Sequence_82">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="416,180.66666666666666" sap2010:WorkflowViewState.IdRef="LogMessage_12" Level="Trace">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_59">str_acmeEmail</CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
<uix:NTypeInto ActivateBefore="True" ClickBeforeMode="Single" ClipboardMode="Never" DisplayName="Type Into 'Email'" EmptyFieldMode="SingleLine" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,252" sap2010:WorkflowViewState.IdRef="NTypeInto_16" InteractionMode="SameAsCard" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NTypeInto.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/login" CVScreenId="53919300-16f9-47bb-973c-ec56714726fb" CvElementArea="207, 647, 731, 55" CvType="InputBox" DesignTimeRectangle="210, 649, 727, 51" ElementType="InputBox" ElementVisibilityArgument="Interactive" FuzzySelectorArgument="<webctrl id='email' tag='INPUT' type='email' class='form-control ' aaname='Email:' matching:id='fuzzy' fuzzylevel:id='0.0' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' />" Guid="2692dee0-3fd0-40bc-814b-17a7ae0bfa0d" InformativeScreenshot="b94a7c05d02844efe622f9e37f518a57.png" IsResponsive="True" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Log In' />" SearchSteps="FuzzySelector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="53919300-16f9-47bb-973c-ec56714726fb" CvTextArea="207, 615, 64, 19" CvTextArgument="Email:" CvType="Text" DesignTimeRectangle="210, 611, 63, 30" ElementType="Text" FuzzySelectorArgument="<webctrl tag='LABEL' type='' class='' aaname='Email:' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' check:innerText='Email:' />" Guid="160d4ed9-dcae-4dae-bbd4-7236d82e679b" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NTypeInto.Target>
<uix:NTypeInto.Text>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_60">str_acmeEmail</CSharpValue>
</InArgument>
</uix:NTypeInto.Text>
</uix:NTypeInto>
<uix:NTypeInto ActivateBefore="True" ClickBeforeMode="Single" ClipboardMode="Never" DisplayName="Type Into 'Password'" EmptyFieldMode="SingleLine" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,252" sap2010:WorkflowViewState.IdRef="NTypeInto_17" InteractionMode="SameAsCard" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NTypeInto.SecureText>
<InArgument x:TypeArguments="ss:SecureString">
<CSharpValue x:TypeArguments="ss:SecureString" sap2010:WorkflowViewState.IdRef="CSharpValue`1_61">str_acmePassword</CSharpValue>
</InArgument>
</uix:NTypeInto.SecureText>
<uix:NTypeInto.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/login" CVScreenId="a39193fb-5f4b-4670-b7c9-2fb3d414aec5" CvElementArea="208, 759, 731, 54" CvType="InputBox" DesignTimeRectangle="210, 760, 727, 51" ElementType="InputBoxPassword" ElementVisibilityArgument="Interactive" FuzzySelectorArgument="<webctrl id='password' tag='INPUT' type='password' class='form-control ' aaname='Password:' matching:id='fuzzy' fuzzylevel:id='0.0' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' />" Guid="a55a295d-d7a7-40eb-9cb7-bd000d42fc49" InformativeScreenshot="42948a64a447d955e29d798aa561b9c1.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Log In' />" SearchSteps="FuzzySelector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="a39193fb-5f4b-4670-b7c9-2fb3d414aec5" CvTextArea="207, 726, 108, 19" CvTextArgument="Password:" CvType="Text" DesignTimeRectangle="210, 722, 106, 30" ElementType="Text" FuzzySelectorArgument="<webctrl aaname='Password:' tag='LABEL' type='' class='' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' matching:class='fuzzy' fuzzylevel:class='0.0' check:innerText='Password:' />" Guid="834daefa-5d1b-4cf6-96ff-a08e8158fb65" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NTypeInto.Target>
</uix:NTypeInto>
<uix:NClick ActivateBefore="True" ClickType="Single" DisplayName="Click 'Login'" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,190" sap2010:WorkflowViewState.IdRef="NClick_13" InteractionMode="SameAsCard" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/login" CVScreenId="2493de7f-2910-4103-ac48-f6b06d533afe" CvElementArea="207, 895, 93, 53" CvTextArea="227, 911, 54, 24" CvTextArgument="Login" CvType="Button" DesignTimeRectangle="210, 896, 89, 50" ElementType="Button" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl tag='BUTTON' type='submit' />" Guid="6178ce9e-7390-4111-8e2a-857f3a7fea08" InformativeScreenshot="4c226e175ae00d01a2326098523632dd.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Log In' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="2493de7f-2910-4103-ac48-f6b06d533afe" CvTextArea="104, 344, 132, 57" CvTextArgument="Login" CvType="Text" DesignTimeRectangle="105, 339, 1710, 74" ElementType="Text" FuzzySelectorArgument="<webctrl tag='H1' type='' class='page-header' aaname=' Login ' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' check:innerText='Login' />" Guid="a42329d5-16d2-4dcc-a81d-f91cd4c3ee5e" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NClick.Target>
</uix:NClick>
</Sequence>
<Sequence DisplayName="Navigate to Work items" sap:VirtualizedContainerService.HintSize="450,280.6666666666667" sap2010:WorkflowViewState.IdRef="Sequence_83">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<uix:NClick ActivateBefore="True" ClickType="Single" DisplayName="Click 'Work Items'" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,190" sap2010:WorkflowViewState.IdRef="NClick_14" InteractionMode="SameAsCard" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/home" CVScreenId="ad731f56-32d7-4144-ab8d-07d17c739965" CvElementArea="36, 740, 308, 74" CvTextArea="138, 763, 139, 24" CvTextArgument="Work Items" CvType="Button" DesignTimeRectangle="40, 744, 300, 68" ElementType="Button" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl aaname=' Work Items' parentid='dashmenu' tag='BUTTON' />" Guid="d0e7ae7c-56f4-4bb8-bc64-32a81b01dac3" InformativeScreenshot="e11a2c026d0b00dd4672d1a1b5d28c48.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Dashboard' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive" />
</uix:NClick.Target>
</uix:NClick>
</Sequence>
</Sequence>
</Sequence>
</TryCatch.Try>
<TryCatch.Catches>
<Catch x:TypeArguments="s:Exception" sap2010:WorkflowViewState.IdRef="Catch`1_17">
<ActivityAction x:TypeArguments="s:Exception">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="518,25.333333333333332" sap2010:WorkflowViewState.IdRef="Sequence_86">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="484,171.33333333333334" sap2010:WorkflowViewState.IdRef="LogMessage_13" Level="Fatal">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_62">"Login Complication: Possible issue with Email or Password."</CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
</Sequence>
</ActivityAction>
</Catch>
</TryCatch.Catches>
<TryCatch.Finally>
<Sequence DisplayName="Finally" sap:VirtualizedContainerService.HintSize="518,25.333333333333332" sap2010:WorkflowViewState.IdRef="Sequence_87">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</Sequence>
</TryCatch.Finally>
</TryCatch>
</Sequence>
</uix:NCheckState.IfExists>
<uix:NCheckState.IfNotExists>
<Sequence DisplayName="Target does not appear" sap:VirtualizedContainerService.HintSize="554,996.6666666666666" sap2010:WorkflowViewState.IdRef="Sequence_69">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<TryCatch DisplayName="Try Catch" sap:VirtualizedContainerService.HintSize="520,932.6666666666666" sap2010:WorkflowViewState.IdRef="TryCatch_10">
<TryCatch.Try>
<Sequence DisplayName="Try" sap:VirtualizedContainerService.HintSize="518,435.3333333333333" sap2010:WorkflowViewState.IdRef="Sequence_90">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Try" sap:VirtualizedContainerService.HintSize="484,371.3333333333333" sap2010:WorkflowViewState.IdRef="Sequence_89">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence DisplayName="Navigate to Work items" sap:VirtualizedContainerService.HintSize="450,280.6666666666667" sap2010:WorkflowViewState.IdRef="Sequence_88">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<uix:NClick ActivateBefore="True" ClickType="Single" DisplayName="Click 'Work Items'" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="416,190" sap2010:WorkflowViewState.IdRef="NClick_15" InteractionMode="SameAsCard" KeyModifiers="None" MouseButton="Left" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NClick.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/home" CVScreenId="ad731f56-32d7-4144-ab8d-07d17c739965" CvElementArea="36, 740, 308, 74" CvTextArea="138, 763, 139, 24" CvTextArgument="Work Items" CvType="Button" DesignTimeRectangle="40, 744, 300, 68" ElementType="Button" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl aaname=' Work Items' parentid='dashmenu' tag='BUTTON' />" Guid="d0e7ae7c-56f4-4bb8-bc64-32a81b01dac3" InformativeScreenshot="e11a2c026d0b00dd4672d1a1b5d28c48.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Dashboard' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive" />
</uix:NClick.Target>
</uix:NClick>
</Sequence>
</Sequence>
</Sequence>
</TryCatch.Try>
<TryCatch.Catches>
<Catch x:TypeArguments="s:Exception" sap2010:WorkflowViewState.IdRef="Catch`1_18">
<ActivityAction x:TypeArguments="s:Exception">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="518,235.33333333333334" sap2010:WorkflowViewState.IdRef="Sequence_91">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="484,171.33333333333334" sap2010:WorkflowViewState.IdRef="LogMessage_14" Level="Fatal">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_63">"Login Complication: Possible issue with Email or Password."</CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
</Sequence>
</ActivityAction>
</Catch>
<Catch x:TypeArguments="s:ArgumentException" sap2010:WorkflowViewState.IdRef="Catch`1_19">
<ActivityAction x:TypeArguments="s:ArgumentException">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="s:ArgumentException" Name="exception" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="518,25.333333333333332" sap2010:WorkflowViewState.IdRef="Sequence_92">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</Sequence>
</ActivityAction>
</Catch>
</TryCatch.Catches>
<TryCatch.Finally>
<Sequence DisplayName="Finally" sap:VirtualizedContainerService.HintSize="518,25.333333333333332" sap2010:WorkflowViewState.IdRef="Sequence_93">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</Sequence>
</TryCatch.Finally>
</TryCatch>
</Sequence>
</uix:NCheckState.IfNotExists>
<uix:NCheckState.Target>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com" CVScreenId="d9e3b77e-c6da-49de-94ed-d23e2c048e9f" CvTextArea="39, 327, 264, 46" CvTextArgument="Dashboard" CvType="Text" DesignTimeRectangle="40, 322, 889, 74" ElementType="Text" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl tag='H1' />" Guid="baa6b0c8-4c6d-42b3-9468-359a6351ca66" InformativeScreenshot="76f85db1552b7dc27134ab8e7d6206e3.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Dashboard' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.Anchors>
<scg:List x:TypeArguments="uix:ITarget" Capacity="1">
<uix:Target CVScreenId="d9e3b77e-c6da-49de-94ed-d23e2c048e9f" CvTextArea="36, 211, 199, 25" CvTextArgument="ACME System 1" CvType="Text" DesignTimeRectangle="17, 187, 243, 75" ElementType="Text" FuzzySelectorArgument="<webctrl tag='A' type='' class='navbar-brand' aaname='ACME System 1' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' check:innerText='ACME System 1' />" Guid="92783be4-2c06-4981-9862-fe298ad65e07" SearchSteps="FuzzySelector, CV" />
</scg:List>
</uix:TargetAnchorable.Anchors>
</uix:TargetAnchorable>
</uix:NCheckState.Target>
</uix:NCheckState>
<uix:NExtractData AppendResults="False" ContinueOnError="True" DisplayName="Extract Table Data 'Actions WIID Descriptio…'" ExtractDataSettings="<Table xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' Type='Table' AddCvHeader='true' IsScrollEnabled='false'>
	<Column xsi:type='DataColumn' ReferenceName='Actions' ReferenceIdx='0' Name='Actions'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Actions Url' ReferenceIdx='1' Name='Actions Url'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='WIID' ReferenceIdx='2' Name='WIID'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Description' ReferenceIdx='3' Name='Description'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Type' ReferenceIdx='4' Name='Type'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Status' ReferenceIdx='5' Name='Status'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataColumn' ReferenceName='Date' ReferenceIdx='6' Name='Date'>
		<IsValidName>true</IsValidName>
		<ValidationErrorMessage />
		<IsExtra>false</IsExtra>
		<CanExtractSimilar>false</CanExtractSimilar>
		<Format xsi:type='TextColumnFormat' />
	</Column>
	<Column xsi:type='DataNextLink' />
</Table>" ExtractMetadata="<extract-table get_columns_name='1' get_empty_columns='1' columns_name_source='Longest'><column name='Actions' attr='fulltext' name2='Actions Url' attr2='href' /><column name='WIID' attr='fulltext' /><column name='Description' attr='fulltext' /><column name='Type' attr='fulltext' /><column name='Status' attr='fulltext' /><column name='Date' attr='fulltext' /></extract-table>" HealingAgentBehavior="SameAsCard" sap:VirtualizedContainerService.HintSize="556,147.33333333333334" sap2010:WorkflowViewState.IdRef="NExtractData_2" LimitExtractionTo="Page" ScopeIdentifier="d0d72de4-fcd3-4d85-9727-85afaebfed59" Version="V5">
<uix:NExtractData.DataTable>
<InOutArgument x:TypeArguments="sd2:DataTable">
<CSharpReference x:TypeArguments="sd2:DataTable" sap2010:WorkflowViewState.IdRef="CSharpReference`1_13">dt_extractedDatatable</CSharpReference>
</InOutArgument>
</uix:NExtractData.DataTable>
<uix:NExtractData.NextLink>
<uix:TargetAnchorable BrowserURL="acme-test.uipath.com/work-items" CVScreenId="cb51f9ae-4b46-4c35-804a-14d1fca2323e" CvElementArea="1663, 846, 40, 38" CvTextArea="1676, 857, 15, 13" CvTextArgument=">" CvType="Button" DesignTimeRectangle="1668, 849, 33, 33" ElementType="Text" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl aria-label='Next »' tag='A' />" FuzzySelectorArgument="<webctrl aria-label='Next »' tag='A' type='' class='page-numbers' aaname='&gt;' matching:aria-label='fuzzy' fuzzylevel:aria-label='0.0' matching:class='fuzzy' fuzzylevel:class='0.0' matching:aaname='fuzzy' fuzzylevel:aaname='0.0' check:innerText='&gt;' />" Guid="f58cb160-3661-4997-8468-ee9cd01c5f1b" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Work Items' />" SearchSteps="Selector, CV" Version="V6" WaitForReadyArgument="Interactive">
<uix:TargetAnchorable.PointOffset>
<uix:PointOffset X="0" Y="0" />
</uix:TargetAnchorable.PointOffset>
</uix:TargetAnchorable>
</uix:NExtractData.NextLink>
<uix:NExtractData.Target>
<uix:TargetAnchorable BrowserURL="https://acme-test.uipath.com/work-items?page=1" DesignTimeRectangle="211, 705, 1498, 631" ElementVisibilityArgument="Interactive" FullSelectorArgument="<webctrl tag='TABLE' />" Guid="f8027483-af22-484c-821d-ba14b0128f87" InformativeScreenshot="43080e85602cb7ec3cb70d73b98f7c61.png" ScopeSelectorArgument="<html app='msedge.exe' title='ACME System 1 - Work Items' />" SearchSteps="Selector" Version="V6" WaitForReadyArgument="Interactive" />
</uix:NExtractData.Target>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</uix:NExtractData>
<ui:FilterDataTable DisplayName="Filter Data Table" FilterRowsMode="Keep" sap:VirtualizedContainerService.HintSize="556,200" sap2010:WorkflowViewState.IdRef="FilterDataTable_2" SelectColumnsMode="Remove">
<ui:FilterDataTable.DataTable>
<InArgument x:TypeArguments="sd2:DataTable">
<CSharpValue x:TypeArguments="sd2:DataTable" sap2010:WorkflowViewState.IdRef="CSharpValue`1_37">dt_extractedDatatable</CSharpValue>
</InArgument>
</ui:FilterDataTable.DataTable>
<ui:FilterDataTable.Filters>
<scg:List x:TypeArguments="ui:FilterOperationArgument" Capacity="4">
<ui:FilterOperationArgument BooleanOperator="And" Operator="EQ">
<ui:FilterOperationArgument.Column>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_35">"Type"</CSharpValue>
</InArgument>
</ui:FilterOperationArgument.Column>
<ui:FilterOperationArgument.Operand>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_36">"WI5"</CSharpValue>
</InArgument>
</ui:FilterOperationArgument.Operand>
</ui:FilterOperationArgument>
</scg:List>
</ui:FilterDataTable.Filters>
<ui:FilterDataTable.OutputDataTable>
<OutArgument x:TypeArguments="sd2:DataTable">
<CSharpReference x:TypeArguments="sd2:DataTable" sap2010:WorkflowViewState.IdRef="CSharpReference`1_14">dt_WI5_WorkItems</CSharpReference>
</OutArgument>
</ui:FilterDataTable.OutputDataTable>
<ui:FilterDataTable.SelectColumns>
<scg:List x:TypeArguments="InArgument" Capacity="4">
<x:Null />
</scg:List>
</ui:FilterDataTable.SelectColumns>
</ui:FilterDataTable>
<ui:ForEachRow ColumnNames="{x:Null}" CurrentIndex="{x:Null}" DisplayName="For Each Row in Data Table" sap:VirtualizedContainerService.HintSize="556,478" sap2010:WorkflowViewState.IdRef="ForEachRow_2">
<ui:ForEachRow.Body>
<ActivityAction x:TypeArguments="sd2:DataRow">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="sd2:DataRow" Name="CurrentRow" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="450,299.3333333333333" sap2010:WorkflowViewState.IdRef="Sequence_66">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:AddQueueItem TimeoutMS="{x:Null}" DisplayName="Add Queue Item" FolderPath="REFramework_Security_Hash_Process" sap:VirtualizedContainerService.HintSize="416,235.33333333333334" sap2010:WorkflowViewState.IdRef="AddQueueItem_1" Priority="Normal" QueueType="WI5_Pending_Work_Items">
<ui:AddQueueItem.ItemInformation>
<InArgument x:TypeArguments="x:String" x:Key="WIID">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_47">CurrentRow["WIID"].ToString()</CSharpValue>
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Description">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_48">CurrentRow["Description"].ToString()</CSharpValue>
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Type">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_49">CurrentRow["Type"].ToString()</CSharpValue>
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Status">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_50">CurrentRow["Status"].ToString()</CSharpValue>
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Date">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_51">CurrentRow["Date"].ToString()</CSharpValue>
</InArgument>
</ui:AddQueueItem.ItemInformation>
<ui:AddQueueItem.Reference>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_52">CurrentRow["WIID"].ToString()</CSharpValue>
</InArgument>
</ui:AddQueueItem.Reference>
</ui:AddQueueItem>
</Sequence>
</ActivityAction>
</ui:ForEachRow.Body>
<ui:ForEachRow.DataTable>
<InArgument x:TypeArguments="sd2:DataTable">
<CSharpValue x:TypeArguments="sd2:DataTable" sap2010:WorkflowViewState.IdRef="CSharpValue`1_44">dt_WI5_WorkItems</CSharpValue>
</InArgument>
</ui:ForEachRow.DataTable>
</ui:ForEachRow>
</Sequence>
</ActivityAction>
</uix:NApplicationCard.Body>
<uix:NApplicationCard.CloseMode>
<InArgument x:TypeArguments="uix:NAppCloseMode">
<CSharpValue x:TypeArguments="uix:NAppCloseMode" sap2010:WorkflowViewState.IdRef="CSharpValue`1_53">UiPath.UIAutomationNext.Enums.NAppCloseMode.IfOpenedByAppBrowser</CSharpValue>
</InArgument>
</uix:NApplicationCard.CloseMode>
<uix:NApplicationCard.OCREngine>
<ActivityFunc x:TypeArguments="sd:Image, scg:IEnumerable(scg:KeyValuePair(sd1:Rectangle, x:String))">
<ActivityFunc.Argument>
<DelegateInArgument x:TypeArguments="sd:Image" Name="Image" />
</ActivityFunc.Argument>
</ActivityFunc>
</uix:NApplicationCard.OCREngine>
<uix:NApplicationCard.TargetApp>
<uix:TargetApp Area="951, 0, 978, 1089" BrowserType="Edge" IconBase64="iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAShSURBVFhHvdd7TFNXHAfw3wbr7NQ94hLnGImTbOJI/GeaZX9sYXMbM5mL8Q/3z2RGk4mbZhth5SVCebT1AmXjoZY9NAiCzJDoyPbHImAVevu6t71t54CWRxYqdEBFnCYE+C3nXm+53NBOsPWPb8gp9/T3yem55wGgYYZBw9wGDTP1iENqDgFoGAyljMS+0I567EIN6WegYYKhhtqGkG9GOGaJTfJJzAJCx9ecIIAp0DL8P9MueFsN3Pi+3Kv+jOwVRuyb1enPyDMKIW1Vlz9DS48dyOwYKYFSO0IxP9KTAoCIjltwT9vgDgM3DrlX/ZC9woh9szr9kGcUQtqqLj9o6THI7BgBxQkW4bgVQSsFFFvx3Wbv0VgDfnRObIkngCI5oMiKO1t9X0YLMDozv2lbras7tcVrkAIMzPirYQFpUQIg4vNxOgfCF0aEQ0Y81j16WQTozWPhAR/9sgBIrHPXKyknA2ob836rr1peSMzWn/4yQrHN+nSlk4srZQ6Svl0376bDwU6EKg7h624EHYsioMIcCA/YdXEBoCx33IUiG0K2Cbed7Q3IC4tJqHUj5JgQSmwIavuZ+wBI+uEGwpFrfNp8U+plA57RcyYosSPkmfHNxr4r8sJiNp3yzPLvtsaOz33HFUoAUNA5sieHDrzW5psKzYHTkebAIkAlZ5YAOuWFJYB58gwBrC53FskAkEMHYOzfucdEQL1jInYAhY4NATae9KCyxIZPUSwm1rmrREADNxllwGnPnAhQSkZgrd6J8K2JX4IVlIMSAU3u6ANCIyAFJNa5EQos/Ob2QrWrSAQ0RhuQFAbwEnk7CKDUjuu/XwHgWf0DA5b8CVYE+FgCWHXCYeF3rXwzbm/o65AXFpNc75nhAVp+r1c/FEC6Eq7VO91QbENQmXBHi/d3eWExiScXCq2udJY/FODt894Q4LPfhi/DNz0IWT34RlO/X15YTDzl5LdyyKaxmgkcFgEv1qwA8FbjAuCMZ/IQv5SSTSXfjL23Z16WF59H3Aq5NFmC+ddt6M7MBhGwvtq1fMB7LYsAoKxwIORahIcLrZh/7eb+cksgufnP4JacrhEVv1eUMghHruPrjX23hu7M8H0jjUBDJMCHku2YANr/nj4Mn14RzotkPmTTqKhwCu0sk3CGJEU+N2JwDj+QAhLJHCA/TZkdN1S7Cx9oBJYAwCftw3bI7EH4qlvoRHY+csAstCL5XKG24r4/RqjgHIIUAFoW4eh1fhJDKVMnApo9ywdA+8D09r1tA7+uoxy4hmIxXsdigp6bTr80eG743qxi+N4syAHvnO+/lVTjmt1s8GBqk1clAs5yETajCADY2zYA6ygHrKFYiNexkKDnIP3SIJDiYQCQVOOCzQYPpDZ5Q9vxKSYCIK3VFzqUxgrws2MiOSxgZ6tv1yMAwJPUUsfyAgvuvjhQduFGcGOVJZBSTi8ORQdSKulAis40yrcrl3jm/1LL/PMKRY/tjicTVG0NXUyEq1kZg3FaFldRDnxcyyIZpmjnCTL0GlZYO4TrIH81ExrkrkauS+T1IrpYRPxu2eW0nx8KDRPgo73/NxZZ/N2kZu9/PqMYP3lO0UYAAAAASUVORK5CYII=" InformativeScreenshot="6b3d4aecb807464eb1b7d3e3846bc6c4.jpg" Selector="<html app='msedge.exe' title='ACME System 1 - Log In' />" Version="V2">
<uix:TargetApp.Arguments>
<InArgument x:TypeArguments="x:String" />
</uix:TargetApp.Arguments>
<uix:TargetApp.Url>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_26">str_acmeURL</CSharpValue>
</InArgument>
</uix:TargetApp.Url>
<uix:TargetApp.WorkingDirectory>
<InArgument x:TypeArguments="x:String" />
</uix:TargetApp.WorkingDirectory>
</uix:TargetApp>
</uix:NApplicationCard.TargetApp>
</uix:NApplicationCard>
</Sequence>
</Sequence>
</Activity>