<#if args.workflowPooled == true> New Pooled Task <#else> You have been assigned a task
${date?datetime?string.full}

Hi,

<#if args.workflowPooled == true> The following pooled task is available to be claimed: <#else> You have been assigned the following task:

"${args.workflowTitle}"

<#if (args.workflowDescription)??>

${args.workflowDescription}

<#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
<#if (args.workflowPriority)??> Priority:   <#if args.workflowPriority == 3> Low <#elseif args.workflowPriority == 2> Medium <#else> High

<#if (args.workflowDocuments)??> <#list args.workflowDocuments as doc> <#if doc_has_next>
${doc.name}
Click on this link to download the document:
${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true
<#if args.workflowPooled == true>

Click this link to view the task:

${shareUrl}/page/task-details?taskId=${args.workflowId} <#else>

Click this link to edit the task:

${shareUrl}/page/task-edit?taskId=${args.workflowId}

Sincerely,
Alfresco ${productName!""}

 
To find out more about Alfresco ${productName!""} visit http://www.alfresco.com