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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/5963/head
Jameelah Mercer 2025-04-14 19:19:48 -07:00 committed by GitHub
parent 8f543a6052
commit 851fa2c9f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ When events occur in the database, the Processing engine handles them through a
- Write triggers: the written data and table information - Write triggers: the written data and table information
- Schedule triggers: the scheduled call time - Schedule triggers: the scheduled call time
- HTTP triggers: the request object with methods, headers, and body - HTTP triggers: the request object with methods, headers, and body
The plugin also receives any keyword arguments that you pass as `trigger-arguments`.
4. The plugin processes the received data, can query the database, call external tools, and write results back 4. The plugin processes the received data, can query the database, call external tools, and write results back
5. Execution completes and the engine returns to waiting state 5. Execution completes and the engine returns to waiting state