interrupt in orchestrator worker pattern does not work well #11

Open
opened 2026-02-16 08:17:41 -05:00 by yindo · 0 comments
Owner

Originally created by @silverbullllet on GitHub (May 22, 2025).

Image

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.

Image
Originally created by @silverbullllet on GitHub (May 22, 2025). <img width="349" alt="Image" src="https://github.com/user-attachments/assets/73e82713-923c-4e81-b2a3-eef3db8e105e" /> 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. <img width="1179" alt="Image" src="https://github.com/user-attachments/assets/ceffd930-8d9e-4fdf-98e2-01502937c91f" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-gen-ui-examples#11