0

Good Night!

Is there any way to send one flowfile at a time? (one for each minute)

illustration for the accumulated files :

enter image description here

I have 138 flowfiles and I want to send 1 flowfile per minute.

Is there one processor or mode to execute 1 per minute?

Thanks!

Barbaros Özhan
  • 59,113
  • 10
  • 31
  • 55

1 Answers1

1

You can do it in any processor, just set the scheduling to 1 concurrent task and run schedule to 1 min or 60 sec

Configuration

Vectors
  • 70
  • 6