Built-in action Built In

Pause the workflow for a set amount of time before continuing to the next step.

At a Glance

FieldValue
Action IDdelay
CategoryBuilt In
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsutility, delay, time

Payload Schema

FieldTypeRequiredDescription
delayMsnumberYesDelay duration in milliseconds

Result Schema

FieldTypeRequiredDescription
statusstringYes-

Examples

json
{ "type": "delay", "payload": { "delayMs": 1000 }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I