Versions Compared

Key

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

In Custom Notifications, it is possible to you can set advanced schedules using CRON expressions.

...

  • The expression: "0 15 10 ? 1/1 1#1 2020-2023"
  • triggers Custom Notifications at 10:15 AM, on the first Monday of the month, 2020 through 2023
Note

Please note that the CRON syntax you are familiar with may be different from those of the framework Custom Notifications is based on!


Format Constraints

  • The second seconds field is mandatory
  • For days and weeks only numbers are allowed

...

Best Practice

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

The resulting expressions from of this generator may derive differ 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!

 

Further information about CRON can be found here: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html.