More specifically: I know you can do this functionality by chaining other processors or using a bunch of generateflowfiles. What I'm looking for is a one stop way of associating dozens of small queries to one processor and have it batch send them on its own with no backend dependency like a database.
On Wed, Mar 28, 2018 at 5:02 PM, Mike Thomsen <[email protected]> wrote: > I have a client that would benefit from being able to run certain queries > periodically. Like half a dozen or more. Is there any processor where you > can associate a bunch of strings (like JSON) and send them out individually > as flowfiles? > > Thanks, > > Mike >
