11-05-2012 09:35 AM
for (SomeEntity e : entities) {
LOG.info("Processing: " + e.getId());
Map<String, Object> processVariables = new HashMap<String, Object>();
processVariables.put("entity", e);
runtimeService.startProcessInstanceByKey(PROCESSKEY, processVariables);
}
11-05-2012 05:33 PM
11-06-2012 03: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.