Hope you can help me on this since I’m new on drools. Currently I’m working with a stateful session deployed in Kie server, my problem here is that I don’t want to store all the responses from facts and just keep the value of the global variables, that’s the reason I want to use stateful session, to store the global variables but not the responses because leak of memory
Thank you!
Edit
I'm adding the validation that i'm implementing in drools
I need to keep the value of that global variable as stateful session because is a big variable, so I can't send the value of that global in every request.