-
Notifications
You must be signed in to change notification settings - Fork 1
/
Main.xaml
719 lines (719 loc) · 72.8 KB
/
Main.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
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
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
<Activity mc:Ignorable="sap sap2010" x:Class="Main" mva:VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="1108,9351" sap2010:WorkflowViewState.IdRef="ActivityBuilder_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation" xmlns:sc="clr-namespace:System.ComponentModel;assembly=System" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:sd="clr-namespace:System.Data;assembly=System.Data" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<scg:List x:TypeArguments="x:String" Capacity="42">
<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.Data</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Drawing</x:String>
<x:String>System.IO</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</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.Collections.ObjectModel</x:String>
<x:String>System.Reflection</x:String>
<x:String>System.Runtime.InteropServices</x:String>
<x:String>System.Activities.DynamicUpdate</x:String>
<x:String>UiPath.Platform.Triggers</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Xml.Serialization</x:String>
<x:String>UiPath.Excel</x:String>
<x:String>UiPath.Excel.Activities</x:String>
<x:String>UiPath.DataTableUtilities</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
<x:String>UiPath.UIAutomationCore.Contracts</x:String>
<x:String>UiPath.UIAutomationNext.Activities</x:String>
<x:String>UiPath.Platform.ObjectLibrary</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>UiPath.UIAutomationNext.Contracts</x:String>
<x:String>System.Security</x:String>
<x:String>UiPath.UIAutomationNext.Models.ExtractData</x:String>
<x:String>UiPath.Platform.Triggers.Scope</x:String>
<x:String>Microsoft.VisualBasic.CompilerServices</x:String>
</scg:List>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<scg:List x:TypeArguments="AssemblyReference" Capacity="37">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.Design</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>Microsoft.Bcl.AsyncInterfaces</AssemblyReference>
<AssemblyReference>System.ValueTuple</AssemblyReference>
<AssemblyReference>System.ComponentModel.Composition</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities</AssemblyReference>
<AssemblyReference>UiPath.Mail.Activities</AssemblyReference>
<AssemblyReference>UiPath.CV</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.CV.Activities</AssemblyReference>
<AssemblyReference>System.Runtime.WindowsRuntime</AssemblyReference>
</scg:List>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Sequence Utama" sap:VirtualizedContainerService.HintSize="1118,9286" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="sd:DataTable" Name="tblData" />
<Variable x:TypeArguments="sd:DataTable" Name="tblLogin" />
<Variable x:TypeArguments="x:Int32" Default="2" Modifiers="Mapped" Name="pJob_Data" />
<Variable x:TypeArguments="x:String" Modifiers="Mapped" Name="pSheetSKPD" />
<Variable x:TypeArguments="x:String" Default="["ParamInput"+".xlsx"]" Modifiers="Mapped" Name="pFile_SKPD" />
<Variable x:TypeArguments="x:String" Default="YA" Modifiers="Mapped" Name="pJob_Resume" />
</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>
<TryCatch DisplayName="Try Catch" sap:VirtualizedContainerService.HintSize="1076,764" sap2010:WorkflowViewState.IdRef="TryCatch_1">
<TryCatch.Try>
<Sequence sap:VirtualizedContainerService.HintSize="376,537" sap2010:WorkflowViewState.IdRef="Sequence_10">
<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="334,91" sap2010:WorkflowViewState.IdRef="LogMessage_1" Level="Info" Message="["Proses Baca File Excel Dimulai . . ."]" />
<Assign sap:VirtualizedContainerService.HintSize="334,60" sap2010:WorkflowViewState.IdRef="Assign_4">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[pFile_SKPD]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">ParamInput.xlsx</InArgument>
</Assign.Value>
</Assign>
<ui:ReadRange Range="{x:Null}" AddHeaders="True" DataTable="[tblLogin]" DisplayName="Read Range" sap:VirtualizedContainerService.HintSize="334,87" sap2010:WorkflowViewState.IdRef="ReadRange_3" SheetName="Login" WorkbookPath="[pFile_SKPD]" />
<ui:ReadRange Range="{x:Null}" AddHeaders="True" DataTable="[tblData]" DisplayName="Read_Range" sap:VirtualizedContainerService.HintSize="334,87" sap2010:WorkflowViewState.IdRef="ReadRange_1" SheetName="Penerimaan" WorkbookPath="[pFile_SKPD]" />
</Sequence>
</TryCatch.Try>
<TryCatch.Catches>
<Catch x:TypeArguments="s:Exception" sap:VirtualizedContainerService.HintSize="404,21" sap2010:WorkflowViewState.IdRef="Catch`1_1">
<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>
<ActivityAction x:TypeArguments="s:Exception">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="s:Exception" Name="exception" />
</ActivityAction.Argument>
<ui:MessageBox ChosenButton="{x:Null}" AutoCloseAfter="00:00:03" Buttons="Ok" Caption="Pesan Error" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="334,84" sap2010:WorkflowViewState.IdRef="MessageBox_1" Text="[exception.Message]" />
</ActivityAction>
</Catch>
</TryCatch.Catches>
<TryCatch.Finally>
<Sequence sap:VirtualizedContainerService.HintSize="376,378" sap2010:WorkflowViewState.IdRef="Sequence_16">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="334,61" sap2010:WorkflowViewState.IdRef="WriteLine_6" Text="["ParamLogin : "+CStr(tblLogin.RowCount)]" />
<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="334,61" sap2010:WorkflowViewState.IdRef="WriteLine_7" Text="["Data Penerimaan : "+CStr(tblData.RowCount)]" />
<ui:MessageBox ChosenButton="{x:Null}" AutoCloseAfter="00:01:00" Buttons="Ok" Caption="Info" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="334,84" sap2010:WorkflowViewState.IdRef="MessageBox_2" Text="["ParamLogin : "+CStr(tblLogin.RowCount)]" />
</Sequence>
</TryCatch.Finally>
</TryCatch>
<ui:ForEachRow ColumnNames="{x:Null}" CurrentIndex="{x:Null}" DataTable="[tblLogin]" DisplayName="For Each Row in Login" sap:VirtualizedContainerService.HintSize="1076,8390" sap2010:WorkflowViewState.IdRef="ForEachRow_5">
<ui:ForEachRow.Body>
<ActivityAction x:TypeArguments="sd:DataRow">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="sd:DataRow" Name="CurrentRow" />
</ActivityAction.Argument>
<Sequence DisplayName="Body Buka Browser" sap:VirtualizedContainerService.HintSize="1042,8270" sap2010:WorkflowViewState.IdRef="Sequence_15">
<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:OpenBrowser Hidden="{x:Null}" NewSession="{x:Null}" UiBrowser="{x:Null}" AutomaticallyDownloadWebDriver="False" BrowserType="Chrome" CommunicationMethod="WebDriver" DisplayName="Open Browser" sap:VirtualizedContainerService.HintSize="1000,8178" sap2010:WorkflowViewState.IdRef="OpenBrowser_2" Private="True" Url="[CurrentRow("UrlApp").ToString]" UserDataFolderMode="Automatic">
<ui:OpenBrowser.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="966,8077" sap2010:WorkflowViewState.IdRef="Sequence_31">
<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="Do Login" sap:VirtualizedContainerService.HintSize="924,7985" sap2010:WorkflowViewState.IdRef="Sequence_38">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Default="[CurrentRow("SheetStatus").ToString]" Name="pJob_Kolom" />
<Variable x:TypeArguments="x:String" Default="[CurrentRow("resume_kode_bast").ToString]" Name="pKodeBAST" />
</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>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="882,91" sap2010:WorkflowViewState.IdRef="LogMessage_14" Level="Info" Message="["Coba Login Web BPKAD . . ."]" />
<Assign DisplayName="Assign KodeBAST" sap:VirtualizedContainerService.HintSize="882,60" sap2010:WorkflowViewState.IdRef="Assign_14">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[pKodeBAST]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[CurrentRow("BastPenerimaan").ToString]</InArgument>
</Assign.Value>
</Assign>
<ui:SetFocus DelayBefore="{x:Null}" DelayMS="{x:Null}" DisplayName="Set Focus 'DIV O3D_id-innerCt'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="SetFocus_4">
<ui:SetFocus.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="17c640b2-c094-44a3-a886-e04592528605" InformativeScreenshot="9292c77739fee4df53f62f80e74c55a8" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='INPUT' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:SetFocus.Target>
</ui:SetFocus>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT O59_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="882,134" sap2010:WorkflowViewState.IdRef="TypeInto_17" Text="[CurrentRow("Username").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="6e7c5fd8-b219-406c-8fc6-e3141070b415" InformativeScreenshot="9292c77739fee4df53f62f80e74c55a8" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='INPUT' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DeselectAfter="False" DisplayName="Type Into 'INPUT O69_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="882,134" sap2010:WorkflowViewState.IdRef="TypeInto_18" Text="[CurrentRow("Password").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="d0e950ce-e0be-494f-a1b3-079623aae108" InformativeScreenshot="33c14c4d10e5e90343151c6d0ddc7ce6" Selector="<webctrl tag='INPUT' type='password' />">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:TypeInto AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" ClickBeforeTyping="True" DisplayName="Type Into 'INPUT O69_id-inputEl'" sap:VirtualizedContainerService.HintSize="882,134" sap2010:WorkflowViewState.IdRef="TypeInto_19" Text="%[k(enter)]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="1d50a2a5-5078-4eb9-a88e-cd50ea28f8e2" InformativeScreenshot="33c14c4d10e5e90343151c6d0ddc7ce6" Selector="<webctrl tag='INPUT' type='password' />">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'BUTTON'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="Click_13" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="fff35413-9c17-4414-b7d0-8e4f74d311ab" InformativeScreenshot="19552fc4e24c9fa0af0503733e286a06" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='BUTTON' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="882,91" sap2010:WorkflowViewState.IdRef="LogMessage_15" Level="Info" Message="["Masuk Menu Persediaan . . ."]" />
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="Click_14" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="fc5827bd-b5ad-4e88-ac93-37e11ba4e4cd" InformativeScreenshot="7eb4a43d0ad00740e2e5b57fea82a048" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl parentid='treeview-1038-record-27' tag='SPAN' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN O164_id-btnInnerEl'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="Click_15" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="6738988c-1b81-4479-a4fb-ed7bb17e91e3" InformativeScreenshot="5499d4c04f994da1be05ffb3b0aa5970" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl id='O164_id-btnInnerEl' tag='SPAN' aaname='Pilih Tahun' class='x-btn-inner x-btn-inner-default-small' innertext='Pilih Tahun' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="882,91" sap2010:WorkflowViewState.IdRef="LogMessage_16" Level="Info" Message="["Pilih Tahun Anggaran Persediaan . . ."]" />
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT'" sap:VirtualizedContainerService.HintSize="882,134" sap2010:WorkflowViewState.IdRef="TypeInto_20" Text="[CurrentRow("TahunAnggaran").ToString+ "[k(enter)]"]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="c6761914-63de-4766-b3d1-d7eeb4bab0b0" InformativeScreenshot="0dc4edca04ec3afaf0edcbe66904b534" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl parentid='jconfirm-box*' tag='INPUT' type='text' class='name fs-form-control' />" WaitForReady="COMPLETE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'BUTTON'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="Click_16" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="5c934ecd-3eaf-4d11-b51a-1d8bc0b29555" InformativeScreenshot="9dbf7d27f5621f097fee97ec5b964569" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aaname='ok' tag='BUTTON' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN O14C_id-btnInnerEl'" sap:VirtualizedContainerService.HintSize="882,106" sap2010:WorkflowViewState.IdRef="Click_17" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="12e643ab-cde1-4937-bcc6-784cc10077f5" InformativeScreenshot="02f945e2b1137bb84f2849410af4b2e5" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' id='O140_id-legendTitle' tag='DIV' /><nav up='2' /><webctrl id='O14C_id-btnInnerEl' tag='SPAN' aaname='FORM PENERIMAAN' class='x-btn-inner x-btn-inner-default-large' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:ForEachRow ColumnNames="{x:Null}" CurrentIndex="{x:Null}" DataTable="[tblData]" DisplayName="For Each Row in Data Table" sap:VirtualizedContainerService.HintSize="882,5828" sap2010:WorkflowViewState.IdRef="ForEachRow_7">
<ui:ForEachRow.Body>
<ActivityAction x:TypeArguments="sd:DataRow">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="sd:DataRow" Name="CurrentRow" />
</ActivityAction.Argument>
<Sequence DisplayName="Body Mulai Input Data" sap:VirtualizedContainerService.HintSize="848,5709" sap2010:WorkflowViewState.IdRef="Sequence_37">
<Sequence.Variables>
<Variable x:TypeArguments="x:Int32" Default="0" Name="d" />
<Variable x:TypeArguments="x:String" Default="BARU" Name="dKodeBAST" />
</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>
<ui:IfElseIf DisplayName="Else If Status" sap:VirtualizedContainerService.HintSize="806,5416" sap2010:WorkflowViewState.IdRef="IfElseIf_10">
<ui:IfElseIf.ConditionBlocks>
<sc:BindingList x:TypeArguments="ui:IfElseIfBlock" AllowEdit="True" AllowNew="True" AllowRemove="True" RaiseListChangedEvents="True">
<ui:IfElseIfBlock BlockType="If" Condition="[CurrentRow("job_status").ToString = ""]">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body Resume" sap:VirtualizedContainerService.HintSize="586,5012" sap2010:WorkflowViewState.IdRef="Sequence_43">
<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:IfElseIf DisplayName="Else If Lanjutan" sap:VirtualizedContainerService.HintSize="544,1020" sap2010:WorkflowViewState.IdRef="IfElseIf_8">
<ui:IfElseIf.ConditionBlocks>
<sc:BindingList x:TypeArguments="ui:IfElseIfBlock" AllowEdit="True" AllowNew="True" AllowRemove="True" RaiseListChangedEvents="True">
<ui:IfElseIfBlock BlockType="If" Condition="[CurrentRow("BastPenerimaan").ToString = "BARU"]">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body BAST Baru" sap:VirtualizedContainerService.HintSize="376,353" sap2010:WorkflowViewState.IdRef="Sequence_39">
<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="334,87" sap2010:WorkflowViewState.IdRef="LogMessage_25" Level="Info" Message="["Input BAST Baru . . ."]" />
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DelayBefore="500" DisplayName="Type Into 'INPUT O3A8_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="334,134" sap2010:WorkflowViewState.IdRef="TypeInto_31" Text="BARU">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="70b207ff-f4db-48ca-875a-c6f504e16251" InformativeScreenshot="9efebdc3c7878ec3054d72944ccb2ee8" Selector="<webctrl id='*' tag='SPAN' aaname='BAST :' innertext='BAST :' /><nav up='3' /><webctrl aria-role='combobox' tag='INPUT' type='text' aaname='BAST :' isleaf='1' title='Transformasi Digital - BPKAD HST' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
<ui:IfElseIfBlock BlockType="ElseIf" Condition="[CurrentRow("BastPenerimaan").ToString <> "BARU" AND pJob_Resume.ToString = "YA"]">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body BAST Tambahan" sap:VirtualizedContainerService.HintSize="376,353" sap2010:WorkflowViewState.IdRef="Sequence_40">
<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="334,87" sap2010:WorkflowViewState.IdRef="LogMessage_26" Level="Info" Message="["Cari BAST Untuk Ditambahkan . . ."]" />
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DelayBefore="500" DisplayName="Type Into 'INPUT O3A8_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="334,134" sap2010:WorkflowViewState.IdRef="TypeInto_32" Text="[pKodeBAST.ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="70b207ff-f4db-48ca-875a-c6f504e16251" InformativeScreenshot="9efebdc3c7878ec3054d72944ccb2ee8" Selector="<webctrl id='*' tag='SPAN' aaname='BAST :' innertext='BAST :' /><nav up='3' /><webctrl tag='INPUT' type='text' aaname='BAST :' isleaf='1' title='Transformasi Digital - BPKAD HST' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
</sc:BindingList>
</ui:IfElseIf.ConditionBlocks>
</ui:IfElseIf>
<Assign sap:VirtualizedContainerService.HintSize="544,60" sap2010:WorkflowViewState.IdRef="Assign_13">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[pJob_Resume]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">TIDAK</InArgument>
</Assign.Value>
</Assign>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DelayBefore="400" DisplayName="Type Into 'INPUT O3F1_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_33" Text="[CurrentRow("Tanggal").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="fe608e67-5b61-4949-a627-94cb9d66d2a8" InformativeScreenshot="b2b3d80c1fb4ee020048ac5f5436ac84" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl id='O299_id-inputEl' tag='INPUT' type='text' aaname='Tanggal :' aria-role='combobox' class='x-form-field x-form-text x-form-text-default *' name='O299' parentclass='x-form-text-wrap x-form-text-wrap-default*' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT O394_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_34" Text="[CurrentRow("Bidang").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="cf6ab331-61db-42d4-b0e9-f970d8f0b4fc" InformativeScreenshot="145c1d6e517a42a5c8cf846f3e7946af" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl id='*_id-inputEl' tag='INPUT' type='text' aaname='Bidang :' aria-role='combobox' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="544,87" sap2010:WorkflowViewState.IdRef="LogMessage_27" Level="Info" Message="["Sesuaikan Program Kegiatan . . ."]" />
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT O38A_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_35" Text="[CurrentRow("KodeKeg").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="a3bf6f96-43c2-43b6-b10c-786e28ff3f93" InformativeScreenshot="fdf108f3e3a465cb2726d85349416a2b" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl id='O232_id-inputEl' tag='INPUT' type='text' aaname='Program Kegiatan :' aria-role='combobox' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'TEXTAREA O390_id-input...'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_36" Text="[CurrentRow("Ket").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="a8a7938f-193f-48a4-988b-678b27173101" InformativeScreenshot="edbe35bfb0181251717872762d080f03" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='textbox' tag='TEXTAREA' aaname='Keterangan :' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT O3F5_id-inputEl'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_37" Text="[CurrentRow("Faktur").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="fd5ee5d8-4916-417d-9926-e0246c40829e" InformativeScreenshot="4009f18708937941714ba50618b2c359" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl id='O29D_id-inputEl' tag='INPUT' type='text' aaname='Tanggal Faktur :' aria-role='combobox' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="544,87" sap2010:WorkflowViewState.IdRef="LogMessage_28" Level="Info" Message="["Tambah Item Barang . . ."]" />
<ui:Click AlterIfDisabled="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DelayBefore="400" DisplayName="Click 'SPAN O1FE_id-btnIconEl'" sap:VirtualizedContainerService.HintSize="544,106" sap2010:WorkflowViewState.IdRef="Click_25" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="86c0d8b2-cc19-4561-873a-20631918d4fc" InformativeScreenshot="d045a26db71e6fae7ee4ed464c46f330" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' id='O1FE_id-btnIconEl' tag='SPAN' class='x-btn-icon-el x-btn-icon-el-default-small ' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:TypeInto AlterIfDisabled="{x:Null}" DelayBetweenKeys="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" ClickBeforeTyping="True" DelayBefore="300" DelayMS="400" DeselectAfter="False" DisplayName="Type Into 'DIV'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_38" Text="~">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="f634f206-14e0-43be-a45e-3c4b0e54b890" InformativeScreenshot="9bcbe30d9735d1f1840813427bc92517" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aaname=' ' parentid='*' tag='DIV' colName=' ' innertext=' ' tableCol='4' /><nav up='2' /><webctrl parentid='*' tag='DIV' aaname=' ' innertext=' ' idx='1' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN button-1108-btnIc...'" sap:VirtualizedContainerService.HintSize="544,106" sap2010:WorkflowViewState.IdRef="Click_26" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="c8f4ad25-5883-4417-9a13-cd23fcd30651" InformativeScreenshot="4f3e0e58b882220cc2bc5b934f5e2ed7" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aaname=' ' parentid='*' tag='DIV' innertext=' ' tableCol='4' idx='1' /><nav up='2' /><webctrl aria-role='presentation' id='*' tag='SPAN' tableCol='2' class='x-btn-wrap x-btn-wrap-grid-cell-small ' innertext=' ' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="544,87" sap2010:WorkflowViewState.IdRef="LogMessage_29" Level="Info" Message="["Cari Item Sesuai SSH . . ."]" />
<ui:TypeInto AlterIfDisabled="{x:Null}" ClickBeforeTyping="{x:Null}" DelayBefore="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" EmptyField="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" DisplayName="Type Into 'INPUT O419_id-inputEl'" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_39" Text="[CurrentRow("KodeSSH").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="148c0ef1-a9b9-44af-a0eb-11737d5ae7d7" InformativeScreenshot="8b53a95c7c8d8c16fafad4be9e7ef8d1" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' tag='SPAN' aaname='Kode' class='x-column-header-text-inner' innertext='Kode' /><nav up='5' /><webctrl aria-role='textbox' tag='INPUT' type='text' class='x-form-field x-form-text x-form-text-default x-form-empty-field x-form-empty-field-default' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:Click AlterIfDisabled="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_DOUBLE" DelayBefore="500" DelayMS="400" DisplayName="Click 'DIV'" sap:VirtualizedContainerService.HintSize="544,106" sap2010:WorkflowViewState.IdRef="Click_27" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="2d4696a1-1aa9-4f82-a44f-16f45e5a555e" InformativeScreenshot="60194fe7639050d1aac58a8be88f55ed" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' tag='SPAN' aaname='Keterangan' class='x-column-header-text-inner' innertext='Keterangan' parentclass='x-column-header-text' /><nav up='12' /><webctrl aaname=' ' tag='DIV' tableCol='8' idx='1' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:Click AlterIfDisabled="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_DOUBLE" DelayBefore="500" sap:VirtualizedContainerService.HintSize="544,106" sap2010:WorkflowViewState.IdRef="Click_28" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="5c9e0cb4-0af6-4f65-82f4-5216b4b79c90" InformativeScreenshot="a0eeb0b41efbbde3e908531c016bab32" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' tag='SPAN' aaname='Qty' class='x-column-header-text-inner' innertext='Qty' parentclass='x-column-header-text' /><nav up='9' /><webctrl aaname=' ' tag='DIV' class='x-grid-cell-inner ' tableCol='6' idx='1' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:TypeInto AlterIfDisabled="{x:Null}" DelayBetweenKeys="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateType="{x:Null}" Activate="True" ClickBeforeTyping="False" DelayBefore="500" DeselectAfter="False" DisplayName="Type Into 'DIV'" EmptyField="True" sap:VirtualizedContainerService.HintSize="544,134" sap2010:WorkflowViewState.IdRef="TypeInto_40" Text="[CurrentRow("Banyak").ToString]">
<ui:TypeInto.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="6b75a7e6-0165-4138-8003-5f0565d01cae" InformativeScreenshot="12e2a1cffde257bf1259eb679f816dc3" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl aria-role='presentation' tag='SPAN' aaname='Qty' class='x-column-header-text-inner' innertext='Qty' parentclass='x-column-header-text' /><nav up='9' /><webctrl aaname=' ' tag='DIV' class='x-grid-cell-inner ' tableCol='6' idx='1' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:TypeInto.Target>
</ui:TypeInto>
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN O20A_id-btnIconEl'" sap:VirtualizedContainerService.HintSize="544,106" sap2010:WorkflowViewState.IdRef="Click_29" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="4fe1c5b2-e6d0-4fb2-9539-496760a454d9" InformativeScreenshot="38d20b9a268cdf45c404e975e070ada5" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='LABEL' aaname='Simpan' class='x-component x-abs-layout-item x-component-default' innertext='Simpan' parentclass='x-autocontainer-innerCt' /><nav up='1' /><webctrl aria-role='presentation' tag='SPAN' class='x-btn-icon-el x-btn-icon-el-default-small ' parentclass='x-btn-button x-btn-button-default-small x-btn-no-text x-btn-icon x-btn-icon-left x-btn-button-center ' idx='8' />">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
<ui:Target.WaitForReady>
<InArgument x:TypeArguments="ui:WaitForReady" />
</ui:Target.WaitForReady>
</ui:Target>
</ui:Click.Target>
</ui:Click>
<ui:IfElseIf DisplayName="Else If" sap:VirtualizedContainerService.HintSize="544,875" sap2010:WorkflowViewState.IdRef="IfElseIf_9">
<ui:IfElseIf.ConditionBlocks>
<sc:BindingList x:TypeArguments="ui:IfElseIfBlock" AllowEdit="True" AllowNew="True" AllowRemove="True" RaiseListChangedEvents="True">
<ui:IfElseIfBlock BlockType="If" Condition="[CurrentRow("AutoPakai").ToString = "YA"]">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="376,325" sap2010:WorkflowViewState.IdRef="Sequence_41">
<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="334,87" sap2010:WorkflowViewState.IdRef="LogMessage_30" Level="Info" Message="["Proses Auto Pakai / Barang Langsung Habis . . ."]" />
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN button-1006-btnIn...'" sap:VirtualizedContainerService.HintSize="334,106" sap2010:WorkflowViewState.IdRef="Click_30" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="f64a046e-13dc-40ca-89d1-4657bffb1f7c" InformativeScreenshot="fcd7d914e516a8ad252b59d08d72dd51" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='SPAN' aaname='Yes' innertext='Yes' parentclass='x-btn-button x-btn-button-default-small x-btn-text x-btn-button-center ' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
<ui:IfElseIfBlock BlockType="Else">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="376,325" sap2010:WorkflowViewState.IdRef="Sequence_42">
<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="334,87" sap2010:WorkflowViewState.IdRef="LogMessage_31" Level="Info" Message="["Proses Bukan AutoPakai . . ."]" />
<ui:Click AlterIfDisabled="{x:Null}" DelayBefore="{x:Null}" DelayMS="{x:Null}" SendWindowMessages="{x:Null}" SimulateClick="{x:Null}" ClickType="CLICK_SINGLE" DisplayName="Click 'SPAN button-1006-btnIn...'" sap:VirtualizedContainerService.HintSize="334,106" sap2010:WorkflowViewState.IdRef="Click_31" KeyModifiers="None" MouseButton="BTN_LEFT">
<ui:Click.CursorPosition>
<ui:CursorPosition Position="Center">
<ui:CursorPosition.OffsetX>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetX>
<ui:CursorPosition.OffsetY>
<InArgument x:TypeArguments="x:Int32" />
</ui:CursorPosition.OffsetY>
</ui:CursorPosition>
</ui:Click.CursorPosition>
<ui:Click.Target>
<ui:Target ClippingRegion="{x:Null}" Element="{x:Null}" Id="f64a046e-13dc-40ca-89d1-4657bffb1f7c" InformativeScreenshot="fcd7d914e516a8ad252b59d08d72dd51" Selector="<html app='chrome.exe' title='Transformasi Digital - BPKAD HST' /><webctrl tag='SPAN' aaname='No' innertext='No' parentclass='x-btn-button x-btn-button-default-small x-btn-text x-btn-button-center ' />" WaitForReady="INTERACTIVE">
<ui:Target.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:Target.TimeoutMS>
</ui:Target>
</ui:Click.Target>
</ui:Click>
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
</sc:BindingList>
</ui:IfElseIf.ConditionBlocks>
</ui:IfElseIf>
<ui:WriteCell Cell="[pJob_Kolom.ToString + pJob_Data.ToString]" DisplayName="Write Cell" sap:VirtualizedContainerService.HintSize="544,115" sap2010:WorkflowViewState.IdRef="WriteCell_3" SheetName="Penerimaan" Text="Selesai" WorkbookPath="[pFile_SKPD]" />
<Assign DisplayName="Assign KodeBAST" sap:VirtualizedContainerService.HintSize="544,60" sap2010:WorkflowViewState.IdRef="Assign_15">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[pKodeBAST]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[CurrentRow("BastPenerimaan").ToString]</InArgument>
</Assign.Value>
</Assign>
<ui:LogMessage DisplayName="Log Message" sap:VirtualizedContainerService.HintSize="544,87" sap2010:WorkflowViewState.IdRef="LogMessage_32" Level="Info" Message="["Input Data Sudah Selesai Baris Ke " + CurrentRow("No.").ToString + " Jumlah Harga = " + CurrentRow("Jumlah Harga").ToString]" />
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
<ui:IfElseIfBlock BlockType="Else">
<ui:IfElseIfBlock.Then>
<Sequence DisplayName="Body Skip" sap:VirtualizedContainerService.HintSize="376,179" sap2010:WorkflowViewState.IdRef="Sequence_44">
<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="334,87" sap2010:WorkflowViewState.IdRef="LogMessage_33" Level="Info" Message="["Skip Data Baris Ke " + CurrentRow("No.").ToString + " Jumlah Harga = " + CurrentRow("Jumlah Harga").ToString]" />
</Sequence>
</ui:IfElseIfBlock.Then>
</ui:IfElseIfBlock>
</sc:BindingList>
</ui:IfElseIf.ConditionBlocks>
</ui:IfElseIf>
<WriteLine DisplayName="Write Line" sap:VirtualizedContainerService.HintSize="806,61" sap2010:WorkflowViewState.IdRef="WriteLine_10" Text="[CStr(d +1) + 
". Data Penerimaan Berhasil Disimpan = "+
dKodeBAST]" />
<Assign DisplayName="Assign Job Data" sap:VirtualizedContainerService.HintSize="806,60" sap2010:WorkflowViewState.IdRef="Assign_12">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[pJob_Data]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[pJob_Data + 1]</InArgument>
</Assign.Value>
</Assign>
</Sequence>
</ActivityAction>
</ui:ForEachRow.Body>
</ui:ForEachRow>
</Sequence>
</Sequence>
</ActivityAction>
</ui:OpenBrowser.Body>
</ui:OpenBrowser>
</Sequence>
</ActivityAction>
</ui:ForEachRow.Body>
</ui:ForEachRow>
</Sequence>
</Activity>