j-easy / easy-rules

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

Can we set default action if none of the rules are triggered? #365

Open shabir1 opened 2 years ago

shabir1 commented 2 years ago

Can we set default action if none of the rules are triggered? If all the rules have been evaluated to false, they have not been executed. I that case can we set default action there.

vshanbha commented 2 years ago

duplicate of #364