09-09-2008 03:04 PM
09-11-2008 12:04 PM
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$minameserver:miworkflowProcess";
workflow.parameters["bpm:workflowDescription"] = document.name;
workflow.parameters["bpm:assignee"] = person;
var futureDate = new Date();
futureDate.setDate(futureDate.getDate() + 7);
workflow.parameters["bpm:workflowDueDate"] = futureDate;
workflow.execute(document);
Lo que hay que probar es la usabilidad del espacio dentro del flujo … o sea … si te permite navegar de forma sencilla sobre su contenido.09-12-2008 08:02 AM
09-15-2008 08:18 AM
workflow.execute(document);
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.