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