cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency between jobs

Former Member
0 Kudos

Hi,

I have three jobs J1, J2 and J3. I want to put a dependency such that J3 shall start only when J1 and J2 completes successfully.

Is there any way to achieve this ? Please note that puting the functionality of the jobs into workflows is not an option here as I want to run J1 and J2 in parallel and then start J3 once J1 and J2 both complete.

Many thanks and best regards

Kaushik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

OR you can make use of Logic gate like AND OR in process chains if u want for example a two jobs to finish and then onle the thrid should trigger in such a case u can use AND ...similary dependencies can be added.

Former Member
0 Kudos

Design a process chain with Job 1 and 2 being parallel. Then put an AND process connected to job1 and 2 and then after AND step put the job3. While connecting processes give 'successful' as condition to trigger next events.

Former Member
0 Kudos

Hi Debanshu,

Thanks for your reply but I am sorry I am a bit lost !!

Could you please tell me how can we create Process Chains in BODS. Please note that I need this functionality

to be implemented in Business Objects Data Services.

Hi Aman,

Could you also please describe your solution a bit more in detail. I need this functionality to be implemented in

BODS(Business Objects Data Services).

Best Regards

Kaushik

Edited by: kakatuya on May 30, 2011 11:09 AM