Is there a setting for registering a workflow at a...
# ask-community
a
Is there a setting for registering a workflow at a certain interval (say every 1 hr) but having the workflow start instantly then wait 1 hr for the next run?
k
I think you need to orchestrate that process…maybe with Prefect? You can register and kick off a run in a single flow, and then schedule this to run every hour.
✔️ 1