I just a maybe silly question. How can I run a flo...
# ask-community
a
I just a maybe silly question. How can I run a flow with
run_agent
with parameters?
z
Hi!
run_agent
just spins up an agent that matches your flow's labels. You'd set the parameters for your flow in the UI (or via a StartFlowRun mutation) when you run it.
a
oh right~
Does it also implies I can't trigger a flow run via something like Github Actions?
z
You can, the StartFlowRun mutation allows you to pass parameters.