need some help with Flyte UI. I have a map task wh...
# flyte-support
c
need some help with Flyte UI. I have a map task which run around 10 tasks in parallel. I want to know start_time and end_time for each task. I can see this data for other task, but it is combined into one for map_Task.
t
i think the workaround for now would be to print the start and end times?
c
Thanks for the response @tall-lock-23197. Really Value it. Yes, you are right. either I can log it, or since the UI displays the output, I can add it in the response object.
👍 1