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

Static component names #5375

Open
devinbost opened this issue Dec 19, 2024 · 0 comments
Open

Static component names #5375

devinbost opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@devinbost
Copy link
Contributor

Feature Request

When a flow is exported and re-imported into LangFlow, the component IDs change. When that flow is used in an app with tweaks, however, unless the original environment is still available that created the flow, changes to the flow result in new IDs, which break the component IDs used in the flow tweaks. The component name can be referenced in some cases, but if more than one component of a given type exists, this doesn't work. It would be ideal if components could be given static names that wouldn't change across upgrades or imports/exports - that way, they would have stable references for app development.

Motivation

We need more stable lifecycle and upgrade paths for the flows when Langflow is used as a backend endpoint.

Your Contribution

No response

@devinbost devinbost added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant