Demian Calcaprina [http://community.jboss.org/people/calca] created the 
discussion

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

To view the discussion, visit: http://community.jboss.org/message/638766#638766

--------------------------------------------------------------
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 
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
[http://community.jboss.org/message/638766#638766]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to