- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- Local setup for RPA workflow and app projects
- App projects
- Agentic processes
- Maestro Case
- Maestro Flow
- About Maestro Flow
- Creating a Maestro Flow project
- Designing a Maestro Flow
- Publishing and deploying a Maestro Flow
- Agents
- Solutions
- API workflows
- Tests
Maestro Flow is in Preview.
Publishing a Maestro Flow
Deploying a Maestro Flow makes it available to run in production. Before publishing, verify your flow works as expected by running it in Debug mode at least once.
To publish a Maestro Flow project:
- Open the project.
- Select Publish in the top toolbar.
- In the Publish automation window:
- Enter a name and description for your automation. If you are republishing a project you already published before, you cannot edit the name.
- Select where to publish:
- Orchestrator Personal Workspace Feed — the automation is published to your personal workspace and is only available to you. This is the default selection.
- Orchestrator Tenant Processes Feed — the automation is published to the global tenant feed and is available to all users assigned to folders that use the tenant feed.
- Select a version. A version is generated automatically starting with 1.0.0 when you first publish, and incremented automatically every time you republish.
- Select Publish.
Studio Web validates the flow before packaging it. If validation finds blocking errors — such as missing required fields or unresolved node connections — the publish is stopped and the errors are reported. Resolve them and publish again.
- Maestro Flow projects published to the Orchestrator Personal Workspace Feed are automatically deployed in Orchestrator.
- Publishing to the Orchestrator Tenant Processes Feed requires the Tenant permission for Packages create, or the predefined Allow to be Automation Publisher role.
Deploying a Maestro Flow
To deploy a published Maestro Flow project, navigate to Orchestrator and:
- Select the Orchestrator folder you want to deploy your project in.
- Navigate to the Automations page and select Add process.
- Choose the Maestro Flow project from the Package Source Name dropdown, followed by the version from Package Version.
- Select Next to advance through the requirements and settings pages.
- Select Create to deploy the Maestro Flow.
After deployment, any triggers defined in the flow become active — scheduled triggers start firing and connector triggers start listening for events.
To learn more about managing deployed processes, see the Orchestrator guide.