| String deploymentId = repositoryService.createDeployment().addResourceFromString("xmlstring.jpdl.xml", workFlowXml).deploy(); | //now we query the process definition | ProcessDefinition processDefinition = repositoryService.createProcessDefinitionQuery().deploymentId(deploymentId).uniqueResult(); |
I think the way you are getting deployment is correct. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266632#4266632 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266632 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user