Get Run Values - Activities - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external

Hyland RPA Activities

Platform
Hyland RPA
Product
Activities
Release
Foundation 23.2
License

Description

Reads the details of a single task run using the platform API.

Properties

Analyst

  • Description: Optional text for documentation purposes.

Common

  • Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.

  • Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.

  • Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.

  • Disable Log: Disables the logging functionality for this activity.

  • Disable Protocol: Disables the protocol functionality for this activity.

  • Exclude from Global Delay: Excludes this activity from the Global Delay functionality.

  • Timeout: Duration in milliseconds in which the activity tries to execute.

Input

  • Run ID: An optional run ID that can be specified if a task ID is specified. If no run ID is specified, the latest run is used.
  • Run: An existing run object whose properties are to be retrieved. Alternatively, a task ID and optionally a run ID can be specified to retrieve the data directly from the Platform API.
  • Task ID: ID of the task from which you want to retrieve run information.

Output

  • Output Data: Output data of the specified run as a string.
    Note: If the task has not been executed yet, an exception will be thrown when trying to read this property.