Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Jbpm 5 listing processes"

To view the discussion, visit: https://community.jboss.org/message/787370#787370

--------------------------------------------------------------
so you want to list processes or process instances?

for processes use kBase.getProcesses()

for process instances you should enable history log and then use query methods 
to get active process instances from log entries as (you already noticed) 
runtime will load process instance only when it's needed - while it being 
executed.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787370#787370]

Start a new discussion in jBPM at Community
[https://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