Resolved! How to update programmatically workflow variable after create it
I'm starting a workflow programmatically and want to save the id of the newly created route document in a variable in my workflow. I have done this: String workflowId = startWorkflow(workflowName,list,map); //my custom method returns workflowId Docum...