dify
dify copied to clipboard
Workflow node concurrent execution failed
Self Checks
- [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
Dify version
0.15.3
Cloud or Self Hosted
Cloud
Steps to reproduce
Import the above yaml file and input "abc" for testing. Code3 does not wait for Code4 to finish executing to get the result, resulting in the failure of Code3 execution.
✔️ Expected Behavior
Wait for code4 to finish executing, and then continue executing code3 after getting the execution result.
❌ Actual Behavior
Error message
Traceback (most recent call last): File "/var/sandbox/sandbox-python/tmp/b668d330_7d69_4e84_bed0_6d734f61d3e9.py", line 48, in <module> File "<string>", line 17, in <module> File "<string>", line 6, in main TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' error: exit status 255