04-13-2011 08:41 AM
if (tm_notifyMe)
{
var mail = actions.create("mail");
mail.parameters.to = initiator.properties.email;
mail.parameters.subject = "Toimenpide " + bpm_workflowDescription;
mail.parameters.from = bpm_assignee.properties["cm:email"];
mail.parameters.text = "Suoritettu";
mail.execute(bpm_package);
}04-13-2011 09:57 PM
<variable name="bpm_workflowDescription" access="read" />
<variable name="bpm_assignee" access="read" />
<variable name="bpm_package" access="read" />
If you haven that code. Maybe one in that code is null.04-14-2011 03:02 AM
If you haven that code. Maybe one in that code is null.
04-27-2011 04:54 AM
05-03-2011 07:22 AM
I tested those variables by priniting them in workflow details.How did you print those variables in workflow details?
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.