In Orion, what goes into the serialized representa...
# prefect-community
m
In Orion, what goes into the serialized representation of a flow when it’s registered? How can the DAG of a flow be visualized before the flow is actually executed?
k
There is no registration DAG (at least for now). The DAG is only generated after the run because of the adding tasks can not be dynamic. So there is no equivalent fo
flow.visualize()
yet
m
Thanks. Is that under development?
k
Not part of immediate roadmap because you can have non task code or add tasks on the fly so it’s like we’d need to run through the flow for one pass