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

Running as node on interrupt does not stop in next interrupt #218

Open
juandados opened this issue Dec 27, 2024 · 0 comments
Open

Running as node on interrupt does not stop in next interrupt #218

juandados opened this issue Dec 27, 2024 · 0 comments

Comments

@juandados
Copy link

The graph below has two nodes with interrupts before. When interrupted in node_1 and submitting update as node_1, it should transition to node_2 and interrupt before. However, it keeps going.

Screencast.from.2024-12-27.07-57-42.webm

Checking the network requests, when running as node and hitting the Submit button, it sends both an update state as node and a stream with none input. It should send only the first, otherwise the stream none will pass through the second interrupt.

Screenshot from 2024-12-27 08-00-14_

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

1 participant