https://prefect.io logo
Title
j

Josh Lopez

05/24/2023, 5:18 PM
Do I need a separate deployment for the same file/flow using different values for a given parameter? I want to schedule a flow run using Parameter 1 = A and flow run using Parameter 1 = B.
z

Zanie

05/24/2023, 6:10 PM
Yep that's a separate deployment if you want B to be used on a schedule as well
1
If you want to just create flow runs manually (or via API call) you can set B while using a single deployment though.