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/StatefulRuleSession.html#fireAllRules(org.drools.runtime.rule.AgendaFilter) fireAllRules you could use implementation of http://docs.jboss.org/jbpm/v5.2/javadocs/org/drools/runtime/rule/AgendaFilter.html 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&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
