Hi all,

I integrated Joget in my company's intranet and I would need to set workflow variables values from the intranet when creating a process.

I currently use the javascript API to create processes from the intranet with the function below :

function processPopupDialog(processId){
    var url = processUrlPath+"/web/client/process/start/"+escape(processId);
    window.open(url, "_blank", "height=500,width=800,scrollbars=1");
}

is it possible to set workflow variables values while using /web/client/process/start ?

Or any way to initialize workflow variables values ?

If not, maybe can I do it once the process is created ? (how ?)

thanks,

Antoine

  • No labels