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(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...