Skip to main content

No-op Node

Quick Reference

Passthrough node. Events flow through unchanged. No configuration required.

Overview

The no-op (no operation) node forwards every incoming record to its downstream nodes without modifying it. It performs no transformation, filtering, or enrichment.

It is useful for:

  • Placeholders while building a pipeline, reserving a spot for logic you will add later.
  • Branching or fan-out points, acting as a simple connector that routes the same records to multiple downstream nodes.
  • Wiring and testing a pipeline's structure before the real processing logic is in place.

Configuration

This node has no configuration. Connect it between an upstream node and one or more downstream nodes, and every record passes through unchanged.

  • filter: Drop records that do not match a condition
  • eval: Transform records using the FEEL expression language