- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.xaml
More file actions
Latest commit
118 lines (118 loc) · 8.07 KB
/
Copy pathMain.xaml
File metadata and controls
118 lines (118 loc) · 8.07 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
<Activitymc:Ignorable="sap sap2010"x:Class="Main" mva:VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="934.4,915.2" 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:p="http://schemas.uipath.com/workflow/activities/python"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=mscorlib"xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=mscorlib"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<sco:Collectionx: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.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>UiPath.Python</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collectionx:TypeArguments="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.Python</AssemblyReference>
<AssemblyReference>System.ValueTuple</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence sap:VirtualizedContainerService.HintSize="492,810.4" sap2010:WorkflowViewState.IdRef="Sequence_2">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence sap:VirtualizedContainerService.HintSize="450.4,717.6" sap2010:WorkflowViewState.IdRef="Sequence_6">
<Sequence.Variables>
<Variablex:TypeArguments="x:String"Name="PythonPath">
<Variable.Default>
<Literalx:TypeArguments="x:String">C:\Users\ksc31\AppData\Local\Programs\Python\Python36</Literal>
</Variable.Default>
</Variable>
<Variablex:TypeArguments="p:PythonObject"Name="LoadedScript" />
<Variablex:TypeArguments="x:Int32"Name="Result" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<p:PythonScope sap2010:Annotation.AnnotationText="Defines the Python environment by receiving the path to the path to Python as input."DisplayName="Python Scope" sap:VirtualizedContainerService.HintSize="408.8,624.8" sap2010:WorkflowViewState.IdRef="PythonScope_4"Path="[PythonPath]"TargetPlatform="x64">
<p:PythonScope.Body>
<ActivityActionx:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgumentx:TypeArguments="x:Object"Name="PythonEngineSessionProperty" />
</ActivityAction.Argument>
<SequenceDisplayName="Do" sap:VirtualizedContainerService.HintSize="375.2,544" sap2010:WorkflowViewState.IdRef="Sequence_5">
<Sequence.Variables>
<Variablex:TypeArguments="p:PythonObject"Name="MethodResult" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<p:LoadScriptCode="{x:Null}" sap2010:Annotation.AnnotationText="Loads a Python script that can be accessed by the output variable."DisplayName="Load Python Script" sap:VirtualizedContainerService.HintSize="333.6,104" sap2010:WorkflowViewState.IdRef="LoadScript_4"Result="[LoadedScript]"ScriptFile="incrementValue.py">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p:LoadScript>
<p:InvokeMethod sap2010:Annotation.AnnotationText="Receives the name of a method (Python function) and stores its output in a PythonObject variable."DisplayName="Invoke Python Method" sap:VirtualizedContainerService.HintSize="333.6,98.4" sap2010:WorkflowViewState.IdRef="InvokeMethod_3"Instance="[LoadedScript]"Name="incrementValue"Parameters="[{5, 6}]"Result="[MethodResult]">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p:InvokeMethod>
<p:GetObjectx:TypeArguments="x:Int32" sap2010:Annotation.AnnotationText="Converts the PythonObject to a .NET object."DisplayName="Get Python Object" sap:VirtualizedContainerService.HintSize="333.6,66.4" sap2010:WorkflowViewState.IdRef="GetObject`1_3"PythonObject="[MethodResult]"Result="[Result]">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p:GetObject>
<WriteLineDisplayName="Write line" sap:VirtualizedContainerService.HintSize="333.6,62.4" sap2010:WorkflowViewState.IdRef="WriteLine_2"Text="[Result.ToString]" />
</Sequence>
</ActivityAction>
</p:PythonScope.Body>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionaryx:TypeArguments="x:String, x:Object">
<x:Booleanx:Key="IsAnnotationDocked">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
</p:PythonScope>
</Sequence>
</Sequence>
</Activity>