JBPM4--No unnamed transitions were found for the task
Console代码Map map = new HashMap();map.put("",……) //各种参数 taskService.setVariables(taskId,map); //如想转移至有名称的外向转移: taskService.completeTask(taskId,"外向转移名称"); //如想转移至无名称的外向转移: taskService.completeTask(taskId); Map map = new HashMap();map.put("",……)//各种参数taskService.setVariables(taskId,map);//如想转移至有名称的外向转移:taskService.completeTask(taskId,"外向转移名称");//如想转移至无名称的外向转移:taskService.completeTask(taskId);