My experience has been (and I believe the expected behavior of stateful sessions) is that the state of your working memory will not be cleaned up between flow executions. If,for example, one flow execution inserts a new fact into working memory, then a subsequent flow execution would see that fact in working memory.
For my requirements, which was to use Drools-Server as a stateless, request - response server, with no shared state between requests, it was necessary to use a stateless session. - Jeff -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/RuleFlow-only-calling-first-RuleFlowGroup-when-called-through-drools-server-tp2514244p2527353.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
