-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.xaml
More file actions
430 lines (428 loc) · 37.8 KB
/
Main.xaml
File metadata and controls
430 lines (428 loc) · 37.8 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
<Activity mc:Ignorable="sap sap2010" x:Class="Main" VisualBasic.Settings="{x:Null}" sap2010:WorkflowViewState.IdRef="ActivityBuilder_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:isactr="http://schemas.uipath.com/workflow/integration-service-activities/isactr" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:p="http://schemas.uipath.com/workflow/activities/document-processing-contracts/classification" 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:ue="clr-namespace:UiPath.Excel;assembly=UiPath.Excel.Activities" xmlns:ueab="clr-namespace:UiPath.Excel.Activities.Business;assembly=UiPath.Excel.Activities" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:uiascb="clr-namespace:UiPath.IntegrationService.Activities.SWEntities.C8A48D890DA_v2_sub_generateChatCompletion_Create.Bundle;assembly=C8A48D890DA_v2_sub_g.ISx9r1ZBswC1AtDWd4WgdcT4" xmlns:uisad="clr-namespace:UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification;assembly=UiPath.IntelligentOCR.StudioWeb.Activities" 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.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>GlobalVariablesNamespace</x:String>
<x:String>GlobalConstantsNamespace</x:String>
<x:String>UiPath.Excel</x:String>
<x:String>UiPath.Excel.Activities.Business</x:String>
<x:String>UiPath.Excel.Model</x:String>
<x:String>System.Reflection</x:String>
<x:String>UiPath.Shared.Activities.Business</x:String>
<x:String>System.Linq.Expressions</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>UiPath.Shared.Activities</x:String>
<x:String>UiPath.IntegrationService.Activities.Runtime.Models.FilterBuilder</x:String>
<x:String>UiPath.IntegrationService.Activities.Runtime.Models</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>UiPath.IntegrationService.Activities.Runtime.Helpers.TypeDetailsCustomization</x:String>
<x:String>UiPath.IntegrationService.Activities.Runtime.Activities</x:String>
<x:String>UiPath.Platform.Activities</x:String>
<x:String>UiPath.Platform.ResourceHandling</x:String>
<x:String>UiPath.IntelligentOCR.StudioWeb.Activities.DocumentClassification</x:String>
<x:String>UiPath.IntelligentOCR.DataExtraction</x:String>
<x:String>Microsoft.VisualBasic.CompilerServices</x:String>
<x:String>UiPath.DocumentProcessing.Contracts.Classification</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</x:String>
<x:String>System.Text.Unicode</x:String>
<x:String>System.Security</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.Runtime.Collections</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>UiPath.DocumentProcessing.Contracts.Dom</x:String>
<x:String>UiPath.IntelligentOCR.StudioWeb.Activities</x:String>
<x:String>UiPath.DocumentProcessing.Contracts</x:String>
<x:String>UiPath.Python</x:String>
<x:String>UiPath.Python.Activities</x:String>
<x:String>UiPath.IntegrationService.Activities.SWEntities.C4A1E80EBE5_categorize_Create.Bundle</x:String>
<x:String>UiPath.IntegrationService.Activities.SWEntities.C1C7393210C_v2_sub_chat_sub_completion_Create.Bundle</x:String>
<x:String>UiPath.IntegrationService.Activities.SWEntities.C8A48D890DA_v2_sub_generateChatCompletion_Create.Bundle</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>PresentationFramework</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.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Drawing.Common</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Net.Mail</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</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>WindowsBase</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>System.Reflection.MetadataLoadContext</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>System.Linq.Expressions</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>NPOI.Core</AssemblyReference>
<AssemblyReference>System.Collections</AssemblyReference>
<AssemblyReference>System.Linq.Async</AssemblyReference>
<AssemblyReference>System.Collections.NonGeneric</AssemblyReference>
<AssemblyReference>UiPath.IntegrationService.Activities.Runtime</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>UiPath.Platform</AssemblyReference>
<AssemblyReference>UiPath.IntelligentOCR.StudioWeb.Activities</AssemblyReference>
<AssemblyReference>UiPath.IntelligentOCR</AssemblyReference>
<AssemblyReference>System.Data.SqlClient</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>System.Linq.Parallel</AssemblyReference>
<AssemblyReference>System.Collections.Immutable</AssemblyReference>
<AssemblyReference>System.Linq.Queryable</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Forms</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Core</AssemblyReference>
<AssemblyReference>UiPath.DocumentProcessing.Contracts</AssemblyReference>
<AssemblyReference>System.IO.Pipes</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.Runtime.Numerics</AssemblyReference>
<AssemblyReference>System.Net.WebClient</AssemblyReference>
<AssemblyReference>System.Net.Primitives</AssemblyReference>
<AssemblyReference>System.Net.HttpListener</AssemblyReference>
<AssemblyReference>System.Net.WebProxy</AssemblyReference>
<AssemblyReference>System.Net.NameResolution</AssemblyReference>
<AssemblyReference>System.Net.WebHeaderCollection</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.OCR.Core</AssemblyReference>
<AssemblyReference>UiPath.Vision.Core</AssemblyReference>
<AssemblyReference>System.Threading.Tasks.Parallel</AssemblyReference>
<AssemblyReference>System.Text.Encoding.CodePages</AssemblyReference>
<AssemblyReference>System.Text.Encodings.Web</AssemblyReference>
<AssemblyReference>System.Runtime.InteropServices</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.Runtime.CompilerServices.VisualC</AssemblyReference>
<AssemblyReference>System.Windows.Forms</AssemblyReference>
<AssemblyReference>System.Resources.Writer</AssemblyReference>
<AssemblyReference>Microsoft.PowerShell.Commands.Diagnostics</AssemblyReference>
<AssemblyReference>System.Diagnostics.FileVersionInfo</AssemblyReference>
<AssemblyReference>System.Diagnostics.DiagnosticSource</AssemblyReference>
<AssemblyReference>System.Diagnostics.TraceSource</AssemblyReference>
<AssemblyReference>System.Diagnostics.EventLog</AssemblyReference>
<AssemblyReference>System.Diagnostics.PerformanceCounter</AssemblyReference>
<AssemblyReference>System.Diagnostics.TextWriterTraceListener</AssemblyReference>
<AssemblyReference>System.Diagnostics.StackTrace</AssemblyReference>
<AssemblyReference>System.Collections.Concurrent</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
<AssemblyReference>System.Text.RegularExpressions</AssemblyReference>
<AssemblyReference>System.Net.Security</AssemblyReference>
<AssemblyReference>System.Private.Xml</AssemblyReference>
<AssemblyReference>System.Private.Xml.Linq</AssemblyReference>
<AssemblyReference>System.Xml.XPath.XDocument</AssemblyReference>
<AssemblyReference>UiPath.Python</AssemblyReference>
<AssemblyReference>UiPath.Python.Activities</AssemblyReference>
<AssemblyReference>C4A1E80EBE5_categori.hbJbO2brV7O1VIEa53itkt22</AssemblyReference>
<AssemblyReference>C1C7393210C_v2_sub_c.f5Ohr2H06RQ1Br1MuvYhTX3</AssemblyReference>
<AssemblyReference>C8A48D890DA_v2_sub_g.ISx9r1ZBswC1AtDWd4WgdcT4</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Main Sequence" sap:VirtualizedContainerService.HintSize="1029,1610" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="AI_Out" />
<Variable x:TypeArguments="x:String" Name="raw_data" />
</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>
<ueab:ExcelProcessScopeX DisplayAlerts="{x:Null}" ExistingProcessAction="{x:Null}" FileConflictResolution="{x:Null}" LaunchMethod="{x:Null}" LaunchTimeout="{x:Null}" MacroSettings="{x:Null}" ProcessMode="{x:Null}" ShowExcelWindow="{x:Null}" DisplayName="Excel Process Scope" sap:VirtualizedContainerService.HintSize="648,1587" sap2010:WorkflowViewState.IdRef="ExcelProcessScopeX_1">
<ueab:ExcelProcessScopeX.Body>
<ActivityAction x:TypeArguments="ui:IExcelProcess">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ui:IExcelProcess" Name="ExcelProcessScopeTag" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="614,1477" 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>
<ueab:ExcelApplicationCard Password="{x:Null}" ReadFormatting="{x:Null}" SensitivityLabel="{x:Null}" DisplayName="Use Excel File" sap:VirtualizedContainerService.HintSize="580,1417" sap2010:WorkflowViewState.IdRef="ExcelApplicationCard_1" KeepExcelFileOpen="True" ResizeWindow="None" SensitivityOperation="None" WorkbookPath="TT_Raw_Data.xlsx">
<ueab:ExcelApplicationCard.Body>
<ActivityAction x:TypeArguments="ue:IWorkbookQuickHandle">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="ue:IWorkbookQuickHandle" Name="Excel" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="546,1125" sap2010:WorkflowViewState.IdRef="Sequence_3">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ueab:ExcelForEachRowX DisplayName="For Each Excel Row" EmptyRowBehavior="Stop" HasHeaders="True" sap:VirtualizedContainerService.HintSize="512,1065" sap2010:WorkflowViewState.IdRef="ExcelForEachRowX_1" Range="[Excel.Sheet("Outage_Row_Data(1)")]" SaveAfterEachRow="True">
<ueab:ExcelForEachRowX.Body>
<ActivityAction x:TypeArguments="ue:CurrentRowQuickHandle, x:Int32">
<ActivityAction.Argument1>
<DelegateInArgument x:TypeArguments="ue:CurrentRowQuickHandle" Name="CurrentRow" />
</ActivityAction.Argument1>
<ActivityAction.Argument2>
<DelegateInArgument x:TypeArguments="x:Int32" Name="CurrentIndex" />
</ActivityAction.Argument2>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="478,852" sap2010:WorkflowViewState.IdRef="Sequence_4">
<Sequence.Variables>
<Variable x:TypeArguments="uisad:DocumentData" Name="DocumentData" />
<Variable x:TypeArguments="x:String" Name="out_DocumentType" />
<Variable x:TypeArguments="p:ClassifierResult" Name="ClassifierResult" />
</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>
<ueab:ReadCellValueX Cell="[CurrentRow.ByIndex(1)]" DisplayName="Read Cell Value" GetFormattedText="True" sap:VirtualizedContainerService.HintSize="444,191" sap2010:WorkflowViewState.IdRef="ReadCellValueX_1">
<ueab:ReadCellValueX.SaveTo>
<OutArgument x:TypeArguments="x:String">[raw_data]</OutArgument>
</ueab:ReadCellValueX.SaveTo>
</ueab:ReadCellValueX>
<isactr:ConnectorActivity Configuration="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" ConnectionId="38ad7acd-9c1a-449b-88f4-4b8a48d890da" DisplayName="Content Generation" sap:VirtualizedContainerService.HintSize="444,419" sap2010:WorkflowViewState.IdRef="ConnectorActivity_6" UiPathActivityTypeId="aba52a00-4c05-318d-8f99-5ad924b2f277">
<isactr:ConnectorActivity.FieldObjects>
<isactr:FieldObject Name="modelName" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:String">gemini-2.0-flash-001</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="prompt" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:String" xml:space="preserve">["Extract the following fields From this outage incident text:
1. Root Cause – What caused the site To go down?
2. Solution – What action was taken To restore it?
Output format:
RootCause :
Solution :
here is the outage incedent text -- " & raw_data]</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="isPIIEnabled" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Boolean">False</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="isFilterPIIEnabled" Type="FieldArgument" />
<isactr:FieldObject Name="languageCode" Type="FieldArgument" />
<isactr:FieldObject Name="piiEntityCategories_array" Type="FieldArgument" />
<isactr:FieldObject Name="confidenceThreshold" Type="FieldArgument" />
<isactr:FieldObject Name="topK" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Int32">40</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="contextGrounding" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:String">None</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="_file" Type="FieldArgument" />
<isactr:FieldObject Name="folderKey" Type="FieldArgument" />
<isactr:FieldObject Name="topP" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Double">0.8</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="indexID" Type="FieldArgument" />
<isactr:FieldObject Name="numberOfResults" Type="FieldArgument" />
<isactr:FieldObject Name="top_p" Type="FieldArgument" />
<isactr:FieldObject Name="instruction" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:String">You are a helpful assistant</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="max_tokens" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Int64" />
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="temperature" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Double">0</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="frequency_penalty" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Int64">0</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="presence_penalty" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Int64">0</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="n" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:Int64">1</InArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="_stop" Type="FieldArgument">
<isactr:FieldObject.Value>
<InArgument x:TypeArguments="x:String" />
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="out_text" Type="FieldArgument">
<isactr:FieldObject.Value>
<OutArgument x:TypeArguments="x:String">[AI_Out]</OutArgument>
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="out_maskedText" Type="FieldArgument">
<isactr:FieldObject.Value>
<OutArgument x:TypeArguments="x:String" />
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="Jit_v2_sub_generateChatCompletion" Type="FieldArgument">
<isactr:FieldObject.Value>
<OutArgument x:TypeArguments="uiascb:v2_sub_generateChatCompletion_Create" />
</isactr:FieldObject.Value>
</isactr:FieldObject>
<isactr:FieldObject Name="out_contextGroundingCitationsString" Type="FieldArgument">
<isactr:FieldObject.Value>
<OutArgument x:TypeArguments="x:String" />
</isactr:FieldObject.Value>
</isactr:FieldObject>
</isactr:ConnectorActivity.FieldObjects>
</isactr:ConnectorActivity>
<ueab:WriteCellX AutoIncrementRow="True" Cell="[CurrentRow.ByField("Root cause")]" DisplayName="Write Cell" sap:VirtualizedContainerService.HintSize="444,182" sap2010:WorkflowViewState.IdRef="WriteCellX_1" Value="[AI_Out]" />
</Sequence>
</ActivityAction>
</ueab:ExcelForEachRowX.Body>
</ueab:ExcelForEachRowX>
</Sequence>
</ActivityAction>
</ueab:ExcelApplicationCard.Body>
</ueab:ExcelApplicationCard>
</Sequence>
</ActivityAction>
</ueab:ExcelProcessScopeX.Body>
<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>
</ueab:ExcelProcessScopeX>
</Sequence>
</Activity>