Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] replicate / copy main flow

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
Labels (3)
2 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Hello,
are there any suggestions or hints regarding this this Problem?
I'm thankful for any hint,
Till
_AnonymousUser
Specialist III
Specialist III
Author

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