[jboss-user] [jBPM] New message: "Re: How to get sub process instance id"

Jas Lam do-not-reply at jboss.com
Thu Jan 28 11:16:43 EST 2010


User development,

A new message was posted in the thread "How to get sub process instance id":

http://community.jboss.org/message/522804#522804

Author  : Jas Lam
Profile : http://community.jboss.org/people/lamj1

Message:
--------------------------------------------------------------
i am in a similar situation as well. I ended up having to write my own query to get the sub process id from jbpm_execution table.
 
This method only return child executions: child here means execution forked from this mainProcessInstance rather than subprocesses.
Collection<? extends Execution> executions = mainProcessInstance.getExecutions();

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522804#522804




More information about the jboss-user mailing list