From f10455637f7943cd9139e35990ea32de1a5c36bd Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 1 May 2025 12:08:49 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 8cdc5f842..85e9a1dd3 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -1,4 +1,5 @@ -Extend InfluxDB 3 with custom Python code that responds to database events. The Processing Engine lets you automate workflows, transform data, and create API endpoints directly within your {{% product-name %}}. +Extend InfluxDB 3 with custom Python code that you can trigger on write, on a schedule, or on demand. +The Processing Engine lets you automate workflows, transform data, and create API endpoints directly within your {{% product-name %}}. ## What is the Processing Engine?