You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/versions/latest/pages/concepts/workflow-chaining.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ results = workflow.run(
129
129
)
130
130
```
131
131
132
-
If the reviewed data replaces a stage's selected output in place, use `rerun_from="expanded"` to force that stage and its descendants to rebuild from the current boundary output.
132
+
If the reviewed data replaces a stage's selected output in place, run with `resume=ResumeMode.IF_POSSIBLE` and `rerun_from="expanded"` to rebuild that stage and its descendants from the current boundary output.
0 commit comments