Is it possible to trigger a flow run after a diffe...
# ask-community
w
Is it possible to trigger a flow run after a different flow has finished?
j
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
👍 thanks