Get Python Object
UiPath.Python.Activities.GetObject
App Invoker.PythonGet the .NET type from a PythonObject
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PythonObject | In | InArgument<UiPath.Python.PythonObject> |
✓ | ||
| Result | Out | OutArgument<T> |
Invoke Python Method
UiPath.Python.Activities.InvokeMethod
App Invoker.PythonInvoke Python method
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Instance | In | InArgument<UiPath.Python.PythonObject> |
|||
| Name | In | InArgument<String> |
✓ | ||
| Parameters | In | InArgument<IEnumerable<Object>> |
|||
| Result | Out | OutArgument<UiPath.Python.PythonObject> |
Load Python Script
UiPath.Python.Activities.LoadScript
App Invoker.PythonLoads and executes a Python script
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ScriptFile | In | InArgument<String> |
✓ | ||
| Code | In | InArgument<String> |
✓ | ||
| Result | Out | OutArgument<UiPath.Python.PythonObject> |
Python Scope
UiPath.Python.Activities.PythonScope
App Invoker.PythonPython activities container
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Path | In | InArgument<String> |
|||
| LibraryPath | In | InArgument<String> |
|||
| WorkingFolder | In | InArgument<String> |
|||
| OperationTimeout | In | InArgument<Double> |
3600 |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Version | property | UiPath.Python.Version |
|
| TargetPlatform | property | UiPath.Python.TargetPlatform |
Run Python Script
UiPath.Python.Activities.RunScript
App Invoker.PythonInvoke Python script activity
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ScriptFile | In | InArgument<String> |
✓ | ||
| Code | In | InArgument<String> |
✓ |