Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Solution needed"
To view the discussion, visit:
https://community.jboss.org/message/648910#648910
--------------------------------------------------------------
For selecting particular rule(s) while invoking
http://docs.jboss.org/jbpm/v5.2/javadocs/org/drools/runtime/rule/Stateful...
fireAllRules you could use implementation of
http://docs.jboss.org/jbpm/v5.2/javadocs/org/drools/runtime/rule/AgendaFi...
AgendaFilter.
A good out of the box implementation is org.drools.base.RuleNameEqualsAgendaFilter, that
accepts name of the rule to execute as constructor argument.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/648910#648910]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]