activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

开发者活动

上次更新日期 2025年9月29日

发行说明

v2.3.0

Release date: September 29, 2025

重大变更

Starting with the 2.3.0 release of the WebAPI activity package, support for the .NET 4.6.1 framework has been discontinued. As a result, this and all subsequent package versions cannot be used for Windows-Legacy projects. Restrict package usage to Windows or cross-platform projects exclusively.

在此日期之前发布的包版本将按照以下时间线继续支持 .NET 4.6.1。

Updated HTTP Request activity

The updated HTTP Request activity in WebAPI 2.3.0 makes HTTP requests easier and more reliable.

Highlights at a glance

  • Flexible request body formats – JSON, form-encoded, multipart (including file uploads and granular control), binary and stream
  • cURL import - easily configure your activity via Bash or Windows CMD cURL syntax snippets
  • Design time testing - validate the request configuration during design time
  • Full retry policy support – customizable retry count, delays, backoff, jitter and specific status codes
  • Various authentication options - supports SSL and client certificate, basic authentication, bearer token and negotiated authentication (Kerberos, NTLM, and Digest)
  • Automatic cookie handling with with the possibility to manually add more
  • Redirect support with configurable limits
  • Full proxy support – configure custom proxies, including support for authentication and bypass lists
  • Built-in fault tolerance – optional Continue on Error lets workflows recover gracefully
  • Rich response content configuration - fine-tune these for maximum control over the downloaded files and to get expanded debugging information
  • Variable support by default - almost all properties can be configured with a variable input for maximum flexibility
  • A lot of bug fixes based on your feedback - if something didn't work for you in the old HTTP Request activity, the new version most likely solved the problem
Note: The old HTTP Request activity has simply been renamed to HTTP Request (legacy) when you’ll search for it. The new activity is what you’ll now find under the HTTP Request activity name. We recommend switching to the new one for all future development.
Read the HTTP Request activity documentation page for more information.

SOAP Request activity

To better support Legacy to Windows project migration scenarios, we have introduced a new SOAP Client activity that allows projects using the legacy WCF-based SOAP activity to be migrated to Windows compatibility with minimal changes.
备注:

To upgrade to this activity, first convert your legacy workflow to a Windows workflow, and then upgrade the WebAPI package to version 2.3.0 or later.

You no longer can add this activity in new workflows, as it is meant to replace any existing SOAP Request activities only.

高亮显示
  • Maintains the same interface and parameters as the previous SOAP activity, ensuring existing workflows continue to run without redesign.
  • Supports both SOAP 1.1 and SOAP 1.2 services.
  • Automatically reads service metadata (WSDL) when available, making it easier to connect to standard SOAP endpoints.
  • Provides support for authentication (Basic and Windows credentials) and client certificates.
  • Ensures a smoother migration path from older projects to modern Windows-based projects.

其他改进

  • New Serialize JSON activity was introduced to allow you to serialize any object into a JSON string. You can fine tune the serialization behvior via the serializer setting property.
  • The Serialize settings property was also added to the Deserialize JSON activity

v1.21.1

发布日期:2024 年 9 月 11 日

错误修复

  • 修复了将 HTTP 请求活动拖动到设计器画布并选择“配置”按钮时引发错误的问题。

v1.21.0

发布日期:2024 年 6 月 25 日

改进

改进了属性名称的 JSON JIT 反序列化,以通过将不支持的字符替换为其十六进制表示形式来允许使用这些不支持的字符。

错误修复

  • 修复了在预览使用文件端点(.doc.pdf 等)的 HTTP 请求期间发生的对象引用错误。

v1.20.1

发布日期:2024 年 4 月 23 日

错误修复

在 UiPath.WebAPI.Activities 包 1.20.0 版中,HTTP 请求活动错误地采用 UTF-8 编码,从而导致下载的文件损坏。

v1.20.0

发布日期:2024 年 4 月 2 日

Erratum - added April 22, 2024: Due to a functional error, version 1.20.0 has been withdrawn from the official activity feed within the Studio desktop interface. The issue is fixed in version 1.20.1.

改进

借助新的“ JSON 示例”属性,“反序列化 JSON ”活动现在可将示例输出结构转换为结构类似的对象,以便您在设计时使用。

错误修复

我们修复了使用“ HTTP 请求” 活动下载大文件时导致内存激增的问题。

v1.18.0

发布日期:2023 年 9 月 19 日

新增功能

从 v1.18.0 发行版开始,WebAPI 包使用 AvalonEdit 版本 6.1.3.50。

错误修复

  • 尝试为具有超时变量的活动配置活动时,导致 HTTP 请求引发异常的问题已得到解决。

2023 年 10 月 25 日勘误:添加了错误修复。

v1.16.2

发布日期:2023 年 4 月 10 日

新增功能

为了减小 Runtime 的包大小,尤其是对于跨平台项目,我们已将 UiPath.WebAPI.Activities 包拆分为设计时包和 Runtime 包,如下所示:

  • UiPath.WebAPI.Activities - 设计时包,
  • UiPath.WebAPI.Activities.Runtime - Runtime 包;面向 Windows 和 Windows 旧版项目,
  • UiPath.WebAPI.Activities.Runtime.Portable - 可移植包的运行时;目标跨平台项目,
  • HTTP 请求活动获得了改进的界面。

v1.13.3

发布日期:2022 年 12 月 7 日

改进

WebAPI 包中活动的用户界面现在提供繁体中文版本。

改进了“HTTP 请求”活动的“导入”对话框的布局。

v1.13.2

