github.com/argoproj/argo-events@v1.9.1/docs/concepts/sensor.md (about) 1 # Sensor 2 3 Sensor defines a set of event dependencies (inputs) and triggers (outputs). 4 It listens to events on the eventbus and acts as an event dependency manager to resolve and execute the triggers. 5 6 ## Event dependency 7 8 A dependency is an event the sensor is waiting to happen. 9 10 ## Specification 11 12 Complete specification is available [here](https://github.com/argoproj/argo-events/blob/master/api/sensor.md). 13 14 ## Examples 15 16 Examples are located under [examples/sensors](https://github.com/argoproj/argo-events/tree/master/examples/sensors).