From: newbie007 <do-...@jb...> - 2006-07-10 19:03:59
|
You can load the process definition using the graph session like: JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext(); GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition processDefinition = graphSession.loadProcessDefinition(processDefinitionId); Once the process is loaded, you can access any of its children. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956705#3956705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956705 |