10-09-2012 06:06 PM
10-10-2012 01:15 AM
ProcessDefinitionEntity processDefinition = (ProcessDefinitionEntity) ((RepositoryServiceImpl) repositoryService).getDeployedProcessDefinition(processDefinitionId);
if (processDefinition != null) {
for (ActivityImpl activity : processDefinition.getActivities()) {
String type = (String) activity.getProperty("type");
// …
}
}
10-15-2012 12:13 PM
10-16-2012 05:41 AM
09-25-2013 06:34 PM
09-30-2013 02:22 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.