-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Closed
Copy link
Labels
PipelinesTo group issues regarding Pipelines functionalityTo group issues regarding Pipelines functionality
Milestone
Description
Title: Pipelines: Renaming a toolkit leaves stale references in nodes and YAML
Description:
After renaming a toolkit, pipelines that reference it keep the old name/ID in node settings and YAML, leaving a stale reference that breaks execution.
Steps to reproduce:
- Create a toolkit (e.g., GitHub) and add it to an LLM node in a pipeline. Save the pipeline.
- Rename the toolkit (change its title/ID) and save the toolkit.
- Reopen the pipeline and inspect the node and YAML.
Actual Result:
- The node still shows the old toolkit name.
- YAML retains the old toolkit reference.
- Pipeline becomes invalid or fails at run time until manually fixed.
Expected Result:
- All node settings and YAML are updated to the new toolkit name/ID immediately after the rename.
- Pipeline remains valid and runs without manual changes.
Notes (optional):
Workaround: manually remove the stale toolkit reference in YAML and reattach the renamed toolkit.
Pipeline for test: https://dev.elitea.ai/alita_ui/406/pipelines/all/12?destTab=configuration&name=BUG+-+2135&viewMode=owner
Metadata
Metadata
Assignees
Labels
PipelinesTo group issues regarding Pipelines functionalityTo group issues regarding Pipelines functionality
Type
Projects
Status
Done