Hi, quick question - what would be the best/idioma...
# ask-community
m
Hi, quick question - what would be the best/idiomatic way to run a flow repeatedly? ie. as soon as it completes, start it again.
r
You could create a flow run at the end to run another standalone instance of the flow - as in not a child/sub flow https://docs.prefect.io/api-ref/orion/api/deployments/#prefect.orion.api.deployments.create_flow_run_from_deployment
m
Thanks @redsquare I'll check that out