11-26-2012 06:27 AM
Deployment deployment = repositoryService.createDeployment()
.addClasspathResource(workflowFullName)
.deploy();
???
ProcessInstance processInstance = runtimeService.startProcessInstanceByKey(workflowName);
11-26-2012 06:47 AM
11-26-2012 06:54 AM
repositoryService.createProcesDefinitionQuery().deploymentId(createdDeployment.getId()).list();
11-26-2012 07:46 AM
11-26-2012 08:26 AM
11-26-2012 09:50 AM
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.