Do I need a separate deployment for the same file/...
# ask-community
j
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
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.