Skip to main content

Get Items

Retrieves items from a specified Queue in Orchestrator

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Progress - The progress status of the item(s) to be retrieved.
  • Priority - The priority level of the item(s) to be retrieved.
  • Status - The status of the item(s) to be retrieved.

Output

  • Items - The retrieved items from the Queue.

Options

  • Queue Name - The name of the queue to retrieve items from.
  • AES Key / RSA Key Pair - The encryption key for the Queue items.
info

The Queue Name option is mandatory for the node to function properly. If not provided, the node will result in an error.