activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
开发者活动
上次更新日期 2024年12月11日
发行说明
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.
发布日期:2018 年 6 月 4 日
UiPath™.Python.Activities是一个新的活动包,创建该活动包是为了支持直接从工作流运行 Python 脚本和方法。 它包含以下活动:
- 获取 Python 对象 - 检索指定的 Python 脚本中使用的 .NET 类型。
- Python 作用域 - 为 Python 活动提供作用域的容器。
- 调用 Python 方法 - 帮助您直接在工作流中运行 Python 脚本中的指定方法。
- 加载 Python 脚本 - 将您的 Python 代码转换为
PythonObject
变量。 - 运行 Python 脚本 - 使您能够执行 Python 代码。您可以直接在活动中输入代码或为其提供文件路径。