Update content/shared/influxdb3-processing-engine.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
5951-restructure-influxdb3-plugins
Jameelah Mercer 2025-04-16 09:12:32 -07:00 committed by GitHub
parent 464a816f26
commit c099310efc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ When events occur in the database, the Processing engine handles them through a
- Data writes to specific tables or all tables
- Scheduled events (time-based or cron expressions)
- HTTP requests to configured endpoints
2. The engine loads the associated **plugin** specified in the trigger configuration
2. The engine loads the associated plugin specified in the trigger configuration
3. The plugin receives context data specific to the trigger type:
- Write triggers: the written data and table information
- Schedule triggers: the scheduled call time