```groovy def executionId = processInstance.getId() def spinVar = runtimeService().getVariable(executionId, 'myJSON') assert spinVar.getClass().getName() == 'org.camunda.spin.impl.json.jackson.JacksonJsonNode' ```