-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.xaml
427 lines (427 loc) · 27.5 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
<Activity mc:Ignorable="sap sap2010" x:Class="Main" this:Main.inQtdDay="1" this:Main.inFolderName="Shared" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 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.Collections;assembly=System.Private.CoreLib" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=System.Private.CoreLib" xmlns:sd="clr-namespace:System.Data;assembly=System.Data.Common" xmlns:this="clr-namespace:" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Members>
<x:Property Name="outProcessName" Type="OutArgument(sd:DataTable)">
<x:Property.Attributes>
<RequiredArgumentAttribute />
</x:Property.Attributes>
</x:Property>
<x:Property Name="inQtdDay" Type="InArgument(x:Int32)" />
<x:Property Name="inFolderName" Type="InArgument(x:String)" />
</x:Members>
<VisualBasic.Settings>
<x:Null />
</VisualBasic.Settings>
<sap2010:ExpressionActivityEditor.ExpressionActivityEditor>C#</sap2010:ExpressionActivityEditor.ExpressionActivityEditor>
<sap:VirtualizedContainerService.HintSize>1573,2925</sap:VirtualizedContainerService.HintSize>
<sap2010:WorkflowViewState.IdRef>ActivityBuilder_1</sap2010:WorkflowViewState.IdRef>
<TextExpression.NamespacesForImplementation>
<scg:List x:TypeArguments="x:String" Capacity="33">
<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.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>GlobalVariablesNamespace</x:String>
<x:String>GlobalConstantsNamespace</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Reflection</x:String>
<x:String>UiPath.Core.Activities.Orchestrator</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>UiPath.Orchestrator.Client.Models</x:String>
<x:String>UiPath.Activities.System.Collections</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Xml.Serialization</x:String>
</scg:List>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<scg:List x:TypeArguments="AssemblyReference" Capacity="110">
<AssemblyReference>Microsoft.CSharp</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
<AssemblyReference>System.ServiceModel.Activities</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<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>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>UiPath.OrchestratorClient</AssemblyReference>
<AssemblyReference>NPOI</AssemblyReference>
<AssemblyReference>System.Memory.Data</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>UiPath.System.Activities.Design</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>Microsoft.Win32.Primitives</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>System.Private.Xml</AssemblyReference>
<AssemblyReference>System.Data.SqlClient</AssemblyReference>
<AssemblyReference>System.Data.Common</AssemblyReference>
<AssemblyReference>System.Linq.Parallel</AssemblyReference>
<AssemblyReference>System.Collections.Immutable</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Linq.Queryable</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
</scg:List>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="GetErrorsJobProcess" sap:VirtualizedContainerService.HintSize="802,2860" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" Name="oFailedJobs" />
<Variable x:TypeArguments="sd:DataTable" Name="dictProc" />
<Variable x:TypeArguments="sd:DataRow" Name="dtRow" />
<Variable x:TypeArguments="x:String" Name="strdate" />
</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="InitializingProcess" sap:VirtualizedContainerService.HintSize="740,141" sap2010:WorkflowViewState.IdRef="LogMessage_2">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_66">"Get ErrorJob Process started."</CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
<ui:CommentOut DisplayName="Disabled activities - get jobs except manual execution" sap:VirtualizedContainerService.HintSize="740,52" sap2010:WorkflowViewState.IdRef="CommentOut_2">
<ui:CommentOut.Body>
<Sequence DisplayName="Ignored Activities" sap:VirtualizedContainerService.HintSize="492,229" sap2010:WorkflowViewState.IdRef="Sequence_6">
<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:GetJobs DisplayName="GetErrorJobs" sap:VirtualizedContainerService.HintSize="450,141" sap2010:WorkflowViewState.IdRef="GetJobs_5">
<ui:GetJobs.Filter>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_97" xml:space="preserve">"(State eq 'Stopped' or State eq 'Faulted') and StartTime ge " + DateTime.Today.AddDays(-inQtdDay).ToString("yyyy-MM-dd") + " and StartTime le " + DateTime.Today.ToString("yyyy-MM-dd") + " and Source ne 'Manual'"</CSharpValue>
</InArgument>
</ui:GetJobs.Filter>
<ui:GetJobs.FolderPath>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_93">inFolderName</CSharpValue>
</InArgument>
</ui:GetJobs.FolderPath>
<ui:GetJobs.Result>
<OutArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpReference x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpReference`1_1">
<CSharpReference.Result>
<OutArgument x:TypeArguments="Location(scg:IEnumerable(ui:OrchestratorJob))" />
</CSharpReference.Result>oFailedJobs</CSharpReference>
</OutArgument>
</ui:GetJobs.Result>
<ui:GetJobs.Skip>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Skip>
<ui:GetJobs.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.TimeoutMS>
<ui:GetJobs.Top>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Top>
<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>
</ui:GetJobs>
</Sequence>
</ui:CommentOut.Body>
<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:CommentOut>
<ui:GetJobs DisplayName="GetErrorJobs" sap:VirtualizedContainerService.HintSize="740,141" sap2010:WorkflowViewState.IdRef="GetJobs_3">
<ui:GetJobs.Filter>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_110" xml:space="preserve">"(State eq 'Stopped' or State eq 'Faulted') and StartTime ge " + DateTime.Today.AddDays(-inQtdDay).ToString("yyyy-MM-dd") + " and StartTime le " + DateTime.Today.ToString("yyyy-MM-dd")</CSharpValue>
</InArgument>
</ui:GetJobs.Filter>
<ui:GetJobs.FolderPath>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_108">inFolderName</CSharpValue>
</InArgument>
</ui:GetJobs.FolderPath>
<ui:GetJobs.Result>
<OutArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpReference x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpReference`1_32">
<CSharpReference.Result>
<OutArgument x:TypeArguments="Location(scg:IEnumerable(ui:OrchestratorJob))" />
</CSharpReference.Result>oFailedJobs</CSharpReference>
</OutArgument>
</ui:GetJobs.Result>
<ui:GetJobs.Skip>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Skip>
<ui:GetJobs.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.TimeoutMS>
<ui:GetJobs.Top>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Top>
<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>
</ui:GetJobs>
<Assign sap:VirtualizedContainerService.HintSize="740,83" sap2010:WorkflowViewState.IdRef="Assign_4">
<Assign.To>
<OutArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpReference x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpReference`1_30">oFailedJobs</CSharpReference>
</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpValue x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpValue`1_104" xml:space="preserve">from s in oFailedJobs
orderby s.StartTime descending
select s</CSharpValue>
</InArgument>
</Assign.Value>
</Assign>
<ui:InvokeCode ContinueOnError="{x:Null}" Code="outProcessName = new DataTable();
outProcessName.Columns.Add(new DataColumn("nome"));
outProcessName.Columns.Add(new DataColumn("dataExec"));" DisplayName="CreatingDataTableResults" sap:VirtualizedContainerService.HintSize="740,215" sap2010:WorkflowViewState.IdRef="InvokeCode_1" Language="CSharp">
<ui:InvokeCode.Arguments>
<InOutArgument x:TypeArguments="sd:DataTable" x:Key="outProcessName">
<CSharpReference x:TypeArguments="sd:DataTable" sap2010:WorkflowViewState.IdRef="CSharpReference`1_29">outProcessName</CSharpReference>
</InOutArgument>
</ui:InvokeCode.Arguments>
</ui:InvokeCode>
<ui:ForEach x:TypeArguments="ui:OrchestratorJob" DisplayName="NavigatingThroughErrorJobs" sap:VirtualizedContainerService.HintSize="740,1736" sap2010:WorkflowViewState.IdRef="ForEach`1_1">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="ui:OrchestratorJob">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:OrchestratorJob" Name="currentOrchestratorJob" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="706,1550" sap2010:WorkflowViewState.IdRef="Sequence_2">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<If DisplayName="ChecEligiblekErrorJobs" sap:VirtualizedContainerService.HintSize="664,1462" sap2010:WorkflowViewState.IdRef="If_1">
<If.Condition>
<InArgument x:TypeArguments="x:Boolean">
<CSharpValue x:TypeArguments="x:Boolean" sap2010:WorkflowViewState.IdRef="CSharpValue`1_51">dtRow == null || !currentOrchestratorJob.ProcessName.Equals(dtRow["nome"])</CSharpValue>
</InArgument>
</If.Condition>
<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>
<If.Then>
<Sequence DisplayName="Body-ChecEligiblekErrorJobs" sap:VirtualizedContainerService.HintSize="630,1280" sap2010:WorkflowViewState.IdRef="Sequence_3">
<Sequence.Variables>
<Variable x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" Name="oSucJobs" />
</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:GetJobs DisplayName="GetSuccessJob" sap:VirtualizedContainerService.HintSize="588,141" sap2010:WorkflowViewState.IdRef="GetJobs_6">
<ui:GetJobs.Filter>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_92" xml:space="preserve">"(State eq 'Successful' or State eq 'Running') and StartTime ge " + DateTime.Today.AddDays(-inQtdDay) .ToString("yyyy-MM-dd") + " and StartTime le " + DateTime.Today.ToString("yyyy-MM-dd") + " and ReleaseName eq '" + currentOrchestratorJob.ProcessName + "'"</CSharpValue>
</InArgument>
</ui:GetJobs.Filter>
<ui:GetJobs.FolderPath>
<InArgument x:TypeArguments="x:String">
<CSharpValue x:TypeArguments="x:String" sap2010:WorkflowViewState.IdRef="CSharpValue`1_94">inFolderName</CSharpValue>
</InArgument>
</ui:GetJobs.FolderPath>
<ui:GetJobs.Result>
<OutArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpReference x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpReference`1_24">
<CSharpReference.Result>
<OutArgument x:TypeArguments="Location(scg:IEnumerable(ui:OrchestratorJob))" />
</CSharpReference.Result>oSucJobs</CSharpReference>
</OutArgument>
</ui:GetJobs.Result>
<ui:GetJobs.Skip>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Skip>
<ui:GetJobs.TimeoutMS>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.TimeoutMS>
<ui:GetJobs.Top>
<InArgument x:TypeArguments="x:Int32" />
</ui:GetJobs.Top>
<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>
</ui:GetJobs>
<Assign sap:VirtualizedContainerService.HintSize="588,83" sap2010:WorkflowViewState.IdRef="Assign_5">
<Assign.To>
<OutArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpReference x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpReference`1_31">oSucJobs</CSharpReference>
</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)">
<CSharpValue x:TypeArguments="scg:IEnumerable(ui:OrchestratorJob)" sap2010:WorkflowViewState.IdRef="CSharpValue`1_105" xml:space="preserve">from s in oSucJobs
orderby s.StartTime descending
select s</CSharpValue>
</InArgument>
</Assign.Value>
</Assign>
<If DisplayName="CheckSuccessRepliedJob" sap:VirtualizedContainerService.HintSize="588,888" sap2010:WorkflowViewState.IdRef="If_2">
<If.Condition>
<InArgument x:TypeArguments="x:Boolean">
<CSharpValue x:TypeArguments="x:Boolean" sap2010:WorkflowViewState.IdRef="CSharpValue`1_114">oSucJobs.Count() < 1 || oSucJobs.First().StartTime < currentOrchestratorJob.StartTime</CSharpValue>
</InArgument>
</If.Condition>
<If.Then>
<Sequence DisplayName="Body-CheckSuccessRepliedJob" sap:VirtualizedContainerService.HintSize="554,706" sap2010:WorkflowViewState.IdRef="Sequence_4">
<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="OutputPreparation" sap:VirtualizedContainerService.HintSize="512,437" sap2010:WorkflowViewState.IdRef="Sequence_5">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Assign sap:VirtualizedContainerService.HintSize="450,82" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="sd:DataRow">
<CSharpReference x:TypeArguments="sd:DataRow" sap2010:WorkflowViewState.IdRef="CSharpReference`1_25">dtRow</CSharpReference>
</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="sd:DataRow">
<CSharpValue x:TypeArguments="sd:DataRow" sap2010:WorkflowViewState.IdRef="CSharpValue`1_69">outProcessName.NewRow()</CSharpValue>
</InArgument>
</Assign.Value>
</Assign>
<Assign sap:VirtualizedContainerService.HintSize="450,82" sap2010:WorkflowViewState.IdRef="Assign_2">
<Assign.To>
<OutArgument x:TypeArguments="x:Object">
<CSharpReference x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpReference`1_26">dtRow["nome"]</CSharpReference>
</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_70">currentOrchestratorJob.ProcessName</CSharpValue>
</InArgument>
</Assign.Value>
</Assign>
<Assign sap:VirtualizedContainerService.HintSize="450,82" sap2010:WorkflowViewState.IdRef="Assign_3">
<Assign.To>
<OutArgument x:TypeArguments="x:Object">
<CSharpReference x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpReference`1_27">dtRow["dataExec"]</CSharpReference>
</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_106">currentOrchestratorJob.StartTime.ToString()</CSharpValue>
</InArgument>
</Assign.Value>
</Assign>
</Sequence>
<ui:AddDataRow ArrayRow="{x:Null}" DisplayName="PreparingDataTableResults" sap:VirtualizedContainerService.HintSize="512,141" sap2010:WorkflowViewState.IdRef="AddDataRow_2">
<ui:AddDataRow.DataRow>
<InArgument x:TypeArguments="sd:DataRow">
<CSharpValue x:TypeArguments="sd:DataRow" sap2010:WorkflowViewState.IdRef="CSharpValue`1_35">dtRow</CSharpValue>
</InArgument>
</ui:AddDataRow.DataRow>
<ui:AddDataRow.DataTable>
<InOutArgument x:TypeArguments="sd:DataTable">
<CSharpReference x:TypeArguments="sd:DataTable" sap2010:WorkflowViewState.IdRef="CSharpReference`1_22">outProcessName</CSharpReference>
</InOutArgument>
</ui:AddDataRow.DataTable>
</ui:AddDataRow>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="" sap2010:WorkflowViewState.IdRef="Sequence_7" />
</If.Else>
</If>
</Sequence>
</If.Then>
<If.Else>
<Sequence DisplayName="" sap2010:WorkflowViewState.IdRef="Sequence_8" />
</If.Else>
</If>
</Sequence>
</ActivityAction>
</ui:ForEach.Body>
<ui:ForEach.CurrentIndex>
<OutArgument x:TypeArguments="x:Int32" />
</ui:ForEach.CurrentIndex>
<ui:ForEach.Values>
<InArgument x:TypeArguments="sc:IEnumerable">
<CSharpValue x:TypeArguments="sc:IEnumerable" sap2010:WorkflowViewState.IdRef="CSharpValue`1_99">oFailedJobs</CSharpValue>
</InArgument>
</ui:ForEach.Values>
</ui:ForEach>
<ui:LogMessage DisplayName="FinishingProcess" sap:VirtualizedContainerService.HintSize="740,141" sap2010:WorkflowViewState.IdRef="LogMessage_1">
<ui:LogMessage.Message>
<InArgument x:TypeArguments="x:Object">
<CSharpValue x:TypeArguments="x:Object" sap2010:WorkflowViewState.IdRef="CSharpValue`1_67">"Get ErrorJob Process Finished."</CSharpValue>
</InArgument>
</ui:LogMessage.Message>
</ui:LogMessage>
</Sequence>
</Activity>