[jboss-user] [JBoss jBPM] - Re: Variable Controler

antitrust1982 do-not-reply at jboss.com
Fri Sep 29 07:58:44 EDT 2006


I have tried to understand how put my value in the variables, but seems to don't work.

I have done this:


  | contextInstance.createVariable(var.getVariableName(),Nom,token);
  | 						contextInstance.setVariable(var.getVariableName(),Nom);
  | 

Perhaps somebody have ever set his variables and can help me to understand how can put my value in the variables. 

I give you a peice of my xml process definition in order to see you which value I want to set:


  |                                <task-node name='renseignementclient'>
  | 				   <task swimlane='FONCIA'>
  | 				     <controller>
  | 				          <variable name='Nom' />
  | 				          <variable name='Prénom' />
  | 				          <variable name='Adresse'/>
  | 				          <variable name='ville'/>"
  | 				          <variable name='codepostal'/>
  | 				          <variable name='NumTel'/>
  | 				          <variable name='etablissementScolaire'/>
  | 				        </controller>  
  | 				     </task>
  | 				     <transition name='valide' to='Validation'>
  |                                      </transition>
  | 				  </task-node>

Thank you in advance for your help

antitrust1982

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

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




More information about the jboss-user mailing list