- Visão geral
- Criptografia
- Banco de Dados
- Java
- Python
- WebAPI

Atividades do desenvolvedor
Sobre o pacote de atividades Python
- 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.13 and lower.
O objetivo desse pacote de atividades é habilitar você a invocar scripts e métodos de Python em qualquer fluxo de trabalho diretamente do nosso produto. Você também pode passar argumentos de entrada para o código invocado, bem como recuperar os dados de saída gerados pelas atividades.
The Python Scope container activity connects to the Python environment installed on the machine, enabling you to use the activities within it.
Pré-requisito
For Windows projects, starting with Python activity package version 1.9.0, the Python Scope activity requires you to install the.NET Desktop Runtime version 6 or higher.
Versões do Python compatíveis
The Python Scope activity supports the following Python versions.
| Versão do Python | Projetos do Windows - Legado | Projetos do Windows |
|---|---|---|
| 2.7 | ✅ | ❌ |
| 3.4 | ✅ | ❌ |
| 3.5 | ✅ | ❌ |
| 3.6 | ✅ | ✅ |
| 3.7 | ✅ | ✅ |
| 3.8 | ✅ | ✅ |
| 3.9 | ✅ | ✅ |
| 3.10 | ✅ | ✅ |
| 3.11 | ✅ | ✅ |
| 3.12 | ✅ | ✅ |
| 3.13 | ✅ | ✅ |
Variável do ObjetoPython
A variável PythonObject é especialmente projetada para lidar com e manipular dados do Python.
By using the Load Python Script activity, you can assign the code from any file containing a Python script to a 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.