[jboss-user] [JBoss jBPM] - Re: how to get a processEngine already created?
shekharv
do-not-reply at jboss.com
Fri Jun 19 01:17:39 EDT 2009
As for the other part of your question regarding retrieving created processInstances, you can configure the same way the test cases are doing this, that will give you the environment and processengine, but also then simply use the ExecutionService methods
ProcessInstance findProcessInstanceById(String processInstanceId);
All you need to do is give the id of the processInstance that you want to load up.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238655#4238655
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238655
More information about the jboss-user
mailing list