Re: how to loop workflows

2016-10-20 Thread Koji Kawamura
Hello Alessio, I have an example NiFi template to loop workflow using counter attribute and NiFi expression: https://gist.github.com/ijokarumawak/01c4fd2d9291d3e74ec424a581659ca8 NiFi data-flow can be cyclic to loop the same flow-file until certain condition meets. Koji On Thu, Oct 20, 2016 at

how to loop workflows

2016-10-20 Thread Alessio Palma
Hello all, is there any way to loop workflow by list or counters? Oozie allows to break the rules of acyclic graphs with some tricks, is the same in NIFI ?