BpmProcess bpmProcess = bpmProcessManager.get(bpmProcessId);
String processDefinitionId = bpmProcess.getBpmConfBase()
.getProcessDefinitionId();
FormInfo formInfo = processEngine.getManagementService()
.executeCommand(new FindStartFormCmd(processDefinitionId));
model.addAttribute("formInfo", formInfo);
String nextStep = null;
if (formInfo.isFormExists()) {