01-30-2013 08:06 PM
01-31-2013 04:22 AM
if (payload instanceof Map) {
@SuppressWarnings("unchecked")
Map<String, Object> processVariables = (Map<String, Object>) payload;
execution.setVariables(processVariables);
}
01-31-2013 08:13 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.