发布日期:2022 年 10 月 27 日

改进

我们已将以下活动更新为新设计,现在可在跨平台项目中使用这些活动:

  • 反序列化 JSON
  • 反序列化 JSON 数组
  • HTTP 请求
  • 反序列化 XML
  • 获取 XML 节点属性
  • 获取 XML 节点

已知问题

  • HTTP 请求向导仅支持 Studio 2022.4 及更高版本。

错误修复

  • 当被访问的页面具有验证失败的证书时,即使选择了“启用 SSL 证书验证”属性,HTTP 请求活动也不会引发 SSL 异常。
  • 在 Studio 中执行不相关的操作时,系统会显示 HTTP 请求向导窗口。

v1.11.2

发布日期:2022 年 9 月 12 日

错误修复

  • 由于活动包依赖项问题,在 Windows 项目中使用某些版本的 WebAPI 活动包时发生冲突。
  • 您无法在某些版本的 Studio 上安装 WebAPI 活动包。
  • 为避免潜在问题,WebAPI 活动包不再是跨平台项目中的默认依赖项。

v1.11.1

发行日期:2022 年 5 月 9 日

改进

现在,可以在初始设置后访问“HTTP 请求向导”。

已知问题

  • HTTP 请求向导仅支持 Studio 2022.4 及更高版本。

错误修复

  • 在“URL 段”属性中使用变量时,“HTTP 请求”活动无法正常工作。
  • 使用“HTTP 请求”活动时,Studio 中的变量名称会附加至 Cookie 标头。

v1.9.2

发布日期:2021 年 10 月 27 日

新特性和改进功能

现在,通过 HTTP 请求活动,您可以在发送请求时验证 SSL 证书。验证失败会导致请求中止。

错误修复

修复了为“ 资源路径 ”属性提供值时,HTTP 请求将被发送两次的问题

已知问题

HTTP 请求仅适用于 RestSharp 包版本 106.11.2 或更低版本。安装 RestSharp 版本 106.11.4 或更高版本时,它将返回错误。

v1.7.0

发布日期:2021 年 4 月 26 日

新特性和改进功能

HTTP 请求SOAP 请求活动具有两个新的属性字段,它们使用 SecureString 变量来获取登录信息,分别称为 SecurePasswordSecureClientCertificatePassword

错误修复

  • 修复了一个问题,该问题导致HTTP 请求活动在请求包含附件的情况下丢失 Content-Type
  • 修复了导致“HTTP 请求”活动中的 URL 段无法在运行时创建正确的 URL 的问题。

v1.6.0

发行日期:2020 年 10 月 12 日

新特性和改进功能

此活动包现已升级,并且与 C# Studio 功能完全兼容。有关 C# 支持的详细信息,请参阅关于自动化项目

您可以在 UiPath 活动订阅源上找到的包数量非常多,并且还在与日俱增。例如,在搜索具有更常见名称的包时,这可能会很麻烦。我们感同身受,决定对此采取措施。从现在开始,您可以在包管理器中轻松筛选所有 UiPath 官方活动包,以便您立即找到自己喜欢的包。

错误修复

  • 修复了在简单身份验证部分的相应属性字段中仅提供用户名或密码时,导致 HTTP 请求活动失败的问题。
  • 修复了导致反序列化 JSON 活动与 NewtonSoft v12.03 之间出现依赖项冲突的问题。
  • 可以在 HTTP 请求活动的“接受表单”属性中选择一个新的标头类型(称为 CUSTOM),以便使用自定义标头类型。

v1.4.5

发布日期:2020 年 5 月 8 日

改进

更新了一些内部依赖项,以维护新版 UiPath Studio 的功能。

v1.4.4

发布日期:2019 年 10 月 18 日

改进

我们将土耳其语、葡萄牙语(葡萄牙)、西班牙语(拉丁美洲)和西班牙语(西班牙)添加到 UiPath Platform 中的语言列表,从而进一步提高了语言支持。

错误修复

  • 修复了即使语法正确也导致 HTTP 调用引发错误消息的问题。

v1.4.3

发布日期:2019 年 8 月 26 日

改进

UiPath.WebAPI.Activities 包提供三种新语言,分别是德语、韩语和葡萄牙语。

v1.4.2

发布日期:2019 年 6 月 26 日

改进

我们希望走向全世界,让自动化成为人人都能使用的一种“语言”。因此,从本发行版开始,整个平台将支持中文。

注意:只有在 Studio v2019.4.4 或 v2019.7 或更高版本中安装时,才能在此包中使用中文。

v1.4.1

发布日期:2019 年 4 月 25 日

错误修复

  • 修复了导致 HTTP 请求活动错误识别具有特定名称的标头的问题。
  • HTTP 请求活动未显示使用属性面板中的向导编辑的参数。

v1.4.0

发行日期:2019 年 2 月 18 日

改进

HTTP 请求SOAP 请求活动已获得改进,现可检索其所执行请求的标头。

v1.3.0

发布日期:2019 年 1 月 10 日

改进

新春之际,我们为整个 UiPath 平台新添加了两种语言:法语和俄语。在早期版本中,我们已为本地化工作奠定了基础。在此基础上,我们将继续努力,以期为您提供更具沉浸感的体验,并逐渐减少语言障碍。

v1.2.6858.16880

发布日期:2018 年 10 月 11 日

改进

这一刻终于来临:整个 UiPath 平台已完成本地化,您现可在安装、设计以及执行流程期间尽享真正的沉浸式体验。除英语之外,您现在还可使用日语访问所有内容,包括我们的在线文档。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。