08-23-2013 11:05 AM
startProcessMethod() {
……..
Object obj = new Object();
ProcessInstance newHiringProcess = runtimeService.startProcessInstanceByKey("myProcess");
newHiringProcess.getProcessVariables().put("obj", obj);
…….
}
08-25-2013 03:28 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.