Is there a way to not specify default parameter values

Like with the pull_request_title, I would like to change pretty often so I don’t want it to be any value (or something stale)

I understand why this may be confusing, but think about what would happen if you schedule a flow and don’t provide any default parameter values? Prefect wouldn’t know which values to use. This is why default parameter values are required. But you’re right that for use cases when you never run your flows on schedule, enforcing those defaults wouldn’t make sense

1 Like