Event
Jump to Section
Event Triggers subscribe to a single event source. When the source produces an event (ex. MQTT topic) the event enters the Pipeline. If the source is invalid, or does not generate events, the trigger goes into an error state.
Configuration
Reference
A reference to the source of the events. For example, this could be an MQTT input or an OPC UA tag.
Event Values
Value
js
{
"attr1": "value of the event",
"attr2": 2
}
Metadata
js
{
"source": "Connection.mqtt.out",
"timestamp": "2024-06-24T13:54:07.606Z"
}