Hello, I want to get metaflow events to work in a ...
# ask-metaflow
b
Hello, I want to get metaflow events to work in a k8s namespace that is different from where the Argo Events is setup. So when I did
create
of
firstFlow
, it was ok and it produced an event that it is done. However, when I did
create
on
secondFlow
, it didn’t produce any errors, however, it didn’t create the
Sensor
object either. Then when I did
trigger
on
firstFlow
, obviously,
secondFlow
wasn’t triggered. Does anyone know what might be the problem?