mirror of
https://github.com/langchain-ai/langgraphjs-gen-ui-examples.git
synced 2026-07-01 12:31:37 -04:00
interrupt in orchestrator worker pattern does not work well #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silverbullllet on GitHub (May 22, 2025).
Here is my graph,there may be 3 sections of a report. Each section need human interrupt, so i adpoted orchestrator worker pattern to implement it, where a worker is a subgraph.
but when State arrives interrupt node, there is only one Interrupt View (thread.interrupt maintains only the last Interrupt instance) where there should be 3.