Download Package
Description
This Activity downloads a Package from an Orchestrator Feed and saves it in a local folder.
note
You can use arguments instead of hardcoded values for inputs and properties fields. This way, you are able to configure the actual values when running the pipeline.
Project compatibility
Windows | Cross-platform
Configuration
Designer panel
- Tenant- The name of the Orchestrator tenant where the package is downloaded from.
- Package name - The name of the package to be downloaded.
Properties panel
Common
- Continue on error - (Optional) Specifies if the automation should continue even when the activity throws an error. This field only supports
Booleanvalues (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
Input
- Orchestrator folder -(Optional) The name of the Orchestrator folder in which the package is found. If none is specified, the Orchestrator feed is used to search the package.
- Package version - (Optional) The version of the package to be downloaded. If none is specified, the latest version is downloaded.
- Is library - (Optional) If specified, the tenant libraries feed is used to download the package.
Output
- Package path - The path to where the package is saved locally.