-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Extend the listener to receive events when a rule evaluates to false #72
Comments
I'd also like to request this feature |
Hi, Good Idea! Thank you for this suggestion. I've added a method This method will be invoked in both cases, so you can just grab the result you need to get notified on. You can already give a try with version 2.5.0-SNAPSHOT. Looking forward for your feedback. Kr |
where do i find 2.5.0 ? |
v2.5.0 is not released yet. You can try the new feature with version 2.5.0-SNAPSHOT that can be found in sonatype's repository. See here |
would it be bad practice to use the listener to provide actions for the false side to the rule? |
Not a bad practice but it's not how it is designed to be used. Easy rules is a production system (no else statement), so I guess you can create a rule for "else" and you are done. Did you manage to use the snapshot version and test the new listener method? |
Yes I have .
So far it's working great no troubles
…On May 12, 2017 5:14 AM, "Mahmoud Ben Hassine" ***@***.***> wrote:
Not a bad practice but it's not how it is designed to be used.
Easy rules is a production system (no else statement), so I guess you can
create a rule for "else" and you are done.
Did you manage to use the snapshot version and test the new listener
method?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEILSmlZ8pFFhcUlcr8518UqQFURfbptks5r5CMOgaJpZM4NTBgW>
.
|
@pklovesbacon Have you got a chance to test the feature you requested? |
Hi Benas, Thanks for responding to this request. I really appreciate you adding this feature. |
I got a chance to run it up in my test environment this morning. |
Great! Thank you for your time. I'll include the fix in the upcoming release, keep tuned. |
I would like to be notified via the listener interface when a rule evaluates to false. Thanks
The text was updated successfully, but these errors were encountered: