Skip to content

Commit 7f0908e

Browse files
committed
Remove warning notices
1 parent c0b06b1 commit 7f0908e

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
@@ -1882,11 +1882,6 @@ async def execute_update(
18821882
.. warning::
18831883
This API is experimental
18841884
1885-
.. warning::
1886-
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1887-
send updates to the latest workflow with the same workflow ID even if it is
1888-
unrelated to the started workflow.
1889-
18901885
Args:
18911886
update: Update function or name on the workflow.
18921887
arg: Single argument to the update.
@@ -1994,11 +1989,6 @@ async def start_update(
19941989
.. warning::
19951990
This API is experimental
19961991
1997-
.. warning::
1998-
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1999-
send updates to the latest workflow with the same workflow ID even if it is
2000-
unrelated to the started workflow.
2001-
20021992
Args:
20031993
update: Update function or name on the workflow.
20041994
arg: Single argument to the update.

0 commit comments

Comments
 (0)