From f65b3378d1f430d82b690263ddaa585288b7738f Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:20:22 -0700 Subject: [PATCH] Update content/shared/influxdb3-processing-engine.md Co-authored-by: Jason Stirnaman --- content/shared/influxdb3-processing-engine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-processing-engine.md b/content/shared/influxdb3-processing-engine.md index 158c029ba..313357004 100644 --- a/content/shared/influxdb3-processing-engine.md +++ b/content/shared/influxdb3-processing-engine.md @@ -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