From f8e2dd636d11f459460a1059ccd7a400b219e30c Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 16 Dec 2024 21:57:46 -0500 Subject: [PATCH] Remove warning notices --- temporalio/client.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/temporalio/client.py b/temporalio/client.py index 1d66d255..de51a54e 100644 --- a/temporalio/client.py +++ b/temporalio/client.py @@ -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. @@ -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.