Skip to main content

Event - Automated Cron Trigger

Automated Cron Trigger:

  • Trigger the flow automatically with a Cron expression.
  • Compatible with Project - Workflow
  • Example:
    • 0 0 12 * * ? : trigger at 12pm (noon) every day.
    • 0 15 15 * * ? 2022 : trigger at 3:15pm every day during the year 2022.

Note:

Cron expression is a string consisting of six or seven subexpressions (fields) that describe individual details of the schedule. These fields, separated by white space, can contain any of the allowed values with various combinations of the allowed characters for that field.