Hi, My application wants some control on firing of rules. The rule names are read from file.To fire the rules, there are 2 APIs I found. workingMemonry.fireAllRules And fireAllRules(AgendaFilter) Both of the above are not useful as application needs to fire specific rules in the file. In one thread Mark menioned that use of Semaphore to control the firing of rules.
Anybody has an idea how to solve this problem? -- Thanks & Regards, Anagha
