-
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
Add RulesEvaluator API #42
Comments
@benas it would be cool to be able to evaluate a set of rules and get back a list containing a rule result where you can see at least which rule evaluation failed...what do you think? |
Hi @pdincau Have you seen the I think this method is what you are looking for. Kind regards |
thanks @benas ! |
@pdincau FYI, you can try the |
@benas Yeah I was using previous tagged version and therefore i couldn't find the method neither on code nor in the docs. Thank you for your help 👍 |
Sorry about that, I should have gave you this detail in my first comment. You can add this repository and use the snapshot version. |
As discussed in #40 with @thecederick , it may be useful to have a rules evaluator API to be able check rules like:
(RuleA and RuleB) or RuleC
It is not always possible do it like you described, for example @condition annotation and you do it outside of Engine.
The text was updated successfully, but these errors were encountered: