MyBotBoxMyBotBox

Wait

Pause workflow execution for a specified time delay

wa

The Wait block pauses workflow execution for a specified duration before continuing to the next block.

Use Cases

  • Add delays between API calls to respect rate limits
  • Wait for external processes to complete
  • Implement polling patterns with scheduled intervals
  • Add cooling periods between notification sends

Configuration

ParameterTypeDescription
durationnumberTime to wait
unitstringTime unit: seconds, minutes, hours

Notes

  • Category: blocks
  • Type: wait
On this page

On this page