Skip to content

Wait

Pauses workflow execution for a specified duration.

  • Pauses the workflow
  • Waits for the specified time
  • Continues to next module
OptionTypeDescription
Wait TypeSelectshort (1s), medium (3s), long (5s), very_long (10s), custom
SecondsNumberCustom duration (0-300 seconds)
PresetDuration
short1 second
medium3 seconds
long5 seconds
very_long10 seconds
customYour specified value
  • Adding delays between actions (appear more human)
  • Waiting for content to load
  • Spacing out interactions to avoid rate limits
  • Simulating reading/viewing time