读书人

JBPM4-No unnamed transitions were f

发布时间: 2012-07-04 19:33:55 作者: rapoo

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); 

读书人网 >开源软件

热点推荐