From 293140735d871c7b64b59005289b5d2e197efa4a Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 16 Mar 2026 18:23:06 -0500 Subject: [PATCH] update messaging about nil processor payloads --- src/content/docs/concepts/routes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/concepts/routes.md b/src/content/docs/concepts/routes.md index 962b1ff..2874494 100644 --- a/src/content/docs/concepts/routes.md +++ b/src/content/docs/concepts/routes.md @@ -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 \ No newline at end of file