public int fireAllRules(AgendaFilter agendaFilter,
int max) {
String kresultsId = "kresults_" + this.gsd.getId();
CommandImpl cmd = new CommandImpl( "execute",
Arrays.asList( new Object[]{new KnowledgeContextResolveFromContextCommand( new FireAllRulesCommand( agendaFilter, max ),
null,
null,
this.instanceId,
kresultsId )} ) );