Skip to content

Commit 36fe961

Browse files
authored
Remove experimental flag from start_delay (#492)
1 parent f3d1b85 commit 36fe961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

temporalio/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@ async def start_workflow(
462462
dictionary form of this is deprecated, use
463463
:py:class:`temporalio.common.TypedSearchAttributes`.
464464
start_delay: Amount of time to wait before starting the workflow.
465-
This does not work with ``cron_schedule``. This is currently
466-
experimental.
465+
This does not work with ``cron_schedule``.
467466
start_signal: If present, this signal is sent as signal-with-start
468467
instead of traditional workflow start.
469468
start_signal_args: Arguments for start_signal if start_signal

0 commit comments

Comments
 (0)