This is an automated email from the ASF dual-hosted git repository.
alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new 7b0ae56 NIFI-7179 Documented Download flow option in Process group
context menu (#4124)
7b0ae56 is described below
commit 7b0ae56a2c08de8898cc55ce8e4d44b2e1767fcd
Author: Andrew Lim <[email protected]>
AuthorDate: Mon Mar 9 19:54:56 2020 -0400
NIFI-7179 Documented Download flow option in Process group context menu
(#4124)
Signed-off-by: Andy LoPresto <[email protected]>
---
.../asciidoc/images/nifi-process-group-menu.png | Bin 87194 -> 95017 bytes
nifi-docs/src/main/asciidoc/user-guide.adoc | 3 +++
2 files changed, 3 insertions(+)
diff --git a/nifi-docs/src/main/asciidoc/images/nifi-process-group-menu.png
b/nifi-docs/src/main/asciidoc/images/nifi-process-group-menu.png
index 0f3db8e..c7affa3 100644
Binary files a/nifi-docs/src/main/asciidoc/images/nifi-process-group-menu.png
and b/nifi-docs/src/main/asciidoc/images/nifi-process-group-menu.png differ
diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc
b/nifi-docs/src/main/asciidoc/user-guide.adoc
index 1bf6c8a..7e173d1 100644
--- a/nifi-docs/src/main/asciidoc/user-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/user-guide.adoc
@@ -364,11 +364,14 @@ NOTE: It is also possible to double-click on the Process
Group to enter it.
- *Start*: This option allows the user to start a Process Group.
- *Stop*: This option allows the user to stop a Process Group.
+- *Enable*: This option allows the user to enable all Processors in the
Process Group.
+- *Disable*: This option allows the user to disable all Processors in the
Process Group.
- *View status history*: This option opens a graphical representation of the
Process Group's statistical information over time.
- *View connections->Upstream*: This option allows the user to see and "jump
to" upstream connections that are coming into the Process Group.
- *View connections->Downstream*: This option allows the user to see and "jump
to" downstream connections that are going out of the Process Group.
- *Center in view*: This option centers the view of the canvas on the given
Process Group.
- *Group*: This option allows the user to create a new Process Group that
contains the selected Process Group and any other components selected on the
canvas.
+- *Download flow*: This option allows the user to download the flow as a JSON
file. The file can be used as a backup or imported into a
link:https://nifi.apache.org/registry.html[NiFi Registry^] using the
<<toolkit-guide.adoc#nifi_CLI,NiFi CLI>>. (Note: If "Download flow" is selected
for a versioned process group, there is no versioning information in the
download. In other words, the resulting contents of the JSON file is the same
whether the process group is versioned or not.)
- *Create template*: This option allows the user to create a template from the
selected Process Group.
- *Copy*: This option places a copy of the selected Process Group on the
clipboard, so that it may be pasted elsewhere on the canvas by right-clicking
on the canvas and selecting Paste. The Copy/Paste actions also may be done
using the keystrokes Ctrl-C (Command-C) and Ctrl-V (Command-V).
- *Delete*: This option allows the DFM to delete a Process Group.