Forwards messages back to the caller rule chain. The “output” node produces the result of rule chain processing and returns it to the rule chain that invoked the current rule chain via a “rule chain” input node.
Configuration
This node requires no configuration.
JSON Schema
Message processing algorithm
- The node receives an incoming message within the current rule chain.
- The message is forwarded back to the caller rule chain.
- The “output” node’s name determines the connection label used in the caller rule chain.
- In the caller rule chain, the message exits from the “rule chain” input node via the connection that matches the “output” node’s name.
The “output” node’s name acts as the connection label in the caller rule chain. For example:
- An “output” node named Success routes messages via the Success connection in the caller rule chain.
- An “output” node named Failure routes messages via the Failure connection in the caller rule chain.
- An “output” node named Valid routes messages via the Valid connection in the caller rule chain.
Output connections
This node does not have “output’ connections within its own rule chain. Instead, it returns messages to the caller rule chain, where routing continues based on the “output” node’s name as the connection label.