update messaging about nil processor payloads

This commit is contained in:
Joel Wetzell
2026-03-16 18:23:06 -05:00
parent 064b74e30a
commit 293140735d
-1
View File
@@ -9,5 +9,4 @@ Routes take the messages coming from a module and push them through a list of [p
## YAML Definition
- **input**: the id of the [module](/concepts/modules) that will provide messages to this route
- **processors**: (optional) array of [processors](/concepts/processors) that will be called in order and the result of the previous will be fed to the next processor.
- if at any point the output of a processor is `nil` the entire route will be terminated (subject to change to support passing through `nil` values?)
- an error in a processor step will result in the individual route being terminated