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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to