BusinessObjects Board

BODS calling another job while running another job in parallel

Hi All,

I have two DS Jobs, e.g. Job_1 and Job_2.

While still running Job_1, I need to trigger Job_2 to start. But at the same time, Job_1 will continue running until the end.

I do not need to wait for Job_2 to finish, for the next flow to run in Job_1 after the trigger point.

Job_1 ---- Triggers Job_2 (Job_1 will continue to run in parallel until end).

I did find something on the internet to trigger Job_2 from Job_1, but it will wait for Job_2 to finish first before it continues to the next flow (Job_1).

Please assist. Thanks in advance.