hi, I'd need a little help with this one:
I'd like to print all comments of a node in an email template, like this:
<mail-templates>
<mail-template name="error-report">
<subject>Error in process '#{processDefinition.name}'</subject>
<text>
Process: #{processDefinition.name} id = #{processInstance.id}
Variables:
#{contextInstance.variables}
Comments:
#{token.comments}
</text>
</mail-template>
</mail-templates>
you can't.... and I would not know a specific solution.