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