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

Marketplace 用户指南

上次更新日期 2026年4月1日

Node-RED

Node-red 与 UiPath Orchestrator 的集成

Node-RED 是一种编程工具,用于将硬件设备、API 和在线服务连接在一起。

它提供了一个基于浏览器的编辑器,该编辑器可以使用调色板中的各种节点轻松地将流连接在一起,只需单击一下即可将其部署到其运行时。

Node-RED 是连接 UiPath 与数字世界的桥梁。 它以超速状态提供 Orchestrator,允许您将 UiPath 连接到 Webhook、自定义用户界面和物联网等环境。

Node-RED 可与以下节点一起使用:

连接

一个配置节点,用于对对 Orchestrator 的所有调用进行身份验证,并在需要时自动刷新 API 令牌。

内部部署

  • URL: The URL of your Orchestrator instance.
  • Tenant: Your tenant
  • Username: Your username
  • Password: Your password. This value is encrypted when the flow is saved.

Cloud

  • “用户密钥” :用于识别用户身份的密钥。
  • 帐户(可选)https://platform.uipath.com上的帐户的逻辑名称。
  • “租户” :要连接的租户(又名服务)的逻辑名称。每个帐户可能支持多个租户
  • 客户端 IDhttps://platform.uipath.com的唯一标识符。

请求

请求节点是完整 Orchestrator API 的包装器,可发出任何请求。 此节点当前与 v2018.4 兼容,并且可以与组织单位(实验性功能)一起使用。 以下字段为必填:

  • Login - The connection node used to authenticate all calls.
  • Category - The target Orchestrator element (such as Robots, Queues, Assets).
  • Action - The list of actions available in the selected category (such as Get All, Add to Queue, and Delete Asset).
  • Parameters (optional) - Input parameters for the specified action. These are formatted according to the Swagger guidelines.

开始作业

这是启动作业的便利节点。 以下字段为必填:

  • Login - The connection node used to authenticate.
  • Process - The name and environment of the process to be run. If no environment is provided, the first one found to contain the selected process is used. Please note that input parameters are available when starting a Job as of v2018.3.
  • Execution Target - The robot scheme used to run the job. You can choose to run a job on a particular robot by its name, on all robots simultaneously, or to run the job a number of times, allocating the work to available robots. If an incorrect robot name is specified, jobs do not run. If a larger number of robots than are available is specified to run, the job runs on all robots.
    备注:

    我们将在下一个版本中添加完整文件夹支持。要立即使用组织单位或文件夹,请将X-UIPATH-OrganizationUnitId参数添加到“请求”“启动作业”节点。以下示例流程可获取组织单位的 ID,将其保存为流程变量,然后使用它从 Orchestrator 获取所有资产。您可以从右上角的汉堡菜单导入此流程。

输出消息

Output messages are delivered as raw JSON objects. They contain the response from each API call in the msg.payload object.

  • 连接
  • 请求
  • 开始作业
  • 输出消息

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新