Alex Cano
05/19/2020, 3:33 PMZachary Hughes
05/19/2020, 3:41 PMAlex Cano
05/19/2020, 3:45 PMdate
, that is automatically populated by a clock, which is great since it won’t ever be malformed. But you’d still be able to create ad-hoc flow runs of this flow without that parameter being filled in correctly, right? Could we apply a “parameter default” onto the Flow’s parameters itself and make the parameter required?Zachary Hughes
05/19/2020, 4:05 PMdefault
and required
are mutually exclusive when defined for the parameter itself, I think the best way to handle this would be to define your default(s) on your schedule, but to make the parameter required. By doing so, you'd ensure that all scheduled runs are correctly parametrized, but that any manual runs can't be run in an "incompletely parametrized" state.Alex Cano
05/19/2020, 4:17 PMZachary Hughes
05/19/2020, 4:17 PM