
Configuration Options
-
Duration: Set a fixed delay using:
- Days
- Hours
- Minutes
- Seconds
-
Until: Define a specific date and time when the workflow should resume.
- Select a Time Zone to align the timing with the recipient’s or system’s locale.
Advanced Workflow Configuration
In Advanced workflows, an extra field appears below the static options:- Wait Variable: A field to enter a dynamic wait value using a JSON path.
- Example:
${workflow.input.data.time}
- Example:
If you use a Wait Variable, it will override whatever you set in Duration or Until. Just make sure the variable returns a valid time value like a number in seconds or a proper date/time. so the workflow knows how long to wait.