@@ -2177,9 +2177,6 @@ async def execute_update(
2177
2177
This will target the workflow with :py:attr:`run_id` if present. To use a
2178
2178
different run ID, create a new handle with via :py:meth:`Client.get_workflow_handle`.
2179
2179
2180
- .. warning::
2181
- This API is experimental
2182
-
2183
2180
Args:
2184
2181
update: Update function or name on the workflow.
2185
2182
arg: Single argument to the update.
@@ -2284,9 +2281,6 @@ async def start_update(
2284
2281
This will target the workflow with :py:attr:`run_id` if present. To use a
2285
2282
different run ID, create a new handle with via :py:meth:`Client.get_workflow_handle`.
2286
2283
2287
- .. warning::
2288
- This API is experimental
2289
-
2290
2284
Args:
2291
2285
update: Update function or name on the workflow. arg: Single argument to the
2292
2286
update.
@@ -2366,9 +2360,6 @@ def get_update_handle(
2366
2360
Users may prefer the more typesafe :py:meth:`get_update_handle_for`
2367
2361
which accepts an update definition.
2368
2362
2369
- .. warning::
2370
- This API is experimental
2371
-
2372
2363
Args:
2373
2364
id: Update ID to get a handle to.
2374
2365
workflow_run_id: Run ID to tie the handle to. If this is not set,
@@ -2398,9 +2389,6 @@ def get_update_handle_for(
2398
2389
2399
2390
This is the same as :py:meth:`get_update_handle` but typed.
2400
2391
2401
- .. warning::
2402
- This API is experimental
2403
-
2404
2392
Args:
2405
2393
update: The update method to use for typing the handle.
2406
2394
id: Update ID to get a handle to.
0 commit comments