[jboss-user] [JBoss jBPM] - context variables expansion in process definition

misu200 do-not-reply at jboss.com
Thu Mar 29 03:26:05 EDT 2007


Hello,

I  have a context variable ...let's call it IMPORTANT

I want to pass the value of this context variable as a parameter to my action handler:


       <action class="x.y.z.ProducerHandler" config-type="bean">
           <param1>VALUE_OF_IMPORTANT_HERE</param2> 
        


I've tried stuff like :
 <param1>#{contextInstance.variables.IMPORTANT}</param1> or
 <param1>{$IMPORTANT}
but it didn't work

Thanks,
Valentin














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

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



More information about the jboss-user mailing list