12-15-2011 08:47 PM
// Initialize the execution variables
ProcessInstance processInstance = runtimeService.startProcessInstanceByKey(processId,vars);
// When process is finished
Map<String, Object> outputVars = runtimeService.getVariables(processInstance.getId());
12-16-2011 03:31 AM
12-16-2011 11:35 AM
12-20-2011 12:33 PM
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.