- Getting started
- Best practices
- Tenant
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Other Configurations
- Integrations
- Classic Robots
- Host administration
- About the host level
- Managing system administrators
- Managing tenants
- Configuring system email notifications
- Audit logs for the host portal
- Maintenance Mode
- Organization administration
- Troubleshooting
Packages
Feeds are package streams that allow you to store and group packages in order to control their availability and isolation. The Packages page in Orchestrator displays all the projects published from UiPath Studio, and the ones that were manually uploaded.
Packages added to the tenant feed are global resources, meaning they are available across folders. They are referred to as simply "packages" and are managed on the Packages page (Tenant context > Packages).
Feed settings and security can be configured from the tenant settings > Deployment tab, either at the tenant level or from the Orchestrator host portal. Settings here only affect tenant feeds; folder feeds and personal workspace feeds are always internal and available in the context of the respective folder or personal workspace alone.
Packages added to a folder feed are folder-specific resources, meaning they are kept separate and only available in the folder they have been added to. They are often referred to as "folder packages" and are managed on the Folder Packages page (Folder context > Automations tab > Folder Packages).
Only root folders can be configured with a dedicated package feed. All subfolders inherit the package feed setting from the root parent. Access to the feed is controlled by the folder-scoped Folder Packages permission set.
Please note, in Studio, the folder feed might not show up immediately. It is necessary to refresh the Orchestrator connection to display it.
A personal workspace feed resembles a folder feed. Packages published to a personal workspace feed are workspace-specific resources, meaning they are kept separate and only available in the workspace they have been added to. A personal workspace comes with a dedicated feed by default. Packages added to a workspace feed are automatically deployed as processes in the context of that workspace. They are managed on the Folder Packages page (Personal Workspace context > Automations tab > Folder Packages).
Using v3 NuGet feed URLs results in a couple of display issues with packages.
- The publish date of a package is not correct.
- For MyGet feeds, the total number of packages is much greater than the actual number of packages uploaded to the feed.
Package versioning is configured in Studio when publishing a package to Orchestrator or other custom location. For details on the available versioning schemas, check the Studio article here.
Release notes for a package version and input or output parameters have to be configured in Studio to be accessible in Orchestrator. The first mentioned feature enables developers to track changes between package versions, while the latter enables you to better integrate third-party tools.
A package version can have the following statuses:
- Active - it is currently deployed to a process or a modern folder;
- Inactive - it is not currently deployed to a process or a modern folder (only these can be deleted).
To help you migrate packages from one Orchestrator instance to the other with ease, such as from a testing environment to a production one, it is possible to download any version, be it active or not. Please note that this is only possible if you are using an internal feed, and you have View permissions on Packages.
.nupkg
archives manually, you can also check if there are any existing processes that can be upgraded.
.xaml
file that is part of a package version. The file set as Main is labeled accordingly, and all dependencies are mentioned for
each package version. Please note that only packages in internal feeds can be viewed using the Package Explorer.
It is possible to view all the variables, arguments, and imports created for a specific package, exactly like you would in Studio. The properties of an activity are displayed if selected, along with their values, if any.
Please note that flowcharts are displayed similarly to standard workflow diagrams.
.xaml
files, presented side by side, earliest file version on the left, with deleted content highlighted in red, modified content
in yellow, and added content in green.
To perform various actions on the Packages page, you need to be granted the corresponding permissions on Packages:
- View - view all package-related details, view which processes can be upgraded, and explore and download packages (these two also require internal feeds);
- Edit - doesn't grant any additional rights at the moment;
- Create - manually upload packages or publish them from Studio;
- Delete - delete inactive packages.
To perform various actions on the Folder Packages page, you need to be granted the corresponding permissions on Folder Packages:
- View - view all folder package-related details, view which processes can be upgraded, and explore and download folder packages (these two also require internal feeds);
- Edit - doesn't grant any additional rights at the moment;
- Create - manually upload folder packages or publish them from Studio;
- Delete - delete inactive folder packages.