Make start process variables accessible inside of ExecutionListener?
Is it possible to access the variables map that is passed into runtimeProcess.startProcessInstanceByKey('processKey', variables) ** inside of an ExecutionListener **? I want to set a particular variable that will change with each process execution pr...