[jboss-user] [JBoss Seam] - Re: Dynamic creation of JBPM processes

chawax do-not-reply at jboss.com
Mon Dec 3 08:21:46 EST 2007


No need to answer, I just found how to do :)
I did it this way :

Contexts.getBusinessProcessContext().set("idDemandeAbsence", this.demandeAbsence.getId());
  | Contexts.getBusinessProcessContext().set("codeMotifAbsence", this.ligneDemandeAbsence.getMotif());
  | this.businessProcess.createProcess("validationDemandeAbsence");
  | 

According to you, is it the state-of-the-art way to do it ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109838#4109838

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109838



More information about the jboss-user mailing list