How odd is it to register a schedule for a workflow from a different running workflow?
We have an application where users trigger training of ML models through a web app.
Upon triggering that, we would want to register a daily scheduled workflow to be run every day.
Does Prefect allow to express that? is there best practices around that?