mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| workflow.png | ||
| permalink | description |
|---|---|
| /nodes/n8n-nodes-base.interval | Learn how to use the Interval node in n8n |
Interval
The Interval node is used to trigger the workflow to run in regular intervals of time. This node is a Trigger node.
::: tip 💡 Keep in mind If a workflow is using the Interval node as a trigger, make sure that you save and activate the workflow. :::
The Interval node has two fields:
- Interval field: This is a numerical field where you can specify the interval after which the workflow should get triggered again.
- Unit field: This is a dropdown list which allows you to select a unit for the value that was provided for the Interval field. This field offers the following options for its dropdown list:
- Seconds
- Minutes
- Hours
