Delay

logic_delay · logic · Logic & Flow · Available · v1.0.0

Description

Pause workflow execution for a configurable duration.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
durationMs
Duration (ms)
numberyes1000

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Delay?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes