Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a case where a Job has to be broken down to two sub jobs as I have to take the output of one job, do some modification (in the output table) and use it as an input to the next job. So, how to do it ? If i try to do something like in the screenshot below then it runs both the jobs simultaneously which I don't want.
Hi, Make sure the 'Multi thread execution' option is unchecked in your Job->Extra properties.
Hi,
It is unchecked, but still both the units run together when I execute the job.
Hi,
With OnSubjobOK, the linked subjob starts only when the previous subjob completely finishes.
With OnComponentOK, the linked subjob starts when the previous component finishes.
Best regards
Sabrina