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

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

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.

Copy link

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Jul 27, 2024
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
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 Stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants