Hi, I am running Prefect locally. I have flows tha...
# ask-community
p
Hi, I am running Prefect locally. I have flows that I want to run through RestAPIs. I could not find anything regarding
running flows through rest API.
I want to run a flow passing config with the request call. Can anyone help me on this?
v
Do you mean the parameter to the flow is passed through the API? You should be able to use the PrefectClient in the library to use the method
create_flow_run
and pass parameters as arguments for your flow
upvote 2
p
Thanks. Able to do know.