Solaris AISolaris AI FlowDocs
Node ReferenceUtility

Delay

Pause workflow execution for a specified duration.

View as Markdown

The Delay node pauses execution for a set amount of time before passing data to the next node.

Configuration

FieldTypeRequiredDescription
Node LabeltextNoDisplay name shown on the canvas
durationMsnumberYesDelay in milliseconds

Limits

Delay values are capped at 300,000 ms, or 5 minutes. If you enter a larger number, the run waits for 5 minutes and then continues.

Use 60000 for 1 minute, 300000 for 5 minutes.

Common use cases

  • Rate limiting between API calls
  • Waiting for on-chain confirmation before checking results
  • Pacing notifications to avoid spam

Next steps

  • Transform - process data between steps
  • Log - record timing info

On this page