dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

[Bug] [dolphinscheduler-master] In special cases, the conditions task cannot be triggered to execute

Open shilei-ly opened this issue 1 year ago • 0 comments

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. image

Condition task c1 is defined as shown in the following figure: image Condition task c2 is defined as shown in the following figure: image

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

shilei-ly avatar Jan 29 '24 12:01 shilei-ly