Top "Drools" questions

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: Time restricted rule

Drools documentation mentions that rules can use attributes like date-effective and date-expires to specify an absolute rule validity period. For …

java drools
Get Rule name in "then" clause in drools

Is it possible to retrieve rule name in the then clause of drool rule? rule "A" when --- then // something …

drools