Skip to content
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

[Bug] [Api] Using the TaskDefinitionController-save-single interface can lead to duplicate predecessor tasks. #16202

Open
3 tasks done
xiaoqisu777 opened this issue Jun 24, 2024 · 1 comment · May be fixed by #16204
Open
3 tasks done
Assignees
Labels
backend bug Something isn't working

Comments

@xiaoqisu777
Copy link

Search before asking

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

What happened

Use this API
image
Adding a task adds an additional front-end node,
image
image
If too many tasks are added, it can cause the workflow details to get stuck when opening.

What you expected to happen

I expect each task to have only one predecessor node,
like this
image

How to reproduce

use this api >1 time ,you can reproduce the problem
image

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@xiaoqisu777 xiaoqisu777 added bug Something isn't working Waiting for reply Waiting for reply labels Jun 24, 2024
xiaoqisu777 added a commit to xiaoqisu777/dolphinscheduler that referenced this issue Jun 24, 2024
@SbloodyS SbloodyS added backend and removed Waiting for reply Waiting for reply labels Jun 24, 2024
@ruanwenjun
Copy link
Member

Please don't use the task page to create new task, there is a lot of bugs here, we don't want to change the code here, unless you want to refactor the whole process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
3 participants