Hi team.. I’m seeing a weird issue where a flyte m...
# ask-the-community
r
Hi team.. I’m seeing a weird issue where a flyte map task is stuck but if I click into the details it says succeeded
As a result of this, the workflow is stuck as well
h
Are you using the experimental map task or not? Can you share your
import flytekit...
line?
r
from flytekit import map_task
Looking at the logs from the stuck map task, it might indeed be running. But when I clicked on the map task link (in the first screen shot) it took me to the wrong link
h
ah yes unfortunately there are a couple of annoying bugs in the UI for map tasks. I think you did hit one of them... we are working on a code drop that will address a lot of these in the next few weeks.
r
ah thanks