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.