var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "activiti$wf:adhoc";
workflow.parameters["bpm:workflowDescription"] = "Il seguente documento è stato inserito/modificato. Per favore da revisionare entro 3 giorni.";
workflow.parameters["bpm:assignee"] = "admin"; // utente assegnatario del task
var futureDate = new Date();
futureDate.setDate(futureDate.getDate() + 3);
workflow.parameters["bpm:workflowDueDate"] = futureDate;
workflow.execute(document);
Archive content from product discussions in Italian.
This group is now closed and content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.