ProcessInstance proc = runtimeService.startProcessInstanceByKey(PROCESS_KEY, params);
Object value = runtimeService.getVariable(processInstance.getId(), VARIBALE_NAME);
but this is don't work
org.camunda.bpm.engine.ProcessEngineException: execution b91ec2a9-b670-11e3-a776-3085a941c7d9 doesn't exist.