Andre These [1] and [2] describe the attributes which you could think of as 'public'
[1] http://nifi.apache.org/docs/nifi-docs/html/user-guide.html#terminology [2] http://nifi.apache.org/docs/nifi-docs/html/developer-guide.html#flowfile What was the JIRA that got you thinking about this? Do you think we need to change it or make something more clear? Thanks Joe On Sat, Oct 22, 2016 at 9:28 AM, Andre <[email protected]> wrote: > devs, > > I am working on some fairly old JIRA issues and noticed a documentation > related one that bring into light a very interesting question: > > Is there any practical difference between the Core Attributes and Standard > Attributes? > > The code is clearly distinct : > > nifi-commons/nifi-utils/src/main/java/org/apache/nifi/flowfile/attributes/CoreAttributes.java > > vs. > > nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardFlowFileRecord.java > > Yet, both the documentation and at least one processor[1] seem to treat > them interchangeably. > > > I thank you in advance > > > [1] > nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java#L158
