Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
As I am using Iterate connector, if I use onComponentOk for the second component, it would be invoked after every iteration and also at the end of complete iteration too. I have tried printing tWarn and could find this scenario...
Hi josephmundadan,
I don't see the "A detailed screenshot", would you mind checking it?
Best regards
Sabrina
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.
Why you said you can't use onComponetOk connector?
As I am using Iterate connector, if I use onComponentOk for the second component, it would be invoked after every iteration and also at the end of complete iteration too. I have tried printing tWarn and could find this scenario...