Hi,
i got a question about the usage of jbpm-context-variables in mails.

If i set an mail-action:
        <mail name="MailAction" actors=";" to="[EMAIL PROTECTED]" 
template="jbpm.mail.templates.xml">
  |             <subject>Sample</subject>
  |                     <text>ProcessId: #{processInstance}</text>
  |             </mail>  

I get something like this:
anonymous wrote : ProcessId: [EMAIL PROTECTED]
(not very helpful)

Is it possible to access for example Id or name of the variables??

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060305
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to