Hello everyone! i don't know how to solve a problem. I need to create an instance of a process deployed previously this way:
| JbpmConfiguration jbpmConf = jbpm.getJbpmConfiguration(); | ProcessDefinition pd = jbpm.getProcessDefinitionFromXml(file); | workflow.setName(pd.getName()); | jbpmContext = jbpmConf.createJbpmContext(); | | try { | jbpmContext.deployProcessDefinition(pd); | } finally { | jbpmContext.close(); | } | Then in an action-method y try to do the following but nothing happens. That doesn't create the processInstance object for me. | @CreateProcess(definition="#{workflow.name}") | public void done(){} | Does anyone know what i'm missing? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032950#4032950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032950 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user