add new ID property for processors and routes

This commit is contained in:
Joel Wetzell
2026-08-19 10:12:58 -05:00
parent a90a74650c
commit a33c05373f
47 changed files with 104 additions and 51 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ The `kv.set` processor sets the value of the configured key to the incoming payl
This will attempt to set the key `hello` using the module with an id of `redis`
```yaml
- type: kv.set
- id: set
type: kv.set
params:
module: redis
key: hello