Hello - is it possible to schedule/deploy to step...
# ask-metaflow
g
Hello - is it possible to schedule/deploy to step functions a flow and provide parameters via
... step-functions create --my-param hi
so that every-time the flow is executed based on
@schedule
it gets the same params that I have specified? I won't be using
step-functions trigger
because I am scheduling.
1