- Introdução
- Para administradores
- Projetos de fluxo de trabalho de RPA
- Como criar um fluxo de trabalho de RPA a partir de uma ideia
- Criação de um projeto
- Como iniciar um fluxo de trabalho de RPA
- Gerenciamento de arquivos e pastas do projeto
- Conectar fluxos de trabalho de RPA às suas contas
- Configuração de atividades
- Gerenciamento de atividades em um projeto
- Como transmitir valores entre atividades
- Como iterar por itens
- Como gerenciar os dados em um projeto
- Configuração de um projeto para usar seus dados
- Como usar recursos de arquivos e pastas
- Configuração local para fluxo de trabalho de RPA e projetos de aplicativos
- Projeto do aplicativo
- Apps no Studio Web
- Definir um contexto externo usando parâmetros de consulta
- Definir um contexto externo usando eventos externos
- Use matrizes para preencher os controles Lista suspensa, Lista suspensa multiseleção e Botão de rádio
- Usar controles tabulares com entidades do Data Service em projetos de aplicativos
- Incorporar agentes de conversa
- Atividades do aplicativo
- Processos com agentes
- Agents
- Soluções
- Fluxos de trabalho da API
- Testes
Guia do usuário do 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:
| Coluna | Description |
|---|---|
| Name | The deployment name and the Orchestrator folder path where it was installed. |
| Status | A colored chip showing the current activation state of the deployment. See Deployment statuses below. |
| Versão | The version of the solution package that was deployed. |
| Última operação | 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.
Status de implantação
The Status column shows a colored chip that reflects the current activation state of each deployment:
| Status | Cor | Significado |
|---|---|---|
| Ativo | Verde | The deployment is installed and its triggers are active. |
| Inativo | cinza | The deployment is installed but not activated, or was previously uninstalled. |
| Inativo (pronto para ativar) | cinza | 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. |
| Rascunho | 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:
| Guia | Description |
|---|---|
| Recursos | Lists the processes included in the deployment. Select the eye icon next to a process to open its details in Orchestrator. |
| Histórico | 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:
| Ação | Description |
|---|---|
| Activate deployment | Activates the deployment. Available when the deployment status is Inactive (Ready to activate). For instructions, see Activate a deployment. |
| Editar | Opens the deployment configuration for editing. |
| Desinstalar | 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:
| Opção | Description |
|---|---|
| Go to folder | Opens the appropriate folder in Orchestrator for the deployed solution. |
| Exibir logs | 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. |
| Excluir | 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:
| Coluna | Description |
|---|---|
| Versão | The package version number. |
| Publish Location | Where the package was published — Personal (your workspace feed) or Shared (the tenant feed). |
| Publicado | How long ago the package was published. |
| Notas de versão | 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:
| Opção | Description |
|---|---|
| Fazer download | Downloads the solution package file. |
| Excluir | Deletes the published version from the feed. |