PackageFlowFile 2025.10.9.21

Bundle

org.apache.nifi | nifi-standard-nar

Description

This processor will package FlowFile attributes and content into an output FlowFile that can be exported from NiFi and imported back into NiFi, preserving the original attributes and content.

Tags

attributes, flowfile, flowfile-stream, flowfile-stream-v3, package

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Maximum Batch Content SizeMaximum combined content size of FlowFiles to package into one output FlowFile. Note, that FlowFiles whose content exceeds this limit are packaged separately.
max-batch-sizeMaximum number of FlowFiles to package into one output FlowFile.

Relationships

NameDescription
originalThe FlowFiles that were used to create the package are sent to this relationship
successThe packaged FlowFile is sent to this relationship

Writes attributes

NameDescription
mime.typeThe mime.type will be changed to application/flowfile-v3

Use Cases Involving Other Components

Send FlowFile content and attributes from one NiFi instance to another NiFi instance.
Export FlowFile content and attributes from NiFi to external storage and reimport.

See also