Skip to content

Remove experimental flag from start_delay #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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