uips-fixtures UiPath.Python.Activities 2.1.0

5 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Get Python Object
UiPath.Python.Activities.GetObject
App Invoker.Python

Get the .NET type from a PythonObject

Arguments

NameDirTypeReqDefaultDescription
PythonObject In InArgument<UiPath.Python.PythonObject>
Result Out OutArgument<T>
Invoke Python Method
UiPath.Python.Activities.InvokeMethod
App Invoker.Python

Invoke Python method

Arguments

NameDirTypeReqDefaultDescription
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.Python

Loads and executes a Python script

Arguments

NameDirTypeReqDefaultDescription
ScriptFile In InArgument<String>
Code In InArgument<String>
Result Out OutArgument<UiPath.Python.PythonObject>
Python Scope
UiPath.Python.Activities.PythonScope
App Invoker.Python

Python activities container

Arguments

NameDirTypeReqDefaultDescription
Path In InArgument<String>
LibraryPath In InArgument<String>
WorkingFolder In InArgument<String>
OperationTimeout In InArgument<Double> 3600

Properties

NameKindTypeDescription
Version property UiPath.Python.Version
TargetPlatform property UiPath.Python.TargetPlatform
Run Python Script
UiPath.Python.Activities.RunScript
App Invoker.Python

Invoke Python script activity

Arguments

NameDirTypeReqDefaultDescription
ScriptFile In InArgument<String>
Code In InArgument<String>