10-05-2009 08:41 AM
var mail = actions.create("mail");
mail.parameters.to = bpm_assignee.properties.email;
mail.parameters.subject = "Test Document Task " + bpm_workflowDescription;
mail.parameters.from = initiator.properties.email;
mail.parameters.text = "You have a TASK " ;
mail.execute(bpm_package);
10-06-2009 04:27 AM
<a href="#" onclick="event.cancelBubble=true; openWindowCallback('${url.context}/command/ui/managetask?id=${pooled.id}&type=${pooled.qnameType}&container=plain', MyTasks.manageTaskCallback);">
10-19-2009 08:14 AM
10-20-2009 03:03 AM
10-20-2009 04:36 AM
10-20-2009 10:22 AM
fork the java class.
10-20-2009 11:05 AM
10-21-2009 02:04 AM
10-21-2009 03:25 AM
// See if an email template has been specified
String text = null;
NodeRef templateRef = (NodeRef)ruleAction.getParameterValue(PARAM_TEMPLATE);
if (templateRef != null)
{
// build the email template model
Map<String, Object> model = createEmailTemplateModel(actionedUponNodeRef);
// process the template against the model
text = templateService.processTemplate("freemarker", templateRef.toString(), model);
}
Access to document is under My Task To Do \n\n
Access to document: http://{servername}:8080/alfresco/faces/jsp/login.jsp
10-04-2010 03:40 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.