Nifi: Is it possible to use preveious flowfile data for transfering new one?

2017-10-28 Thread sally
I have several flowfiles in sucess queue in which i have parameter count and i have to transfer only counter amount flowfiles , every time counter value is different so any time i will have to get it from flowfile( all flowfile from this success queue have this attribute), i have tried this logic b

Re: Nifi: Is it possible to use preveious flowfile data for transfering new one?

2017-10-29 Thread Juergen Boiselle
Hi Sally, I guess your three questions relate to each other, right? So, you get from one incoming queue FlowFiles with an Attribute “count” which tells you, how much more FlowFiles in the same queue you have to read and process together, right? NIFI is highly parallelised and all components wo