-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
multiInstance subprocess of revoking tasks has bug #3999
Comments
16:57:22.349 [http-nio-9001-exec-2] ERROR c.g.c.c.GlobalExceptionAdvice - [validatedFlowableException,111] - 运行时异常: |
process_send_doc-formkey.xml.txt |
Based on that error it means that there is no sequence flow that can be taken out of the user task with id 'Activity_1xk5x7b'. I can see that there is one sequence flow out of it. This sequence flow has a condition on it Can you provide a reproducible example for this? |
complete() ~ variables is {flag:11, gateFlag:103}.i think variables is right, call complete() is succuss when first to leader B!发自我的手机-------- 原始邮件 --------发件人: Filip Hrisafov ***@***.***>日期: 2024年12月11日周三 17:36收件人: flowable/flowable-engine ***@***.***>抄送: luoyi1029 ***@***.***>, Author ***@***.***>主 题: Re: [flowable/flowable-engine] multiInstance subprocess of revoking tasks has bug (Issue #3999)
No outgoing sequence flow of element 'Activity_1xk5x7b' could be selected for continuing the process
Based on that error it means that there is no sequence flow that can be taken out of the user task with id 'Activity_1xk5x7b'. I can see that there is one sequence flow out of it. This sequence flow has a condition on it ${flag==11}, so I assume that the flag variable does not have the value of 11 and thus it is not possible to take that flow and there is no other flow that it can go out through.
Can you provide a reproducible example for this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
to Leader B complete() |
@luoyi1029 can you provide a unit test showing this problem? |
Describe the bug
In the multiInstance subprocess of departments,
if Receiver sends A and then withdraws, Receiver sends B and then withdraws, Receiver sends A and A sends B。
error : No outging sequence flow of element 'Activity_1xk5x7b' could be selected for continuing the process, How to solve it?
Code
taskService.complete(taskBo.getTaskId(), processVariables);
Additional context
Flowable 6.8.1
The text was updated successfully, but these errors were encountered: