[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

saraswati.santanu do-not-reply at jboss.com
Thu Nov 19 13:24:41 EST 2009


  | 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



More information about the jboss-user mailing list