https://prefect.io logo
Title
d

dherincx

03/16/2022, 10:21 PM
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

Kevin Kho

03/16/2022, 10:22 PM
This is for Prefect 1.0 right?
:upvote: 1
d

dherincx

03/16/2022, 10:23 PM
@Kevin Kho, Prefect 1.0 that's correct
k

Kevin Kho

03/16/2022, 10:26 PM
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

dherincx

03/16/2022, 10:30 PM
@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

Kevin Kho

03/16/2022, 10:43 PM
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