02-16-2009 05:51 AM
<#assign datetimeformat="dd MMMM yyyy">
Dear ${person.properties.firstName} <#if person.properties.lastName?exists>${person.properties.lastName}</#if>
A new document ${document.properties.name} (http://localhost:8080/alfresco${document.url}), 
has been submitted by '${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>'.
  
Workflow Information:
<#list workflow.assignedTasks as t>
   Task ID:
   ${t.id}
   Task Type:
   ${t.type}
   Task Name:
   ${t.name}
   Task Description:
   ${t.description}
   Created on:
   ${t.properties["cm:created"]?datetime}
   Started on:
        <#if t.properties["bpm:startDate"]?exists>
        ${t.properties["bpm:startDate"]?datetime}
        <#else><i>None</i>
        </#if>
   Due Date:
        <#if t.properties["bpm:dueDate"]?exists>
      ${t.properties["bpm:dueDate"]?datetime}
      <#else><i>None</i>
      </#if>
   Priority:${t.properties["bpm:priority"]}
   PercentComplete:${t.properties["bpm:percentComplete"]}
   Status:${t.properties["bpm:status"]}
   Completed?${t.isCompleted?string("Yes", "No")}
</#list>
   Regards
   Alfresco Team02-19-2009 08:05 AM
03-05-2009 03:04 PM
03-06-2009 03:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.