[Flow Schematic] Hi Guys! Some of my flows trigge...
# prefect-ui
m
[Flow Schematic] Hi Guys! Some of my flows trigger other flows and I was wondering if there is any way I can see an aggregate schematic without having to join the tasks into a single flow and see the schematic of this unique flow.
n
Hi @Matheus Cruz - unfortunately there's no way to do this at this time but we are exploring similar improvements to the schematic in the future!
However, if you're using the
StartFlowRun
task, you'll see your branching flows represented in the schematic as tasks, which might go some way towards what you're looking for
m
Hi @nicholas, I'm using the
StartFlowRun
, but I thought that could have another alternative. But this already help, Thanks!
🙌 1