Notify 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Caches a release signal identifier in the distributed cache, optionally along with the FlowFile's attributes. Any flow files held at a corresponding Wait processor will be released once this signal in the cache is discovered.
Tags
cache, distributed, map, notify, release, signal
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure When the cache cannot be reached, or if the Release Signal Identifier evaluates to null or empty, FlowFiles will be routed to this relationship
success All FlowFiles where the release signal has been successfully entered in the cache will be routed to this relationship
Writes Attributes
Name Description
notified All FlowFiles will have an attribute 'notified'. The value of this attribute is true, is the FlowFile is notified, otherwise false.
See Also