05-28-2012 11:00 AM
….
//Guardamos el fichero
upload.save()
//Buscamos el fichero
var nodoSubmit = avm.lookupNode(storeid + ":" + fullpath + "/" + upload.name);
var workflow = actions.create("start-workflow");
workflow.parameters.workflowName = "jbpm$292";
workflow.parameters["bpm:workflowDescription"] = upload.properties.name;
workflow.execute(nodoSubmit);
05-28-2012 11:17 AM
05-29-2012 07:20 AM
05-29-2012 01:03 PM
logger.log("Starting our script");
var usersandboxes = webprojects.getWebProject("MiWebProject").getSandboxes("admin");
usersandboxes[0].submit( ["/www/avm_webapps/ROOT/OurTest"], "Label", "Comment");
05-30-2012 07:24 AM
06-01-2012 02:48 AM
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.