From 7f0908e0aa46a22c890f145d17c427e4262e7786 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 e526c9cf..461ba51c 100644 --- a/temporalio/client.py +++ b/temporalio/client.py @@ -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. @@ -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.