Hi
I'm trying to execute the buzzword example in the acitiviti 6 engine.I'm able to get the run the XML
ProcessDefinition processDefinition = repositoryService
.createProcessDefinitionQuery()
.deploymentId(_deploymentId).singleResult();
processInstance = runtimeService.startProcessInstanceById(processDefinition.getId(),executionVariable);
by passing the BPMN XML.
How to fetch or return the result. Which API should i follow. Any code change needed. I've attached the code
Please help.