We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a2862 commit d865237Copy full SHA for d865237
1 file changed
docs/develop/python/integrations/langgraph.mdx
@@ -310,7 +310,7 @@ boundary.
310
## Continue-as-new
311
312
Long-running graphs can hit Temporal's per-Workflow history size limit. Use Temporal's
313
-[continue-as-new](/develop/python/continue-as-new) to start a fresh execution while preserving the results of nodes
+[continue-as-new](/develop/python/workflows/continue-as-new) to start a fresh execution while preserving the results of nodes
314
and tasks that have already completed.
315
316
The `cache()` helper returns the current task-result cache as a serializable dict. Pass it to `graph(name, cache=...)`
0 commit comments