docs.org.apache.nifi.processors.standard.DebugFlow.additionalDetails.html Maven / Gradle / Ivy
DebugFlow
When triggered, the processor loops through the appropriate response list (based on whether or not it
received a FlowFile). A response is produced the configured number of times for each pass through its
response list, as long as the processor is running.
Triggered by a FlowFile, the processor can produce the following responses.
- transfer FlowFile to success relationship.
- transfer FlowFile to failure relationship.
- rollback the FlowFile without penalty.
- rollback the FlowFile and yield the context.
- rollback the FlowFile with penalty.
- throw an exception.
Triggered without a FlowFile, the processor can produce the following responses.
- do nothing and return.
- throw an exception.
- yield the context.