Not at present, unless you customize the query attribute yourself based on the
results of the previous query, which is possible but a little fiddly.
A better solution would be to add an incremental processor for Mongo, similar
to QueryDatabaseTable, which uses the NiFi State storage mechanism to
I am using the getMongo processor but every time it runs, it is returning
results from the beginning of time. I have my processor schedule to run
every ten minutes. I would like it to return only the new results since the
last time the processor ran. Is there a way to do that?