mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
update messaging about nil processor payloads
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user