01-13-2011 11:37 AM
public void execute(DelegateExecution arg0) throws Exception {
. . . .
arg0.setVariable("user", rs.getString(1));
}
ExecutionQuery execution = runtimeService.createExecutionQuery().processInstanceId(procId);
List <Execution> list = execution.list();
01-14-2011 01:22 AM
runtimeService.getVariables(execution.getId());
runtimeService.getVariable(execution.getId()"varName")
01-14-2011 03:34 AM
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.