Edge Delta Comment Processor
less than a minute
Overview
This processor is used to add comments to the pipeline. This is useful for adding documentation for a pipeline object, such as its logical function.
Configuration
You specify a comment and click Save.

- name: Multi Processor
type: sequence
processors:
- type: comment
metadata: '{"id":"r8phdThHsdxNz5DP_8tC_","type":"comment","name":"This comment
gets added to the pipeline configuration. "}'
Note: the comment processor does not make any changes to the data items passing through it. It simply adds metadata to the pipeline configuration.
See Also
- For an overview and to understand processor sequence flow, see Processors Overview
- To learn how to configure a processor, see Configure a Processor.
- For optimization strategies, see Best Practices for Edge Delta Processors.
- If you’re new to pipelines, start with the Pipeline Quickstart Overview or learn how to Configure a Pipeline.
- Looking to understand how processors interact with sources and destinations? Visit the Pipeline Overview.