You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I have a tRun job that I need to complete before the next job runs.
I am using a onSubjobOk to connect the two tRun components, should this not mean that the second job should not run until the first is done. The first job has a lot of DB transactions and it seems to me that second job is running before the first is complete.
Should I use onComponentOk instead?
Thanks,
Luke
Offline

Hi Luke
Because you just drop two tRunJobs in this job, each tRunjob will be a subjob.
It's the same to add OnSubjobOk or OnComponentOk here.
I think what you say above is not the reason.
Regards,
Pedro
Offline
Pages: 1