dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

[Bug] [Master] subtask will all rerun enven it has been success before when rerun failed process instance that has subprocess node

Open maxiangmin opened this issue 2 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

What happened

i have a process test_flow with a shell task shell_a and a subprocess sub_b that depend shell_a, where sub_b has two shell task shell_c and shell_d, run test _flow, only shell_d was failed, then rerun from failed node( click the "rerun failed task" button) ,the task shell_c are running again

What you expected to happen

only failed task should be running

How to reproduce

creat a process that has subprocess node

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

maxiangmin avatar Feb 07 '24 04:02 maxiangmin