Foren

Workflow Email Variables

Mashuk Choudhury, geändert vor 10 Jahren.

Workflow Email Variables

Junior Member Beiträge: 33 Beitrittsdatum: 31.01.14 Neueste Beiträge
Hi,

I am trying to create a workflow definition file and within the notification tag, I am adding some email content to send to the site reviewers. I can see out of the box, a couple of workflow variables are used. e.g. ${userName} and ${entryType}. I want to be able to provide a link to the reviewer so that they are able to click on the link which takes them to their web content. Is there a list of available workflow variables that I could use for the workflow notifications?

<notification>
				<name>Review Notification</name>
				<description>Content Review Notification</description>
				<template>You have new content to review
				
				
					&lt;body&gt;
					&lt;img src="http://localhost:8080/path/to/logo.png"/&gt;				
					&lt;p&gt;Dear Reviewer,  ${userName} sent you a ${entryType} for review in the workflow.&lt;/p&gt;
					&lt;/body&gt;
				
				
				</template>
				<template-language>freemarker</template-language>
				<notification-type>email</notification-type>
				<execution-type>onAssignment</execution-type>
			</notification>

Any help would be much appreciated.

Thanks
Mashuk