05-08-2015 07:52 AM
Execution execution = processEngine.getRuntimeService().createExecutionQuery()
.processInstanceId(processId)
.singleResult();
execution.getVariable(propertyId);
05-11-2015 03:14 AM
/**
* Include process variables in the process query result
*/
ProcessInstanceQuery includeProcessVariables();
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.