Pauses workflow execution for a specified duration.
- Pauses the workflow
- Waits for the specified time
- Continues to next module
| Option | Type | Description |
|---|
| Wait Type | Select | short (1s), medium (3s), long (5s), very_long (10s), custom |
| Seconds | Number | Custom duration (0-300 seconds) |
| Preset | Duration |
|---|
| short | 1 second |
| medium | 3 seconds |
| long | 5 seconds |
| very_long | 10 seconds |
| custom | Your 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