IntermediateLast verified Aug 23, 2026
Delay
Waits for a configured duration before continuing the current path.
Waits for a configured duration before continuing the current path.
When to use
Use it when a forward path should pause before the next supported action.
Example
Wait briefly before checking an order lifecycle state or sending a follow-up Alert.
Common problems
Delay does not make graph cycles valid and is not a scheduling trigger. Keep duration and unit explicit.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.