Hi! I have a question on integrating with Argo Eve...
# ask-metaflow
h
Hi! I have a question on integrating with Argo Events. When I deploy a new template that uses the
@trigger
decorator it creates a new sensor in the Argo Sensors. How can I make it so that it re-uses one of the sensors which are already defined (ie I have a sensor that lists SQS as the resource, so I would like my new workflow to be triggered when a new message comes in the SQS queue).