https://prefect.io logo
#prefect-community
Title
# prefect-community
m

Marwan Sarieddine

03/30/2021, 3:24 PM
Hi folks, when trying to visualize a flow that ran locally using
flow.run()
and
flow.visualize(flow_state=flow_state)
is there a way to display the duration of the tasks ?
I suppose writing a custom visualization function shouldn’t be too hard - just wondering if someone else came across this usecase
m

Mariia Kerimova

03/30/2021, 5:02 PM
Hello Marwan! There is no duration attribute for the task anymore (I'll investigate why not 🤔), but let's see if community has something to share for now.