ozw1z5rd
ozw1z5rd

Reputation: 3208

apache nifi: loop over list or using counters

I'm using apache nifi to implement some workflows which are the same but for 1 or 2 parameters. Before this I used oozie and despite it was about acyclic graphs, there were some tricks to loop over list or counters. Is the same for nifi ?

Upvotes: 1

Views: 1868

Answers (1)

Andy
Andy

Reputation: 14194

Koji Kawamura has done examples of looping using counters here.

Upvotes: 2

Related Questions