Join Slack
Powered by
how can i trigger runs of prefect deployments from...
# pacc-dec-17-18-2024
d
David Michael Gang
12/17/2024, 1:20 PM
how can i trigger runs of prefect deployments from other languages than python ?
r
Rob Freedy
12/17/2024, 1:25 PM
You could call the
create flow run from deployment API endpoint
to create a new flow run from any language. You could also use a combination of calling a
custom webhooks
and
automations
!! (We'll cover these concepts later in the course).
upvote
2
Rob Freedy
12/17/2024, 1:26 PM
Also, you can run a deployment from the CLI as Jeff shared in the slides!
Open in Slack
Previous
Next