hi everybody,
when I want to create a process with :
| JbpmConfiguration jbpmconfiguration = JbpmConfiguration.getInstance();
| JbpmContext jbpmContext = jbpmconfiguration.createJbpmContext();
| try {
| ProcessInstance processInstance =
jbpmContext.newProcessInstance("WorkflowNode");
| }finally{
| jbpmContext.close();
| }
|
hi give error :
exception can't create a process instance when processDefinition is null.
thanks for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000551#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...