03-01-2012 08:03 AM
Map<String, Object> properties = ((DelegateExecution) getRuntimeService().createExecutionQuery().processInstanceId(processInstanceId).singleResult()).getVariables();
03-01-2012 08:22 AM
03-01-2012 09:15 AM
DelegateExecution is the only impl for Execution, so the cast itself is safe for now. The problem is that no one assures you that in term of business logic it is safe
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.