Activities
latest
false
Banner background image
Workflow Activities
Last updated Feb 23, 2024

Get Asset

UiPath.Core.Activities.GetRobotAsset

Description

Gets a specified Orchestrator asset by using a provided AssetName. If the asset is not global, it must be assigned to the local robot in order to be retrieved. The activity uses the same authentication context as the Robot under which it runs. For more information about global assets, you can access About Assets.

Project compatibility

Windows - Legacy | Windows | Cross-platform

Windows, Cross-platform Configuration

  • Orchestrator folder path - The path of the folder where the asset is located and must be retrieved from, if different from the folder where the process is running. This field only supports string values, with / as the separator to indicate subfolders. For example "Finance/Accounts Payable".
  • Asset Name - The name of the asset to be retrieved.
    • If you click on the Manage assets button next to Asset Name, you are taken to the Assets section in the Orchestrator to which Studio is connected.
Additional options
Misc
  • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
  • CacheStrategy - Specifies the period of time retrieved values are cached. By default, all requests are forwarded to Orchestrator. The available options are None and Execution. Choosing Execution caches the Orchestrator Asset and uses it for the whole process execution.

Output

  • Value - Reference to the retrieved asset.

Windows - Legacy configuration

Properties panel
Common
  • DisplayName - The display name of the activity.
  • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
Input
  • Asset Name - The name of the asset to be retrieved.
Misc
  • Orchestrator Folder Path - The path of the folder where the asset is located and must be retrieved from, if different from the folder where the process is running. This field only supports string values, with / as the separator to indicate subfolders. For example "Finance/Accounts Payable".
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Output

  • Value - Reference to the retrieved asset.

    Note:
    The FolderPath parameter does not work for processes executed by robots in classic folders. Only robots in modern folders have the ability to pass data outside of their folder.

    Relative folder paths are supported in an `X-UIPATH-FolderPath-Encoded` header, as follows:

    Path starting with `/` - starts from the `root` folder of the tree the ambient folder is part of.

    Path starting with `.` - starts from the ambient folder.

    Path starting with `..` - starts one level up in the hierarchy of the ambient folder for each `..` in the path (e.g. `../` for one level up, ../../ for two levels up in the hierarchy).

    Note that trailing slashes are not accepted.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.