dolphinscheduler
dolphinscheduler copied to clipboard
[Bug] [dolphinscheduler-master] In special cases, the conditions task cannot be triggered to execute
Search before asking
- [X] I had searched in the issues and found no similar issues.
What happened
In special cases, the conditions task cannot be triggered to execute. As shown in the following figure, when s7 finish before s1, task c2 cannot be triggered, resulting in task s5 or s6 cannot be triggered. The condition for task c2 is or.
Condition task c1 is defined as shown in the following figure:
Condition task c2 is defined as shown in the following figure:
What you expected to happen
Condition type task c2 is defined as OR, then it should be executed as long as one of the preceding tasks is completed.
How to reproduce
Build a workflow. As long as task s7 finishes before task s1, and the c2 task condition is or, the problem can be repeated
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct