Hi All, can you pass deployment parameters to the create flow run API when you transition it to scheduled?
http😕/<IP>:4200/api/deployments/<deployment_id>create_flow_run
body -> {"name":"curl","state":{"type":"SCHEDULED"}}
m
Mason Menges
12/08/2022, 6:30 PM
Hey @Nathan R I'm not sure what you mean by "when you transition it to scheduled" you can pass in parameters when you trigger the create flow run api call. you might also check out the run_deployment command as it offers a lot of control of what gets submitted when you trigger a flow run through it.