Skip to content

Commit

Permalink
Remove experimental flag from start_delay (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlalfano authored Mar 26, 2024
1 parent f3d1b85 commit 36fe961
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions temporalio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,7 @@ async def start_workflow(
dictionary form of this is deprecated, use
:py:class:`temporalio.common.TypedSearchAttributes`.
start_delay: Amount of time to wait before starting the workflow.
This does not work with ``cron_schedule``. This is currently
experimental.
This does not work with ``cron_schedule``.
start_signal: If present, this signal is sent as signal-with-start
instead of traditional workflow start.
start_signal_args: Arguments for start_signal if start_signal
Expand Down

0 comments on commit 36fe961

Please sign in to comment.