Records an anomaly when traversal reaches it. Passes the input value through unchanged so the node can sit inline between two other nodes.Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Inputs
- Data in — value to pass through. Optionally captured into the anomaly’s params under Param key so consumers can report it back.
Outputs
- Result — the input value, unchanged.
Schema
- Code — short stable identifier (e.g.
missing_phone). - Severity —
info/warning/critical. Influences how consumers triage and surface the anomaly. - Message — human-readable description shown to the customer.
- Param key — optional. When set, the inbound value is attached to the anomaly under this key, so the message template can reference it.