What a schedule stores
A workflow schedule stores:- the deployment variant to run
- a schedule name
- active or paused status
- recurrence settings
- timezone
- optional callback URL for signed completion delivery
- saved Start input values
["one", "two"] or [{"url":"https://example.com"}].
Supported recurrence
The first schedule builder supports:- every
Ndays at a local time - every
Nweeks on selected weekdays at a local time
Scheduled run behavior
Scheduled runs reuse the same execution path as normal workflow deployment invokes. That means:- the deployment version snapshot stays intact
- workflow step settings, including search language settings, are preserved
- billing and hosted LLM credit checks still apply
- personal credentials and deprecated model checks still apply
- workflow concurrency limits still apply
- optional callback delivery runs when the schedule completes or fails
- runs appear in workflow logs

