You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/03/11 20:22:41 UTC

[GitHub] [nifi] andrewmlim edited a comment on pull request #5859: NIFI-9776 Adding the possibility to export flow definition with referenced services

andrewmlim edited a comment on pull request #5859:
URL: https://github.com/apache/nifi/pull/5859#issuecomment-1065481775


   For the User Guide update, I understand the thinking behind adding two main bullets. But to reduce repetition, I thought we could add something like this:
   
   ```
   - *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 choices 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.
   ** *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.
   
   (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.)
   ```


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org