10-02-2012 10:10 AM
10-02-2012 11:37 AM
var selectedwf = Alfresco.util.getQueryStringParameter("wfname"), selectedindex=-1;
if(selectedwf){
for(var i=0; i<this.options.workflowDefinitions.length; i++) {
if(selectedwf === this.options.workflowDefinitions[i].name){
selectedindex=i;
}
}
if(selectedindex>=0){
this.onWorkflowSelectChange("click", ["",{"index": selectedindex}])
}
}
With this you can pass the workflow as a parameter named wfname.
10-03-2012 07:50 AM
10-04-2012 10: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.