Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Custom Notifications, it is possible to set advanced schedules using CRON expressions. In the following example (expression: "0 15 10 ? 1/1 1#1 2020-2023"), the notification is triggered at at 10:15 AM, on the first Monday of the month, 2020 through 2023:

Image Added

Note

Please note that the CRON syntax you are familiar with may be different from the on that is utilized in Custom Notifications!


Format Constraints

  • Seconds (first field) are mandatory
  • For days and weeks only numbers are allowed


Best Practice

We recommend to start creating your expression using the following CRON expression generator: https://www.freeformatter.com/cron-expression-generator-quartz.html.

The resulting expressions from this generator may derive slightly from the syntax in Custom Notifications. 

Please use the text feedback below the CRON expression field in Custom Notifications to finalize your expression according to your requirements!