02-11-2014 10:21 AM
<serviceTask id="reviewNagEmail" name="Nag Email" activiti:class="org.alfresco.repo.workflow.activiti.script.AlfrescoScriptDelegate" activiti:async="true" activiti:exclusive="false">
<extensionElements>
<activiti:field name="script">
<activiti:string>
var mail = actions.create("mail");
mail.parameters.to = "fff@fff.no";
mail.parameters.subject = "reminder";
mail.parameters.from = "fff@fff.no";
mail.parameters.text = "It's the day";
mail.execute(bpm_package);
</activiti:string>
</activiti:field>
</extensionElements>
</serviceTask>
02-11-2014 12:00 PM
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.