imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

IntervalPlugin should not depend on scheduled event #841

Closed rsoika closed 9 months ago

rsoika commented 1 year ago

Currently the IntervalPlugin did not run if the event is not a scheduled event. This restriction does not make sense as it only reduces the functionality of this plugin

The goal is to run the IntervalPlugin if a item 'interval' was defined in the workflow.

Example:

<item name="interval">
    <ref>contract.reminder</ref>
    <macro>@monthly</macro>
</item>