Edge Delta Comment Processor
The Edge Delta comment processor is used to add comments to pipelines.
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.
For detailed instructions on how to use multiprocessors, see Use Multiprocessors.
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.