Description
Pause workflow execution for a configurable duration.
logic_delay · logic · Logic & Flow · Available · v1.0.0
Pause workflow execution for a configurable duration.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
durationMsDuration (ms) | number | yes | 1000 | — |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-logic_delay-1",
"defId": "logic_delay",
"label": "Delay",
"config": {
"durationMs": 1000
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes