06-03-2014 05:42 AM
WorkflowService workflowService = this.session.getServiceRegistry().getWorkflowService();
// Tried both the belwo lines one by one
String processDefinitionIdentifier = WorkflowModel.KEY_REVIEW_ACTIVITI;
processDefinitionIdentifier = "activiti$activitiReview";
// Exception thrown from below line
ProcessDefinition processDefinition = workflowService.getProcessDefinition(processDefinitionIdentifier);
06-03-2014 06:54 AM
06-04-2014 03:59 AM
06-04-2014 06:44 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.