Search code examples
javadrools

Its possible to know which objects are in the working memory of drools ?


i was trying to use debug for drools on eclipse. And would be better if i could see which objects are in the working memory. Is there any way to do it ?


Solution

  • This question can be seen as a duplicate of this other question: Retrieving facts of a specific type from working memory

    You just need to generalize the proposed answers in that question to retrieve all of the Objects instead of the ones belonging to a specific class.

    Hope it helps,