Hi All, since i havent find solid info about custo...
# ask-metaflow
b
Hi All, since i havent find solid info about custom parameters in step-functions deployment. I would like to ask it here. I have a flow where there is a custom parameter called
number_of_items
. I need to deploy this onto step functions. So, i use
python path_to_metaflow.py --with batch:image=image:latest --branch sk --production step-functions create --number_of_items 15'
which gives me an error. So, cant we supply custom parameters during step function deployment? thx in advance.
1