- 入门指南
- 面向 Administrator
- RPA 工作流项目
- 应用程序项目
- 智能体流程
- Agents (智能体)
- Solutions (解决方案)
- API 工作流
- 测试
Studio Web 用户指南
The Publish button in the Studio Web toolbar gives you two options:
- Publish — packages the solution and publishes it to a feed without creating a deployment. Use this when you want to deploy the package later from the Manage tab or from Orchestrator.
- Deploy — packages the solution and creates or upgrades a deployment in one guided flow.
Both options open a panel with a WHAT WILL HAPPEN sidebar that previews the steps for your specific flow before execution begins.
先决条件
- You have a solution project open in Studio Web.
- The solution has no unresolved errors. The Publish button is unavailable when the solution contains errors.
To deploy to a shared workspace, you need the permissions required to create solution folders and deployments in your tenant.
Publish a solution to a feed
Use this procedure when you want to package the solution without creating a deployment.
-
In Studio Web, open the solution in the Build view.
-
Select the dropdown arrow on the Publish button, then select Publish — Package to a feed.
The publish panel opens. The WHAT WILL HAPPEN sidebar shows the steps: Setup and Publish package.
-
In the Release notes field, optionally enter a description for this version.
-
In the Version field, confirm or edit the version number. The field is pre-filled with the next incremented version. A Last published version hint shows the previously published version.
-
Select Pack.
Result: The solution package is published to the feed. It appears in the Versions tab in the Manage view and in Orchestrator under Solutions > Packages. To deploy the published package, use the New deployment button in the Manage view. For more information, see Managing deployments.
Deploy a solution
Use this procedure to package and deploy a solution in one flow.
-
In Studio Web, open the solution in the Build view.
-
Select the dropdown arrow on the Publish button, then select Deploy — Publish package & create deployment.
The deployment panel opens. The WHAT WILL HAPPEN sidebar shows the steps for your specific scenario.
-
Complete the deployment form based on your scenario:
First-time deployment — the panel title is Deploy and the sidebar shows four steps: Setup, Configure, Deploy, Activate. Fill in the following fields:
字段 描述 版本 The published version to deploy. Pre-filled with the latest available. Includes publish date and release notes hint. 部署名称 Required. Pre-filled with the solution name. 位置 The Orchestrator folder where the solution folder will be created. Solution folder name Required. Pre-filled with the solution name. Editable if you want a custom folder name. Activate immediately When enabled, triggers are activated as soon as the deployment completes. On by default. Set up runtime When enabled, provisions a serverless runtime when no default execution machine is configured at the tenant level. On by default. Upgrading an existing deployment — the panel title is Pack and upgrade and the sidebar shows six steps: Setup, Publish package, Configure, Deactivate solution, Deploy, Activate. Fill in the following fields:
字段 描述 发行说明 Optional description of the changes in this version. 版本 Required. Auto-incremented from the last published version. Editable. Includes a Last published version hint. 部署 The existing deployment to upgrade. Pre-selected. -
Select the primary button — Deploy or Pack and upgrade — to begin.
Optionally, select the dropdown arrow on the primary button and choose Customize — Deploy package, then fine-tune settings — to review and adjust individual component settings after packaging completes.
Result: The panel runs through the steps in sequence. When all steps complete, the sidebar shows green checkmarks and the main area displays Deployment successful — Solution [name] v[version] has been deployed!
From the success screen:
- Select Back to build to return to the Build view.
- Select View deployments to open the Manage tab for this solution.
- Select Go to folder to open the solution folder in Orchestrator.
- Select Start job to immediately run the deployed automation.
A Logs panel at the bottom shows the timestamped deployment output. Select Copy to copy the full log.
Activate a deployment
Use this procedure to activate a deployment that was installed but not yet activated — for example, when Activate immediately was disabled during deployment, or when a deployment shows the Inactive (Ready to activate) status.
-
In Studio Web, select Manage in the toolbar to open the Manage view.
-
In the Deployments tab, select the deployment you want to activate.
The deployment detail panel opens on the right.
-
选择“激活部署” 。
Result: The activation runs immediately. When complete, the panel shows Deployment successful — Solution [name] v[version] has been deployed! with the same post-deployment actions available: Back to build, View deployments, Go to folder, and Start job. The deployment status in the grid updates to Active.