NodesTrigger
Time Interval Trigger
Slot Usage: 1
Overview
Time Interval Trigger node allows you to trigger the flow at specified time intervals. You can configure the interval value and unit (milliseconds, seconds, minutes, hours, or days) according to your needs. This node is useful for scenarios where you want to perform actions or check conditions at regular intervals without relying on external events.
Input
Interval Value
integer requiredThe value of the time interval. It must be an integer between 1 and 10,000. The default value is 50.
Interval Unit
string requiredThe unit of time for the interval. It can be one of the following:
MILLISECONDS: defaultSECONDSMINUTESHOURSDAYS
Output
Datetime Local Epoch
integerThe output is the current datetime in local epoch format (with milliseconds) at the time the trigger is activated. For example, it could be a value like 1696156800000 which represents a specific point in time.