Drools is a business-rule management system (BRMS) with a forward-chaining-inference-based rules engine, more correctly known as a production rule system, using an enhanced implementation of the Rete algorithm.
Drools documentation mentions that rules can use attributes like date-effective and date-expires to specify an absolute rule validity period. For …
java droolsIs it possible to retrieve rule name in the then clause of drool rule? rule "A" when --- then // something …
drools