Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): Fix logic deciding if a node was cached. Fixes #4814
The UI was deciding whether a node was cached based on whether it was pointing to some other node's output artifacts. This works for nodes that correspond to pods, but leads to a wrong decision for the rest of the nodes. For example, if the node is a Retry one, it points to another node's outputs because it is that other node that actually produced them. We now apply this logic on pod-type nodes only. Fixes #4814 Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
- Loading branch information