From 673ff0d6834fdd5e19968b3d2b098a7c65b2c035 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Wed, 25 Oct 2023 17:18:25 +0200 Subject: [PATCH] docu Issue #841 --- src/site/markdown/engine/plugins/intervalplugin.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/site/markdown/engine/plugins/intervalplugin.md b/src/site/markdown/engine/plugins/intervalplugin.md index 67476401c..d8bb00ec5 100644 --- a/src/site/markdown/engine/plugins/intervalplugin.md +++ b/src/site/markdown/engine/plugins/intervalplugin.md @@ -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: @@ -16,11 +16,9 @@ This example will adjust the date item 'reminder' to 3:00pm the next working day @monthly -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: