Interval
The Interval connector triggers a workflow at regular time intervals. It is used when a workflow needs to run repeatedly based on a defined schedule. This connector is commonly used for tasks such as periodic data synchronization, scheduled checks, or recurring automation processes.
Configuration Fields
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
The workflow will run repeatedly based on the interval and unit defined.
Last updated