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

Run Page Input is unexpectedly Updating Graph's Node Default Values #8711

Open
linear bot opened this issue Nov 19, 2024 · 0 comments
Open

Run Page Input is unexpectedly Updating Graph's Node Default Values #8711

linear bot opened this issue Nov 19, 2024 · 0 comments

Comments

@linear
Copy link

linear bot commented Nov 19, 2024

There is something wrong with the input provided on the run page, when we set a run input, the input is stored permanently as the default input. It seems like it sets it as the default node input instead of the graph execution input.

Setting an input here:

image.png

Is permanently changing this value:

image.png

Instead of setting the default value, we should pass the input as the request body of /graphs/{graph_id}/execute (see node_input parameter in the API route).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants