首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

JBPM4-No unnamed transitions were found for the task

2012-07-04 
JBPM4--No unnamed transitions were found for the taskConsole代码Map map new HashMap()map.put(,

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

热点排行