fixteam / fixflow

做中国最好的开源业务流程引擎【QQ群: 152654373】
www.fixflow.org
Apache License 2.0
601 stars 300 forks source link

启动并提交命令中设置持久化变量map无效 #221

Closed yangchenhui closed 10 years ago

yangchenhui commented 10 years ago
    expandTaskCommand.setCommandType("startandsubmit");
    Map<String,Object> map = new HashMap<String,Object>();
    map.put("testVariable", "22222");
    expandTaskCommand.setVariables(map);
    askService.expandTaskComplete(expandTaskCommand, null);

上述写法无法将testVariable存储到数据库。 其他任务命令无影响