Grant
08/04/2023, 3:59 PMJake Kaplan
08/04/2023, 4:45 PMrun_deployment()
inside of your flow run, maybe inside of the on_completion
hook. here is a general example for how to use run deployment.
Additionally if you're using Prefect Cloud, use can use automations, where you can trigger a flow to kick off after every success.Grant
08/04/2023, 6:57 PMJake Kaplan
08/07/2023, 3:35 PM@task
around start_other_flows
it should just be a callableGrant
08/07/2023, 3:37 PM