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

    https://github.com/apache/nifi/pull/2051#discussion_r131979395
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java
 ---
    @@ -200,4 +204,13 @@ public void setInactiveRemotePortCount(Integer 
inactiveRemotePortCount) {
             this.inactiveRemotePortCount = inactiveRemotePortCount;
         }
     
    +
    +    @ApiModelProperty("The variables that are configured for the Process 
Group")
    +    public Map<String, String> getVariables() {
    +        return variables;
    +    }
    +
    +    public void setVariables(final Map<String, String> variables) {
    --- End diff --
    
    These should be set when populating the DTO in 
`DtoFactory.createConciseProcessGroupDto(...)`.


---
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