FireAllRulesCommand does not work with AgendaFilter

Solution In Progress - Updated -

Issue

According to the document, I specified AgendaFilter to FireAllRulesCommand like the following.

                KieCommands commandsFactory = KieServices.Factory.get().getCommands();
                List<Command<?>> commands = new ArrayList<>();

               // insert fact(s)

                commands.add(new FireAllRulesCommand(new RuleNameEqualsAgendaFilter(ruleName)));

This REST request is sent to server without any error on both client and server side, but AgendaFilter does not seem to become effective.
Why does this not work?

Environment

  • Red Hat Decision Manager
    • 7.0 - 7.4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content