Mehak wrote:
Hi
Similarly can we set the focus on a particular agenda in stateless session.
Like for statefull session, to fire the rules belonging to a given agenda,
the code is :
workingMemory.setFocus("agenda group name");
The drools variable is available and you can get the working memory from
that.
Do we have a similar method in stateless session as well?