Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Let's say I have 10 jobs and I created new job where I included all these 10 jobs using 10 tRunjob component's.
I have tried connecting them using trigger(OnSubjob Ok). But, it does not work as if one child job fails, execution stops and doesn't move further.
My requirement is like execution has to be proceeded even if on any child job error.
Hi,
There are several solutions, but i usually go with "Run If" and then edit the If condition with '1=1'. This always results in a true.
Don't forget to disable the "Die on child error" as you wish to continue.
Hi,
There are several solutions, but i usually go with "Run If" and then edit the If condition with '1=1'. This always results in a true.
Don't forget to disable the "Die on child error" as you wish to continue.
Thanks for the response..
I have given boolean value (true) in run if condition.