j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.91k stars 1.06k forks source link

Use of If-Else conditions in easy rules. #286

Closed Yogesn closed 4 years ago

Yogesn commented 4 years ago

Can we create if-else condition-based rules? Currently, easy-rules supports only one condition to be evaluated with Logical operators. Is there any other way using MVEL / SpEL, we can create complex conditions?

Thank you upfront.

fmbenhassine commented 4 years ago

Can we create if-else condition-based rules?

No, please check the FAQs.