revising note

pull/5958/head
meelahme 2025-04-23 13:48:58 -07:00
parent aac71feedb
commit ad2a2fe3a8
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ The Processing engine runs Python code directly within a {{% product-name %}} se
values
> [!Note]
> **Runtime environment**: Plugin executions run in the same Python process, and changes can affect other plugins. Plugins are not
> fully isolated from each other.
> The Processing engine runs all plugins in the same Python process. Changes made by one plugin can affect other plugins,
> as the system does not fully isolate changes from each other.
### Event processing flow