Hello Talend Community,
I'm coding in Java. I'm trying to to replicate/copy the main flow during processing. The number of replication should depend on a variable (data type: integer) beeing processed in the main flow itself.
How can I implement this issue?
Would be great to receive some help.
Thanks
Till
Hi, I solved this issue by using tflowtoiterate and trowgenerator in a row. I use context variables to replicate the main flow dynamicaly on the fly. Till