//StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();
I want to continue the process in another JSP page but I don't know what method to call from the kbase object to initialize with ksession to load the previous state from the database.
How can I load the current state of my process from the database to continue my process?