JBoss Community

Re: jBPM processes started from Java code dont show up in jBPM process console

created by Demian Calcaprina in jBPM - View the full discussion

Hey,

 

How are you starting the process from java code? Could you please paste the code you are using?

 

Jbpm console looks the processes in history logs database (http://docs.jboss.org/jbpm/v5.1/userguide/ch07.html#d0e2836)

 

So make sure you are attaching the logger to the ksession:


JPAWorkingMemoryDbLogger logger = new JPAWorkingMemoryDbLogger(ksession);

 

Hope this helps

 

Demian    

Reply to this message by going to Community

Start a new discussion in jBPM at Community