I am currently using the JBPM 7.74 embedded in spring boot 3 app. I want to persist the process instances kiesession into database so that on spring boot application start up the previous non-completed instances can recover from the specific nodes.
I am pretty new to JBPM.