I am making an API call from service task, inside the rest controller I am trying to store variable using RunTimeService setVariable method, where I am passing process instance id which is execution id and name of variable and value
I get an exception saying [NullValueException: execution doesn’t exist: execution is null]