Hi,
I want to access a variable that was added to the workflow data by a process step (as shown below).
workItem.getWorkflow().getMetaDataMap().put("next_step", "3");
How can this data "next_step" be accessed in a later occurring OR-Split Ecma script to make some decision about the routing?
Thanks,