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

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

View File

@ -29,7 +29,7 @@ When events occur in the database, the Processing engine handles them through a
- HTTP triggers: the request object with methods, headers, and body
The plugin also receives any keyword arguments that you pass as `trigger-arguments`.
4. When the plugin runs, it can process the received data and arguments, access the shared API through `influxdb3_local` for writing, querying, and caching data, and integrate with external systems.
5. Execution completes and the engine returns to waiting state
5. Execution completes and the engine returns to waiting state.
## Key components