Edge Delta Compound Nodes

Compound Nodes aggregate pipeline nodes into a single pipeline object.

A compound node is an aggregation of pipeline nodes that you can add to a pipeline as a single object. This is useful if you have a common node pattern that needs to be inserted into many pipelines. For example, suppose many of your pipelines require a specific field to be masked and a particular enrichment applied. You can create a Compound Node containing the required Mask and Enrichment node configurations, and add that compound node in all the pipelines that require that logic. This reduces the visual complexity of busy pipelines and it reduces configuration overhead.

See Create an Edge Delta Compound Node and Add a Compound Node to a Pipeline