File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1842,11 +1842,6 @@ async def execute_update(
18421842 .. warning::
18431843 This API is experimental
18441844
1845- .. warning::
1846- WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1847- send updates to the latest workflow with the same workflow ID even if it is
1848- unrelated to the started workflow.
1849-
18501845 Args:
18511846 update: Update function or name on the workflow.
18521847 arg: Single argument to the update.
@@ -1954,11 +1949,6 @@ async def start_update(
19541949 .. warning::
19551950 This API is experimental
19561951
1957- .. warning::
1958- WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1959- send updates to the latest workflow with the same workflow ID even if it is
1960- unrelated to the started workflow.
1961-
19621952 Args:
19631953 update: Update function or name on the workflow.
19641954 arg: Single argument to the update.
You can’t perform that action at this time.
0 commit comments