10-22-2012 07:44 AM
ProcessDefinitionEntity processDefinition = (ProcessDefinitionEntity) ((RepositoryServiceImpl) repositoryService).getDeployedProcessDefinition(processDefinitionId);
if (processDefinition != null) {
for (ActivityImpl activity : processDefinition.getActivities()) {
String type = (String) activity.getProperty("type");
// …
}
}
10-22-2012 08:36 AM
10-22-2012 10:50 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.