Skip to main content

Add Item

Adds an item to the specified queue with the provided data and reference.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Icon - The custom icon of the node.
  • Inputs - The number of input ports of the node.
  • Outputs - The number of output ports of the node.

Input

  • Item - The data you want to add to the queue.
  • Reference - An optional reference associated with the item being added.

Options

  • Queue Name - Specifies the name of the queue where the item will be added.
  • AES Key / RSA Key Pair - Encryption keys for securing the data added to the queue.storage.
  • ID Key - An optional identification key associated with the item. (e.g. id or item_id)
  • Priority - Set the priority of the item. Options include:
    • 1 - Low
    • 2 - Normal
    • 3 - High
  • Maximum Try Count - Determines how many times the item will be retried if it fails.