easy-rules icon indicating copy to clipboard operation
easy-rules copied to clipboard

Add afterEvaluate call also in doCheck method (now triggered only on fire)

Open davismol opened this issue 3 years ago • 1 comments

We use The rule engine check method to get a map of Rules and their results. We're able to inject Facts trough a RuleListener calling the beforeEvaluate method. What we would need is to be able to call also the afterEvaluate() method of the Listener, that is not triggered when using check but only when using fire.

davismol avatar Dec 28 '21 11:12 davismol

This is available in below version

io.github.dvgaba easy-rules-core 1.0.5

dvgaba avatar Aug 12 '22 16:08 dvgaba