Hello, I am writing my first processor.
As described in the documentation, I have added an HTML file to be used when the user selects "Usage": docs/com.datamelt.nifi.test.TemplateProcessor/additionalDetails.html This is located in the root or the Processors nar file. The processor class is this: com/datamelt/nifi/test/TemplateProcessor.class The processor works, but selecting "Usage" won't show my HTML file. I understood that I write the HTML file and Nifi will picks it up when it starts. Or is this not true? Thanks for feedback, Uwe