JBoss Community

Re: Log tables not persisted

created by Maciej Swiderski in jBPM - View the full discussion

Have you added event listener that will be responsible for persisting the history log on the session?

 

Here comes the extract from documentation

StatefulKnowledgeSession ksession = ...;
 
JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(ksession);
 
// invoke methods one your session here
 
logger.dispose();

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community