Skip to content

Wait

The Wait node pauses the execution of the workflow for a specified duration in seconds before continuing to the next node. This allows for controlled delays between task executions when needed.


Dependencies

No external service or node dependencies are required for this node.


Input Fields

LabelInput TypeDescriptionRequiredVisible WhenDefaultExample
Duration to Wait in SecondsNumberThe amount of time to wait (seconds).❌ NoAlways042

Output

No output is generated by this node.


Examples

Wait – Wait for a speficified time.

Wait for 42 seconds.

FieldValue
Duration to Wait in Seconds42
Outputno output

Potential Errors

Error ConditionDescription
Duration to Wait in Seconds is not a valid IntegerAn invalid data type has been provided in the Duration to Wait in Seconds field.

Developer Notes

  • The delay is implemented using a blocking sleep, which may impact thread availability if used excessively. Consider workflow design implications when introducing large wait times.
  • No outputs are produced; the node solely introduces a delay.

Tentech 2024