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 17, 2024
1 parent 193c4ab commit f8e2dd6
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 @@ -1842,11 +1842,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 @@ -1954,11 +1949,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 f8e2dd6

Please sign in to comment.