- 入门指南
- 面向 Administrator
- RPA 工作流项目
- 应用程序项目
- 智能体流程
- Agents (智能体)
- Solutions (解决方案)
- API 工作流
- 测试
Studio Web 用户指南
The Deployments tab in Studio Web is the central view for your solution's deployment history, package versions, and deployment status. It surfaces the same deployment data as Orchestrator Solutions Management, but scoped to the solution you are working on.
The Deployments tab can be accessed by selecting Manage Deployments for an existing solution.
The Deployments tab
The Deployments tab shows all deployments created from the current solution's published package. Each row represents one deployment and displays the following columns:
| 列 | 描述 |
|---|---|
| 名称 | The deployment name and the Orchestrator folder path where it was installed. |
| 状态 | A colored chip showing the current activation state of the deployment. See Deployment statuses below. |
| 版本 | The version of the solution package that was deployed. |
| 上次操作 | The most recent operation performed on the deployment (for example, Install · Successful or Uninstall · Successful) and when it occurred. |
| Stages | A visual pipeline showing the progress of the last operation through its execution stages. Green checkmarks indicate completed stages; a red indicator signals a failed stage. |
The All, Personal, and Shared filter tabs at the top right narrow the list by workspace type. The refresh icon reloads the list.
部署状态
The Status column shows a colored chip that reflects the current activation state of each deployment:
| 状态 | 颜色 | 意义 |
|---|---|---|
| 活动 | 绿色 | The deployment is installed and its triggers are active. |
| 不活动 | 灰色 | The deployment is installed but not activated, or was previously uninstalled. |
| 非活动(准备激活) | 灰色 | The deployment is installed and ready to activate. Activation was not performed automatically, either because Activate immediately was off during deployment, or activation requires additional setup. |
| 草稿 | Amber | A new version is being configured but has not yet been deployed to replace the active version. The active version continues running alongside the draft. |
When a Draft deployment exists alongside an Active deployment for the same solution, both rows appear as a grouped pair under a single deployment name.
The deployment detail panel
Selecting a row in the Deployments tab opens a detail panel on the right side of the screen. The panel header shows the solution package name and version, with a Latest indicator if this is the most recent published version.
The panel contains three tabs:
| 选项卡 | 描述 |
|---|---|
| 资源 | Lists the processes included in the deployment. Select the eye icon next to a process to open its details in Orchestrator. |
| 历史 | Shows the full operation history for this deployment — Install, Uninstall, and Activate operations — each with a stage visualization and timestamp. |
The panel also provides the following actions:
| 操作 | 描述 |
|---|---|
| Activate deployment | Activates the deployment. Available when the deployment status is Inactive (Ready to activate). For instructions, see Activate a deployment. |
| 编辑 | Opens the deployment configuration for editing. |
| 卸载 | Uninstalls the deployment from Orchestrator. This action cannot be undone from Studio Web. |
The three-dot menu on each row in the Deployments tab also provides:
| 选项 | 描述 |
|---|---|
| Go to folder | Opens the appropriate folder in Orchestrator for the deployed solution. |
| 查看日志 | Opens the deployment log output for that operation. |
| Change version | Allows the selection of a different version of the solution package, if one exists. |
| Edit configuration | Lets you edit the configuration of your solution deployment. |
| 删除 | Deletes the deployment record. |
The Versions tab
The Versions tab shows all published versions of the solution package. Each row represents one published version and displays the following columns:
| 列 | 描述 |
|---|---|
| 版本 | The package version number. |
| Publish Location | Where the package was published — Personal (your workspace feed) or Shared (the tenant feed). |
| 已发布 | How long ago the package was published. |
| 发行说明 | The release notes entered at publish time, if any. |
Each version row includes a Deploy button that opens the Deploy page pre-populated with that version. The three-dot menu offers:
| 选项 | 描述 |
|---|---|
| 下载 | Downloads the solution package file. |
| 删除 | Deletes the published version from the feed. |