Hello team! I was wondering if some people were u...
# ask-metaflow
r
Hello team! I was wondering if some people were using multiple flows on trigger when finish: I'm receiving the following argo event error on my sensor
event 'metaflow-event' from EventSource 'webhook' is referenced for more than one dependency in this Sensor object
And i'm just setting multiple flows at the top of another:
@trigger_on_finish(_flows_=["operationalmetrics", "dailyaggregates"])
Thank you!
When i check the sensor resource, i have indeed twice the same reference to the eventsource. Is it expected?
s
Interesting. Let me triage this in a bit
What version of Argo events are you using?
r
3.4.0
t
hi @ripe-car-38698 were you ever able to resolve? we're running into the same thing and i'm seeing that it might be an issue with the way argo is creating sensor objects (i.e. it creates multiple dependencies with the same event and event_source, which is not allowed per their docs)