Does jbpm-console show all the active process instances (without any human tasks) that are in database (processinstanceinfo table) ?
We are able to see the ones that are started from the jbpm-console, but not the ones that we start using jbpm API as ksession.startProcess("xxxxx");
We tried both 5.3 & 5.4.
Human Tasks we are able to see, but not the auto process instances.
Please help.