Skip to main content

Update Item State

Updates the state of a queue item

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

  • Item ID - The ID of the queue item to update.
  • Progress - The progress of the queue item.
  • Reference - The reference of the queue item.
  • Priority - The priority of the queue item. Possible values are: Low, Normal, High.
  • Status - The status of the queue item. Possible values are: Successful, Failed, Abandoned.
  • Additional Try Count - The additional try count for the queue item.