- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Managing Packages
- About Libraries
- Managing Libraries
- Audit
- Actions
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Action Catalogs
- Profile
- System Administrator
- Identity Server
- Authentication
- Other Configurations
- Integrations
- Classic Robots
- Troubleshooting
Managing Packages
Please note that, by default, the maximum package size limit is 30MB.
This value can be changed in IIS, as explained here.
Packages can only be deleted from Orchestrator if they have the Inactive status. A package has this status only if it is not deployed to a process.
Note that you have the option to manually download package versions from the Release Notes window as well. The process is similar to downloading them from the Versions tab.
Note that you have the option to manually download package versions from the Change Log tab as well. The process is similar to downloading them from the Versions tab.
- In the Packages page, click View Versions. The Package Versions window is displayed.
- Click More Actions > Show Arguments for the desired package version. The input and output parameters of the selected package version are displayed. Please note that you cannot edit the values of the parameters at this level, only at process, jobs, and triggers ones.
.xaml
file that is part of a package version in a manner similar to that of Studio's Designer panel. This feature enables for smoother cooperation between developers and Orchestrator managers.
Details are available on each of the aforementioned fields, buttons, and panels in the Field Descriptions page.
.xaml
files, changes in folders, or in the dependencies list. You can also compare the two selected versions' workflow .xaml
files, graphically presented side by side. This feature enables Orchestrator managers to view what changed in the packages
and workflows without requiring access to Studio.
Here's how you can view the differences at the package version level, and then at the workflow file level:
Read on for step by step instructions:
The Explore Package window enables you to explore the contents of a package version in a similar manner as that present in Studio. It is comprised of the following:
- the Versions panel
- the Variables, Arguments, and Imports panels - All the information presented here is specific to the selected package version and
.xaml
file. The only difference between these panels and the ones in Studio is that they are not editable. Details about them are available in the Studio guide, in the Variables, Arguments, and Imported Namespaces pages. - the Workflow Viewer panel - Enables you to view the graphical representation of any
.xaml
file in your project. As in Studio, you can zoom in or out, expand all the activities, or reset your view to the default one. Double-clicking a container enables you to see it in a focused view, while breadcrumbs help you keep track of where you are or return to a previous view. Clicking an activity here displays the Properties panel. - the Properties panel - Similar to that present in Studio, this panel displays the properties of the currently selected activity. Hover over a property value to copy it to your Clipboard.
The Versions panel displays all the versions available for a given package, along with the information presented below.
Field |
Description |
---|---|
|
The version of the currently opened package. All the package versions that are available in Orchestrator are displayed here. Click any version to view more information about it. |
|
Displays the following information:
Please note that these fields are populated according to the information available in Studio. |
|
Displays all the
.xaml files that are part of the selected package version. The file set as Main is labeled accordingly.
|
|
Displays all the package dependencies, as they were set in Studio. |
Compare |
Toggles the compare mode, enabling you to select check boxes in front of the package versions or workflows you want to compare. |
|
Displays the Comparing window with graphical representations of the differences between the compared package versions or workflows. Please note that this button becomes active only after selecting two package versions or workflows. |
- Downloading a Package Version
- Manually Uploading Packages to Orchestrator
- Deleting Package Versions
- Displaying Release Notes for One Package Version
- Displaying Release Notes for All Package Versions
- Viewing the Arguments of a Package
- Exploring Packages
- Comparing Packages and Workflows
- The Explore Package Window
- The Versions Panel