05-31-2013 06:37 PM
Hi,
Is it possible to assign/start a workflow programatically on a document (using Java)?
06-05-2013 10:31 AM
Yes, through the DocumentRoutingService
:
DocumentRoutingService service = Framework.getLocalService(DocumentRoutingService.class);
service.createNewInstance(modelId, Collections.singletonList(docId), coreSession, true);
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.