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
@@ -17,7 +17,8 @@ This processor will return an error if any of the required parameters are missin
Issue a `SELECT` statement to a module with id `sqlite`.
```yaml
- type: db.query
- id: query
type: db.query
params:
module: sqlite
query: "SELECT * from users;"