- Introduction
- Managing solution projects and packages
- Managing solution deployments
- Best practices
Solutions user guide
To explore the Solutions user interface elements in Studio Web, refer to Designing solutions in the Studio Web user guide.
Solutions is the admin interface for managing solution packages and deployments in Orchestrator. It is accessible at the tenant level and contains three tabs: Deployments, Packages, and Projects.
Deployments tab
The Deployments tab is the default view in Solutions. It shows a unified list of every deployment in the tenant, across all folders and operation types.
The table contains the following columns:
| Column | Description |
|---|---|
| Name | The deployment name and the folder path where it is installed. |
| Activated | The activation status of the deployment: Active or Inactive. |
| Stages | A visual indicator showing the progress of deployment phases. Completed phases appear as filled green icons; incomplete phases appear as empty indicators. |
| Version | The currently installed package version. When a newer version is available, an upgrade indicator appears next to the current version. Select Upgrade in the row to start the change version flow. |
| Last operation | The most recent operation performed on the deployment (for example, Install, Change version, or Edit configuration), its outcome (Successful or Draft), and how long ago it ran. |
Row actions
Select the three-dot menu (⋮) at the end of any row to access the following actions:
| Action | Description |
|---|---|
| Go to folder | Opens the solution's Orchestrator folder in the current tab. |
| View logs | Opens the operation history and log output for the deployment. |
| Change version | Opens the deployment workflow to upgrade or downgrade the deployment to a different package version. |
| Edit configuration | Opens the deployment workflow to update the configuration of a running deployment without changing its version. |
| Uninstall | Opens the deployment workflow to remove the deployment and its resources from the folder. |
Deploy entry points
You can start a new deployment from several locations in the Solutions interface:
- The + Deploy button in the upper-right corner of the Deployments tab.
- The Deploy row action on the Packages tab.
- The Deploy button in the upper-right corner of the Package sidebar.
- The Deploy row action in the Versions tab of the Package sidebar.
All entry points open the same deployment workflow for installing a new deployment from an already-published package version.
Packages tab
The Packages tab allows you to perform the following operations:
- View all solution packages available in your organization (per tenant).
- Download and upload solution packages.
- Start the deployment of a solution package.
- View existing deployments.
- View previous versions.
Projects tab
The Projects tab in Solutions does not refer to Studio Web projects. Studio Web projects are managed separately in Studio Web and represent the primary, recommended way of building UiPath automations and solutions. For more information, see the Studio Web user guide.
The Projects tab allows you to perform the following operations:
- Create a new solution project.
- Edit an existing solution project (either to publish the first package version or subsequent ones).
- Delete a solution project.
Deployment workflow
All operations on a deployment — deploy, change version, edit configuration, uninstall, and view logs — open the same unified workflow shell. The shell provides a consistent left navigation rail, breadcrumb, and validation panel. Only the operation name, conditional steps, and read-only state differ based on the action.
The same deployment workflow can also be initiated from Studio Web by solution authors. The Solutions interface in Orchestrator is the administrative surface for the same underlying experience.
The Deploy and Change version operations begin on a Setup form, where you confirm the key parameters for the operation before proceeding. The Edit configuration operation begins on a dedicated Edit configuration form. The Uninstall and View logs operations do not include a setup step. From the Setup or Edit configuration form, you can either run the operation directly or select Customize to open the resource explorer and configure individual components before the operation runs.
For details on each operation, see: