Hi I am trying to integrate a metaflow with argo f...
# dev-metaflow
a
Hi I am trying to integrate a metaflow with argo flow. In Azure Kubernetes services I am creating a flow in argo using argocd and triggering the flow from local curl command and when my start step gets completed, it publish a argo event may be for next step (process step) but it gets rejected by saying that filter is not matching in the sensor pod. Why it needs to match filter? It should directly go to process step without any issues right?