Skip to main content

Timer

Triggers the flow at certain intervals based on the set options.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Payload - Data to be injected into the flow.

Output

  • Payload - Data that is injected into the flow.

Options

  • Seconds - The second(s) where the node will trigger. Choose "Every second" to trigger every second.
  • Minutes - The minute(s) where the node will trigger. Choose "Every minute" to trigger every minute.
  • Hours - The hour(s) where the node will trigger. Choose "Every hour" to trigger every hour.
  • Day of month - The day(s) of the month where the node will trigger. Choose "Every day of month" to trigger every day of the month.
  • Month - The month(s) where the node will trigger. Choose "Every month" to trigger every month.
  • Day of week - The day(s) of the week where the node will trigger. Choose "Every day of week" to trigger every day of the week.