NiFi Developer's Guide
Also available as:
PDF
loading table of contents...

Error Handling

When writing a Processor, there are several different unexpected cases that can occur. It is important that Processor developers understand the mechanics of how the NiFi framework behaves if Processors do not handle errors themselves, and it's important to understand what error handling is expected of Processors. Here, we will discuss how Processors should handle unexpected errors during the course of their work.