- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Developer Activities
Release notes
Release date: December 11, 2024
- The Python Scope froze when no .NET Desktop Runtime was installed on the machine. The Python Scope now requires .NET 6 Desktop Runtime or a newer version installed, while previously it needed .NET 6 Desktop Runtime specifically. Moreover, for this scenario we now display a more accurate error message.
Release date: August 25, 2021
The Python activity package is now compatible with .NET 5 Windows.
The Python Scope activity now includes a Timeout property, allowing users to choose how long to allow a Python script to run until it is terminated and an exception is thrown.
Release date: January 13, 2021
We now support Python up to version 3.9. Starting with Python 3.5 upwards, there's no need to manually select the version in the Python Scope activity, as it is able to figure out the version on its own.
Also, as you may notice from the name of the version, we have switched to semantic versioning for the Python activity package.
Added support for Unicode characters.
Release date: October 10, 2018
We understood your need for supporting machine learning models, so we have improved the Python activity package, adding support for Python x64.
The moment is finally here - the entire UiPath Platform has been localized, so that you can have a truly immersive experience, from install to design and execution. Now, besides English, you can access everything, including our online documentation, in Japanese.
Release date: June 4, 2018
The UiPath.Python.Activities is a new activity package, created to enable running Python scripts and methods directly from a workflow. It contains the following activities:
- Get Python Object - Retrieves the .NET type used in a specified Python script.
- Python Scope - A container which provides a scope for Python activities.
- Invoke Python Method - Helps you run a specified method from a Python script directly in a workflow.
- Load Python Script - Converts your Python code to
a
PythonObject
variable. - Run Python Script - Enables you to execute Python code. You can input the code directly in the activity or provide a file path for it.