[jboss-user] [JBoss jBPM] - Setting ProcessVariable as a

kamleshkr do-not-reply at jboss.com
Mon Dec 3 05:35:47 EST 2007


Hi all,

I have a simple query regarding the access of a process variable in mail node.

I have used

executionContext.getContextInstance().setVariable("EmailAddress", "abc at xyz.com");

in one of my action class.

Now i want to use this variable for sending mail using mail node. Can you tell me what would be the EL expression in my mail node, which allows to access the variable. Means what should i put in place of question mark below:

<mail-node name="Mail Customer" to='#{????????}'>
		
			Test Mail Form JBPM
		
		
			Hi! 
		
		
</mail-node>



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

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



More information about the jboss-user mailing list