Get Task 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 process task 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

  • Task ID: ID of the task to retrieve.

Output

  • Diversity: Outputs the diversity of the task. The diversity is a string that is created in the DCO and can be used to confirm the uniqueness of a task.
  • Input Data (DataTable): Outputs the original InputData of the task. Alternatively, use the Input Data (String) property.
  • Source: The task creation source.

Output [Expert]:

  • Input Data (String): Outputs the original InputData of the task. The string can be deserialized into a data table. Alternatively, use the Input Data (DataTable) property.
  • Runs: Outputs a list with the data of each run that was executed for the task.