Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/50#discussion_r86610341
  
    --- Diff: minifi-docs/src/main/markdown/System_Admin_Guide.md ---
    @@ -391,6 +391,39 @@ Within the Processor Configuration section, there is 
the `Properties` subsection
             State File: ./conf/state/tail-file
             Initial Start Position: Beginning of File
     
    +## Process Groups
    +
    +Process groups can be nested from the top level.  They can contain other 
process groups as well and can be used to logically group related operations.
    +
    +*Property*                          | *Description*
    +----------------------------------- | -------------
    +name                                | The name of what this process group 
will do.
    +id                                  | The id of this process group.  This 
needs to be set to a unique filesystem-friendly value (regex: [A-Za-z0-9_-]+)
    +Processors                          | The processors contained in this 
Process Group. (Defined above)
    +Remote Processing Groups            | The remote processing groups 
contained in this Process Group. (Defined below)
    +Connections                         | The connections contained in this 
Process Group. (Defined below)
    +Input Ports                         | The input ports contained in this 
Process Group. (Defined below)
    +Output Ports                        | The output ports contained in this 
Process Group. (Defined below)
    +Process Groups                      | The child Process Groups contained 
in this Process Group.
    +
    +## Input Ports
    +
    +These ports provide input to the Process Group they reside on.
    +
    +*Property*               | *Description*
    +--------------------     | -------------
    +name                     | The name of what this input port will do.
    +id                       | The id of this input port.  This needs to be 
set to a unique filesystem-friendly value (regex: [A-Za-z0-9_-]+)
    +
    +## Input Ports
    --- End diff --
    
    I believe this should be "Output Ports"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to