LangGraph
Core workflows
Step-by-step ways to use LangGraph for the work it does best.
01
02
← Back to the LangGraph collection
Workflow
Design a durable LangGraph workflow
Model a long-running task as explicit state, nodes, transitions, checkpoints, and recoverable side effects.
Workflow
Add human review to a LangGraph action
Interrupt a graph before a sensitive action and resume from persisted state after an authorized decision.