If you want to access the process instance variables, you can use the below REST call GET runtime/process-instances/{processInstanceId}/variables
If you want to get the value of a specific variable, you can use the below call GET runtime/process-instances/{processInstanceId}/variables/{variableName}
Hari … thanks but not what I was looking for. My process is created by the REST call only, I want to access the variable in a user task, email task or make a decision based on the value of the initial variable supplied.