07-01-2014 06:09 PM
07-03-2014 11:21 PM
07-10-2014 04:54 PM
public void beforeDeleteNode(final NodeRef object) {
List<WorkflowInstance> wfs = workflowService.getWorkflowsForContent(object, true);
for (final WorkflowInstance workflow : wfs) {
workflowService.cancelWorkflow(workflow.getId());
}
}
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.