Hi everyone, is there any way to visualize flow an...
# prefect-ui
n
Hi everyone, is there any way to visualize flow and task in UI
1
j
You can use the
.visualize
method on a flow. See more here.
1
b
In the UI too, you should see a visualization for flow tasks and subflows. If the flow has no tasks or subflows though it won't show anything.
🦜 1