https://prefect.io logo
w

Will Milner

05/29/2020, 6:05 PM
Is it possible to trigger a flow run after a different flow has finished?
j

josh

05/29/2020, 6:09 PM
Hey @Will Milner you could use something like the core client or graphql api to trigger the flow run at the end of your flow https://docs.prefect.io/orchestration/concepts/flow_runs.html#core-client Or maybe even use a FlowRunTask to trigger one https://docs.prefect.io/api/latest/tasks/prefect.html#flowruntask
w

Will Milner

05/29/2020, 6:10 PM
👍 thanks