Skip to content

Commit f8e2dd6

Browse files
committed
Remove warning notices
1 parent 193c4ab commit f8e2dd6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

temporalio/client.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)