returns partially initialized ProcessDefinitionImpl's that can only be exposed as {@link ProcessDefinition}. To get the properly initialized {@link ProcessDefinitionImpl} objects,use {@link RepositorySession#findProcessDefinitionById(String)} or {@link RepositorySession#findProcessDefinitionByKey(String)}You can use the query query capabilities in this class to find the id and then use {@link RepositorySession#findProcessDefinitionById(String)}to get the properly initialized ProcessDefinitionImpl.
@author Tom Baeyens
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.