11 Replies Latest reply on Jul 4, 2007 9:25 AM by kukeltje

    Variables in MailAction

    syngolis

      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="me@localhost" template="jbpm.mail.templates.xml">
       <subject>Sample</subject>
       <text>ProcessId: #{processInstance}</text>
       </mail>


      I get something like this:
      ProcessId: org.jbpm.graph.exe.ProcessInstance@7e557b

      (not very helpful)

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