@James Willson
Goto Scheduling tab of GenerateFlowfile processor and choose Timer Driven strategy and keep
300 sec
Now processor triggers one flowfile after 300 sec.
(or)
Using Cron strategy you can keep cron expression as
0 0/5 * 1/1 * ? *
Now processor runs and triggers flowfile for every 5 mins.
-
If the answer is helpful to resolve the issue, Login and Click on Accept button below to close this thread.This will help other community users to find answers quickly 🙂