[jboss-user] [JBoss jBPM] - Re: Variables in MailAction

syngolis do-not-reply at jboss.com
Wed Jul 4 07:17:38 EDT 2007


This was my ambition...Sorry for my unclearly posted question....

#{processInstance.id} and #{token.id} are working!

I already tried to access the attributes in that way you did it, but with no effect... I tested with TaskInstance and there seems to be the problem...

#{taskInstance.id} or #{task.id} does not work!

     	<mail name="M_MailAction" actors=";" to="#{receipient}" template="jbpm.mail.templates.xml">
  |         	<subject>Subject: Mail action - mail</subject>
  |       		<text>Text: #{taskInstance.id}</text>
  |       	</mail>  

Result:
anonymous wrote : Text:

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

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



More information about the jboss-user mailing list