Skip to content

ExampleProcessor

github-actions[bot] edited this page May 22, 2026 · 1 revision

ExampleProcessor

Full Class Name: com.snowflake.nifihub.example.ExampleProcessor Type: PROCESSOR Bundle: com.snowflake.nifihub:nifi-example-nar:0.3.0

Description

An example processor that adds a configurable attribute to each FlowFile. This processor serves as a template for creating new NiFi Hub processors.

Tags: example, nifihub, template

Input Requirement: INPUT_REQUIRED

Properties

Name Description Default Value Required EL Scope
Attribute Name The name of the attribute to add to each FlowFile. Yes
Attribute Value The value of the attribute to add to each FlowFile. Supports Expression Language. Yes FLOWFILE_ATTRIBUTES

Relationships

Name Description Auto-Terminated
success FlowFiles that have been successfully processed are routed to this relationship. No

Clone this wiki locally