Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/5963/head
parent
811cf2d2dc
commit
f65b3378d1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue