This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 9aed6a5d6b NIFI-14492 Added Flow Action Reporter Property to Admin 
Guide
9aed6a5d6b is described below

commit 9aed6a5d6b07baff1c2c6610558d29f1f6bd704d
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Apr 22 12:20:11 2025 -0500

    NIFI-14492 Added Flow Action Reporter Property to Admin Guide
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #9892.
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 5ee1ab7e1c..9c6188064e 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -2913,6 +2913,15 @@ The Database Settings section defines the settings for 
the internal database, wh
 |`nifi.database.directory`*|The location of the Flow Configuration History 
database directory. The default value is `./database_repository`.
 |====
 
+=== Flow Action Reporter
+
+The Flow Action Reporter is a framework interface that supports exporting flow 
configuration changes using a custom implementation class.
+
+|====
+|*Property*                                 | *Description*
+|`nifi.flow.action.reporter.implementation` | The class implementing 
`org.apache.nifi.action.FlowActionReporter` from `nifi-framework-api`. The 
default value is not specified.
+|====
+
 === FlowFile Repository
 
 The FlowFile repository keeps track of the attributes and current state of 
each FlowFile in the system. By default,

Reply via email to