Hello team, previously I was asking to clarify why...
# prefect-community
v
Hello team, previously I was asking to clarify why it is impossible to register new flow from parent flow, here https://prefect-community.slack.com/archives/CL09KU1K7/p1600240447350500?thread_ts=1600209791.334200&cid=CL09KU1K7 Could you bring some light on that case? Like cold system start, where the one parent flow creates many new flows, initially stored in git or database. What will be the way to accomplish it with current prefect funcionality?
c
Hi Vitaly - you could try to call
flow.register
from within a task; we don’t have a recommendation for this pattern yet, so you should give it a shot and let us know how it goes!