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(
1842
1842
.. warning::
1843
1843
This API is experimental
1844
1844
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
-
1850
1845
Args:
1851
1846
update: Update function or name on the workflow.
1852
1847
arg: Single argument to the update.
@@ -1954,11 +1949,6 @@ async def start_update(
1954
1949
.. warning::
1955
1950
This API is experimental
1956
1951
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
-
1962
1952
Args:
1963
1953
update: Update function or name on the workflow.
1964
1954
arg: Single argument to the update.
You can’t perform that action at this time.
0 commit comments