Hi,
We are triggering multiple Jobs from one Job in Sequence like
exec(’/XXXXX/XXXXXX/XXXX/Jobname1.sh’,8);
exec(’/XXXXX/XXXXXX/XXXX/Jobname2.sh’,8);
exec(’/XXXXX/XXXXXX/XXXX/Jobname3.sh’,8);
exec(’/XXXXX/XXXXXX/XXXX/Jobname4.sh’,8);
exec(’/XXXXX/XXXXXX/XXXX/Jobname5.sh’,8);
each job is getting triggered successfully from Parent Job, but the issue is:
Until the first job is completed , the second job is not getting triggered.
Similarly until the second job is completed , the third job is not getting triggered.
etc…
means until the previous job is completed , control is not getting back to parent Job to trigger the next job.
why this behavior of BODS ? why can’t Parent job immediately trigger the next job instead waiting for completion of first job.
Regards,
Gouravg
gouravg (BOB member since 2014-09-16)