We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b545fc2 commit ecf773bCopy full SHA for ecf773b
docs/develop/python/continue-as-new.mdx
@@ -33,7 +33,7 @@ It also receives your Workflow's usual parameters.
33
34
## How to Continue-As-New using the Python SDK {#how}
35
36
-First, design your Workflow parameters so that you can pass in the "current state" when you Continue-As-New into the next Workflow run.
+First, design your Workflow parameters so that you can pass in the "current state" when you Continue-As-New into the next Workflow run.
37
This state is typically set to `None` for the original caller of the Workflow.
38
39
<div class="copycode-notice-container">
0 commit comments