-
Notifications
You must be signed in to change notification settings - Fork 513
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
疑问急 #11
Comments
主要错误 |
@longxiangtest 你改了代码么? 这里的问题是singleResult() 取到了多条数据,换成list(),然后在get(0).
|
应该是用户自己执行的时候没把任务结束掉 结果好多就会出这个错误啦 |
我也碰到这样问题,原因是在bin目录下生成的任务节点错误,请检查下流程图 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
测试后加签
Assert.assertEquals("step2", taskService.createTaskQuery().singleResult().getTaskDefinitionKey());
返回报错,报错原因taskService.createTaskQuery().singleResult() 不址一条数据,这块是什么原因导致,我直接运行所有test就报这个,请帮忙
The text was updated successfully, but these errors were encountered: