Hello! we are still evaluating metaflow and like w...
# ask-metaflow
h
Hello! we are still evaluating metaflow and like what we see so far. We are on GCP (GKE) with Argo Workflows. Most of our tutorials runs went great, but 08 is not working as we would hope. Everything seems to be running fine until the end where it errors out with that message:
Copy code
moviestatsflow-sjrqn-877611774:
      id: moviestatsflow-sjrqn-877611774
      name: moviestatsflow-sjrqn.end
      displayName: end
      type: Skipped
      templateName: end
      templateScope: local/
      phase: Error
      boundaryID: moviestatsflow-sjrqn
      message: >-
        unable to evaluate expression '(join.Succeeded || join.Skipped ||
        join.Daemoned)': unable to evaluate expression '(join.Succeeded ||
        join.Skipped || join.Daemoned)': type func(...interface {}) (interface
        {}, error)[string] is undefined (1:7)
         | (join.Succeeded || join.Skipped || join.Daemoned)
         | ......^
      startedAt: '2024-01-19T19:27:32Z'
      finishedAt: '2024-01-19T19:27:32Z'
      nodeFlag: {}
Any idea on what we could check to get passed this?
1