UiPath Documentation
maestro
latest
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Maestro 用户指南

API 工作流

Invokes a UiPath Studio Web API workflow and returns its output.

When to use API Workflow vs HTTP Request

Use the API Workflow node when the logic you need to call is built in Studio Web and published as an API workflow — for example, structured data processing or multi-step integrations authored by your team. Use the HTTP Request node when you are calling any external Representational State Transfer (REST) endpoint outside the UiPath Platform.

配置

字段必填描述
API 工作流The Studio Web API workflow to invoke. Select from the list of published API workflows in your organization.
输入Key-value pairs mapped to the API workflow's input parameters. Supports variable references.
超时Maximum time to wait for the workflow to complete.

Output variables

变量描述
outputThe response returned by the API workflow, according to its output schema.
errorError details when the call fails. Use it with error handling to branch on failures.

示例

Reference the API workflow's output downstream with an expression:

$vars.apiWorkflow1.output
$vars.apiWorkflow1.output

To use a single field from the output, append the field name defined by the API workflow's output schema — for example, $vars.apiWorkflow1.output.<field>.

常见问题

问题分辨率
API workflow not listed in the dropdownEnsure the workflow is published in Studio Web and you have permission to invoke it.
Timeout errorIncrease the Timeout value or optimize the Studio Web workflow for faster execution.
Input type mismatchCheck that the variable types you are passing match the API workflow's declared input parameter types.

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新