You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by phrocker <gi...@git.apache.org> on 2018/05/01 15:57:51 UTC

[GitHub] nifi-minifi-cpp pull request #313: MINIFICPP-403: Add version into flow attr...

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

    https://github.com/apache/nifi-minifi-cpp/pull/313#discussion_r185256992
  
    --- Diff: libminifi/test/resources/TestHTTPGet.yml ---
    @@ -19,6 +19,7 @@
     Flow Controller:
         name: MiNiFi Flow
         id: 2438e3c8-015a-1000-79ca-83af40ec1990
    +    version: 1
    --- End diff --
    
    Isn't this the flow config yaml version and not the flow version ? Is the version above intended to be the config yaml version or the flow version?


---