11-03-2011 02:54 PM
11-07-2011 12:27 PM
Trying to build a proof of concept workflow.
in it I wish that the author be notified via email of any changes ( comments etc ) to the document.
any simple way to send an email to the author ?
var mail = actions.create("mail");
mail.parameters.to = initiator.properties.email;
mail.parameters.subject = "flujo de validar " + bpm_workflowDescription;
mail.parameters.from = bpm_assignee.properties.email;
mail.parameters.text = "It's done";
mail.execute(bpm_package);
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.