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
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
