diff --git a/configuration/rules-dsl.md b/configuration/rules-dsl.md index 1eec6a98ce..1f0c0d4028 100644 --- a/configuration/rules-dsl.md +++ b/configuration/rules-dsl.md @@ -173,7 +173,7 @@ You can either use some pre-defined expressions for timers or use a [cron expres ```java Time is midnight Time is noon -Time is [timeOnly] +Time is [timeOnly] [offset=N] Time cron "" ``` @@ -190,6 +190,7 @@ A cron expression takes the form of six or optionally seven fields: You may use the generator at [FreeFormatter.com](https://www.freeformatter.com/cron-expression-generator-quartz.html) to generate your cron expressions. When using an item and you want to ignore the date-portion of that item the `timeOnly` option can be used. +A positive or negative offset in seconds, relative to the date/time of the given item can be specified. ### System-based Triggers