Hi all,
Now I resolve the problem of deploying process into database. I use the ant task to
deploy.
and I use the code below to retrieve the process in my application.
| this.jbpmContext = JbpmContext.getCurrentJbpmContext();
| this.graphSession = jbpmContext.getGraphSession();
| ProcessDefinition processDefinition =
graphSession.findLatestProcessDefinition("simple");
| ProcessInstance processInstance = new ProcessInstance(processDefinition);
|
|
it seems this code doesn't work.
Any suggestion? Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977100#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...