Hello all, I'm reading the GenerateFlowFile processor, which is started with no input files. I need to write a processor very close to this one, which accept no files, but when scheduled has to output into the queue the file returned from a service it calls.
I did not understand how the framework calls this kind of processor. There are both onScheduled and onTrigger methods. In which order are they called ? Do I need both? AP
