Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
Issue #841
  • Loading branch information
rsoika committed Oct 25, 2023
1 parent a9b470d commit 673ff0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/site/markdown/engine/plugins/intervalplugin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interval Plugin

The Imixs *IntervalPlugin* provides an easy way for scheduling periodical intervals.
The Imixs *IntervalPlugin* provides an easy way for computing periodical intervals.
The Plugin implements an mechanism to adjust the value of a date item based on a macro or a cron definition.
The interval can be defined in the workflow result by setting a reference item by name and a cron definition. See the following example:

Expand All @@ -16,11 +16,9 @@ This example will adjust the date item 'reminder' to 3:00pm the next working day
<macro>@monthly</macro>
</item>

this example will adjust the value of the date item 'reminder' per 1 month. For example: 15.01.2020 => 15.02.2020
This example will adjust the value of the date item 'reminder' per 1 month. For example: 15.01.2020 => 15.02.2020


**Note:** The IntervalPlugin only runs on scheduled activities.

## Cron Expression

The syntax of a cron expression is made of five fields:
Expand Down

0 comments on commit 673ff0d

Please sign in to comment.