11-09-2012 04:57 AM
11-09-2012 04:03 PM
11-12-2012 09:23 AM
11-12-2012 12:55 PM
ReadOnlyProcessDefinition processDefinition =
((RepositoryServiceImpl)repositoryService)
.getDeployedProcessDefinition( procDef );
if (processDefinition != null) {
for (PvmActivity activity : processDefinition.getActivities()) {
String type = (String) activity.getProperty("type");
System.out.println( type + ": " + activity.getProperty("name"));
// …
}
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.