Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yangchenhui opened this issue May 14, 2014 · 0 comments
Closed

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

yangchenhui opened this issue May 14, 2014 · 0 comments

Comments

@yangchenhui
Copy link
Member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant