docs: align exec event text

This commit is contained in:
Peter Steinberger
2026-01-18 08:01:21 +00:00
parent 1589c73697
commit efaa73f543

View File

@@ -169,9 +169,9 @@ If UI missing:
- Stored in the gateway in-memory queue (`enqueueSystemEvent`). - Stored in the gateway in-memory queue (`enqueueSystemEvent`).
### Event text ### Event text
- `Exec started (host=node, node=<id>, id=<runId>)` - `Exec started (node=<id>, id=<runId>)`
- `Exec finished (exit=<code>, tail=<...>)` - `Exec finished (node=<id>, id=<runId>, code=<code>)` + optional output tail
- `Exec denied (policy=<...>, reason=<...>)` - `Exec denied (node=<id>, id=<runId>, <reason>)`
### Transport ### Transport
Option A (recommended): Option A (recommended):