Skip to content

Commit

Permalink
Remove warning notices
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent c0b06b1 commit 7f0908e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions temporalio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,11 +1882,6 @@ async def execute_update(
.. warning::
This API is experimental
.. warning::
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
send updates to the latest workflow with the same workflow ID even if it is
unrelated to the started workflow.
Args:
update: Update function or name on the workflow.
arg: Single argument to the update.
Expand Down Expand Up @@ -1994,11 +1989,6 @@ async def start_update(
.. warning::
This API is experimental
.. warning::
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
send updates to the latest workflow with the same workflow ID even if it is
unrelated to the started workflow.
Args:
update: Update function or name on the workflow.
arg: Single argument to the update.
Expand Down

0 comments on commit 7f0908e

Please sign in to comment.