diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index c2977743c..13c5e2757 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -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 - Schedule triggers: the scheduled call time - 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 5. Execution completes and the engine returns to waiting state