Hi, I'm trying to access a process instance start time within a script task.
Written in Javascript, I currently have
try{ //Get Process ID procID = execution.getProcessInstanceId(); execution.setVariable("processId", procID); //Get Process Definition Key procKey = execution.getProcessDefinitionKey(); execution.setVariable("processDefinitionKey", procKey); //Get Start Time procStart = execution.getStartTime() execution.setVariable("processInstanceStartTime", procStart); }catch(e){ execution.setVariable("errInit", e.message); }
but the start time keeps coming in NULL, while everything else seems to work. Any ideas on what I am doing wrong?
Hi,
I think that variable is missing.
You can use alternate way where create process variable and store date as soon as process start and use that variable.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
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.