Class IntervalPlugin

java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.IntervalPlugin
All Implemented Interfaces:
Plugin

public class IntervalPlugin extends AbstractPlugin
The Imixs Interval Plugin implements an mechanism to adjust a date field of a workitem based on a interval description. The interval description is stored in a field with the prafix 'keyinterval' followed by the name of an existing date field. See the following example:
 
<item name="interval">
    <ref>reminder</ref>
    <cron>5 15 * * 1-5</cron>
</item>
 
Version:
1.0
Author:
Ralph Soika
See Also: