Page 1 of 1

Process variable #path in jbpm.mail.templates.xml

PostPosted:Thu Aug 26, 2010 10:20 am
by rmartinez
In the notification mail for the task assignment in a workflow the value of the process variable #path is not showing in the mail.

The mail is send correctly and without errors in the stack trace but the value of the process variable "path" does not appear in the body.

This is our file, is that they come with the OpenKM 4.1 distribution:

<mail-template name='task-assign'>
<actors>#{taskInstance.actorId}</actors>
<subject>Task '#{taskInstance.name}' (#{taskInstance.id})</subject>
<text><![CDATA[Hi,
Task '#{taskInstance.name}' (#{taskInstance.id}) (related to document #{path}) has been assigned to you.

Go for it: #{BaseTaskListURL}

Thanks.
---powered by JBoss jBPM---]]></text>
</mail-template>