simonbence commented on code in PR #5859:
URL: https://github.com/apache/nifi/pull/5859#discussion_r853885894


##########
nifi-docs/src/main/asciidoc/user-guide.adoc:
##########
@@ -372,14 +372,15 @@ NOTE: It is also possible to double-click on the Process 
Group to enter it.
 - *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 definition->Without referenced services*: This option allows 
the user to download the flow definition of the process group 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 definition 
(Without referenced services)" 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.) Controller services referenced by the selected process group but outside 
its scope will not be included as services.
-- *Download flow definition->With referenced services*: This option allows the 
user to download the flow definition of the process group 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 definition 
(With referenced services)" 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.) Controller services referenced by the selected process group but outside 
its scope will be included as they would be part of the selected process group.
+- *Download flow definition*: This option allows the user to download the flow 
definition of the process group 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>>. There are two 
options when downloading a flow definition:
+** -> *Without external services*: Controller services referenced by the 
selected process group but outside its scope (e.g., services in a parent group) 
_will not be_ included in the flow definition as services.
+** -> *With external services*: Controller services referenced by the selected 
process group but outside its scope (e.g., services in a parent group) _will 
be_ included in the flow definition.
 - *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).
 - *Empty all queues*: This option allows the user to empty all queues in the 
selected Process Group. All FlowFiles from all connections waiting at the time 
of the request will be removed.
 - *Delete*: This option allows the DFM to delete a Process Group.
 
-
+(Note: If "Download flow definition" 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.)

Review Comment:
   I tried it that way as well and the rendered documentation looked pretty 
bad: the node did cut the list into two separate parts.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to