Skip to main content

Wait Item

Waits to retrieve a new item from the specified Robomotion Queue.

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 the ContinueOnError property is true, no error is caught when the project is executed, even if Catch node is used.

Input

  • Queue Name - Name of the queue to retrieve an item from.

Output

  • Item ID - Retrieved item's unique ID.
  • Item - Retrieved data of the item.

Options

  • AES Key / RSA Key Pair - The AES/RSA Key encryption used to encode/decode the message contents.
  • Timeout (s) - The time until the queue retrieval will be cancelled.
  • Poll Time (s) - The time between each retry attempt to try to retrieve an item from the Robomotion Queue.
  • Start Transaction - Whether to start a transaction before retrieving the item. If it is true.