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
tall-lock-23197
03/15/2024, 6:20 AM
i think the workaround for now would be to print the start and end times?
c
clever-exabyte-82294
03/15/2024, 8:51 AM
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.