- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
About the Python activity package
- The Python activity package has been made open-source. Feel free to collaborate on our Github repositories.
- The Python activity package is compatible with Python versions 3.12 and lower.
The purpose of this activity package is to enable you to invoke Python scripts and methods in any workflow directly from our product. You can also pass input arguments to the invoked code, as well as retrieve the output data generated by the activities.
The Python Scope container activity connects to the Python environment installed on the machine, enabling you to use the activities within it.
For Windows projects, starting with Python activity package version 1.8.1, the Python Scope activity requires you to install the .NET Desktop Runtime 6.0.x.
The Python Scope activity supports the following Python versions.
Python version | Windows - Legacy projects | Windows projects |
---|---|---|
2.7 | ||
3.4 | ||
3.5 | ||
3.6 | ||
3.7 | ||
3.8 | ||
3.9 | ||
3.10 | ||
3.11 | ||
3.12 |
PythonObject
variable is specially designed to handle and manipulate
Python data.
PythonObject
. You can also convert it to a
.NET data type by using the Get Python Object activity.
This powerful variable lets you run scripts, extract .NET types, or invoke Python methods with activities designed for each task.