02-24-2015 11:16 AM
02-27-2015 04:43 AM
List<WorkflowDefinition> allDefinitions = workflowService.getAllDefinitions();
/**
* Gets latest deployed Workflow Definitions
*
* @return the latest deployed workflow definitions
*/
@Auditable
public List<WorkflowDefinition> getDefinitions();
/**
* Gets all deployed Workflow Definitions (with all previous versions)
*
* @return the deployed (and previous) workflow definitions
*/
@Auditable
public List<WorkflowDefinition> getAllDefinitions();
03-01-2015 05:34 PM
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.