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

The pipeline editor breaks when scripts or sub-pipelines are renamed or deleted, and when inputs change #56

Open
glaroc opened this issue Feb 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@glaroc
Copy link
Contributor

glaroc commented Feb 1, 2024

When deleting a script or pipeline that is part of a pipeline, opening that pipeline in the editor will lead to a broken pipeline json file that has orphan edges. This leads to javascript errors and a high cpu usage. The only solution at the moment is to manually edit the json file to remove the orphan edges, or to redo the pipeline from scratch in the editor.

@jmlord jmlord added the bug Something isn't working label Feb 2, 2024
@jmlord
Copy link
Contributor

jmlord commented Mar 11, 2024

Suggestion:

  • gray box with the previous name of the step
  • add any input / output to be able to connect the dangling edges
  • instruction on the step to drag and drop the new version on it
    • auto-connects the matching parameters

or just instruction to replug in the new step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: TODO
Development

No branches or pull requests

2 participants