Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
Is it considered best practice (or even good practice) to connect tParallelize to tPostJob so that, at the end of a Job, I can use two tDBRow components that don't have any dependencies between them?
I don't want to create a dependency between tDBRow1 and tDBRow2, as shown below:
Thank you,
Rui
Hi you can use the 2 dbrow in parallel like below:
Hi @Neha Nayal ,
Thanks for the reply.
Just one question: why these tParallelize?
Can't it be just like this?
Thank you,
Rui
Hi ,
those 2 tparallelize is not required. you can just add below
Hi @Neha Nayal ,
Thanks for the reply.
Cheers,
Rui