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

Maestro 用户指南

Deploying a Flow

Deploying a Flow makes it available to run in production. Before you deploy, you build and test your flow in the canvas — running it in Debug and checking it with Eval — but it cannot be triggered by external events, run on a schedule, or invoked by other systems until it is deployed.

How deployment works

When you deploy a Flow, the platform:

  1. Validates the workflow definition (checks for missing required fields, broken connections, and unresolved variables). Blocking validation errors stop the publish — you must resolve them before you can deploy.
  2. Packages the workflow.
  3. Publishes the package to Orchestrator and activates any triggers defined in the workflow (scheduled triggers start firing, integration triggers start listening).

Publishing a workflow

  1. Open the workflow on the canvas.
  2. 在顶部工具栏中选择“发布”。
  3. Confirm.

结果

The workflow is published to Orchestrator and activated. Any triggers defined in the workflow become active — scheduled triggers start firing and integration triggers start listening.

If validation finds blocking errors, the publish is stopped and the errors are reported. Resolve them and publish again.

Deploying from the editor

You can also publish by packaging your workspace and deploying it to Orchestrator from the editor. The editor uploads the workflow to Studio Web as part of this path. Refer to Flow in VS Code for packaging and deploying from a local workspace.

Common mistakes

  • Publishing without testing — Always run your flow in Debug at least once before publishing.
  • Ignoring validation errors — Blocking validation errors stop the publish. Resolve every reported error before you deploy.

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新