-
Bug
-
Resolution: Done
-
Minor
-
5.5.0.Final, 6.0.0.Final
-
None
-
-
Low
Method org.drools.impl.StatefulKnowledgeSessionImpl$AgendaEventListenerWrapper.beforeRuleFlowGroupActivated delegates to listener.afterRuleFlowGroupActivated.
Method beforeRuleFlowGroupDeactivated delegates to listener.afterRuleFlowGroupDeactivated.
Thus when (de)activating ruleflow-group the before methods of any registered listener are NOT invoked while the after methods are invoked TWICE.