-
Notifications
You must be signed in to change notification settings - Fork 5
ExampleProcessor
github-actions[bot] edited this page May 22, 2026
·
1 revision
Full Class Name: com.snowflake.nifihub.example.ExampleProcessor
Type: PROCESSOR
Bundle: com.snowflake.nifihub:nifi-example-nar:0.3.0
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
| 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 |
| Name | Description | Auto-Terminated |
|---|---|---|
| success | FlowFiles that have been successfully processed are routed to this relationship. | No |