I've built a flow_of_flows orchestration for my pr...
# prefect-community
d
I've built a flow_of_flows orchestration for my prefect project. Is it possible to see the task dependencies under each nested flow in the UI schematic? Right now I just see 2 flows, but I can't seem to drill down further into each flow
k
This is for Prefect 1.0 right?
upvote 1
d
@Kevin Kho, Prefect 1.0 that's correct
k
For Prefect 1.0 this is not a first class thing. In 2.0 it will be. For 1.0, you need to go to the subflow run in order to view the tasks and logs
✅ 1
d
@Kevin Kho, what about being able to rename how task names display in the UI. For example, I have a
case
statement and it displays
case(True)
, which is ok for someone who is developing the pipeline like myself, but for others, its not clear. Is this possible in 1.0?
k
For that specific task, I think the name argument is not exposed because it uses a task underneath here and there is no option to pass kwargs. You can open an issue on Github though