[resolved] Trigger workflow after complete Iteration
Hi All,
Maybe this is a really silly question; but I am clueless here and require your expertise.
I have two tFileList components which will work as follows:
tFileList1 ->Iterate -> tFileList2 ->Iterate -> tFileCopy1
Now the question is, once tFileList2 completes the iterations and before it passes the control back to tFileList1 for next iteration, I want to trigger another component. I cant use onComponetOkay as well as onSubJobOk for this requirement.
Bascially I want to copy a particulat file once all copies are done using tFileList2 and before it moves to next iteration of tFileList1