]
Mario Fusco resolved DROOLS-865.
--------------------------------
Fix Version/s: 6.3.0.Final
Resolution: Done
Fixed by
ClearAgendaGroup should materialize all activations and then cancel
them
------------------------------------------------------------------------
Key: DROOLS-865
URL:
https://issues.jboss.org/browse/DROOLS-865
Project: Drools
Issue Type: Enhancement
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.3.0.Final
ClearAgendaGroup has to flush the propagation queue in a blocking way, This will
materialize all rule matches so that they can be all cancelled.
Once this will be implemented also this PR
https://github.com/droolsjbpm/drools/pull/464
needs to be merged.