Kyle McChesney
09/05/2025, 9:06 PMMarvin
09/05/2025, 9:06 PMMarvin
09/05/2025, 9:08 PMdef flow(x: int = 1)
.
- Or set deployment parameters when creating the deployment/schedule.
- Or pass parameters from the trigger (e.g., an automation) and ensure types/values are correct.
Refs:
- Prefect 3.x — Create schedules
- Example of parameter validation at flow run creation (409) during automation-triggered runs: GitHub issue #17885
If you share how you’re creating the deployment/schedule (code or CLI), I can show the exact place to set parameters so your scheduled runs are valid.