Hi everyone!
I have a workflow that has subworkflows - these workflows have maptasks. in some cases: some arraynodes get stuck on "running" status preventing next-in-queue tasks/arraynodes to start despite that the logs show that the process finished.
both the master workflow and subworkflows have FAIL_AFTER_EXECUTABLE_NODES_COMPLETE failure policy
maptasks are set with concurrency=2, min_success_ratio=0.1
Image flytekit version: 1.12.0
cluster flyte version: 1.13.1
any idea on why that happens ?