InvalidUpdateError "Node __interrupt__ does not exist" when the graph object has been rebooted #1591
Closed
minki-j
started this conversation in
Discussions
Replies: 1 comment 5 replies
-
Hi, can you share the full stack trace. And which version of langgraph you're using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a checkpointer for a workflow that has interruptions for human-in-the-loop. When I get user's feedback, I use update_state() method to update the sate.
When the app object has been keep alive, everything works fine.
However, if the app object has been killed and restarted, I get this error:
InvalidUpdateError: Node __interrupt__ does not exist
Beta Was this translation helpful? Give feedback.
All reactions