File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1882,11 +1882,6 @@ async def execute_update(
18821882 .. warning::
18831883 This API is experimental
18841884
1885- .. warning::
1886- WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1887- send updates to the latest workflow with the same workflow ID even if it is
1888- unrelated to the started workflow.
1889-
18901885 Args:
18911886 update: Update function or name on the workflow.
18921887 arg: Single argument to the update.
@@ -1994,11 +1989,6 @@ async def start_update(
19941989 .. warning::
19951990 This API is experimental
19961991
1997- .. warning::
1998- WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
1999- send updates to the latest workflow with the same workflow ID even if it is
2000- unrelated to the started workflow.
2001-
20021992 Args:
20031993 update: Update function or name on the workflow.
20041994 arg: Single argument to the update.
You can’t perform that action at this time.
0 commit comments