11-01-2010 05:06 PM
A task titled {TITLE HERE} has been added to your task list. It was added by ${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>.
05-24-2011 09:57 AM
06-28-2011 04:24 AM
var person=document.assocs["dl:issueAssignedTo"][0];
var username=person.properties["{http://www.alfresco.org/model/content/1.0}userName"];
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$wf:adhoc";
workflow.parameters["bpm:workflowDescription"] = document.properties["dl:issueID"] + " - "+ document.properties.title;
workflow.parameters["bpm:assignee"] = people.getPerson(username);
workflow.parameters["bpm:workflowDueDate"] = document.properties["dl:issueDueDate"];
workflow.parameters["wf:notifyMe"] = true;
workflow.execute(document);
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.