Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntervalPlugin should not depend on scheduled event #841

Closed
rsoika opened this issue Oct 25, 2023 · 0 comments
Closed

IntervalPlugin should not depend on scheduled event #841

rsoika opened this issue Oct 25, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Oct 25, 2023

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>
@rsoika rsoika added the feature label Oct 25, 2023
@rsoika rsoika added this to the 6.0.4 milestone Oct 25, 2023
rsoika added a commit that referenced this issue Oct 25, 2023
Issue #841
rsoika added a commit that referenced this issue Oct 25, 2023
Issue #841
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant