11-15-2010 06:12 AM
11-15-2010 03:01 PM
11-16-2010 03:38 AM
11-19-2010 06:25 AM
06-03-2011 04:59 AM
try{
….some code…
ProcessInstance processInstance = engine.getRuntimeService().startProcessInstanceByKey("myWorklow", variableMap);
LogAsInfo("Workflow started successfully with: \n"
+ "ID: " + processInstance.getId() + "\n DefinitionID: " + processInstance.getProcessDefinitionId());
} catch (Exception e) {
throw new Exception("Failed to Start Workflow", e);
}
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.