#1 2009-10-05 20:59:36

dwang
Member
Registered: 2009-07-27
Posts: 34

Job Conductor

Hi,

Is there any way to create triggers based on the completion of a previous job?

Thanks in advance

Last edited by dwang (2009-10-05 21:00:05)

Offline

#2 2009-10-05 22:08:31

nhaumont
Talend team
Registered: 2008-08-26
Posts: 51

Re: Job Conductor

There is no such trigger in the jobconductor. But you can easily process like that in a talend job :

Main job  --> OnSubJobOK --> Subjob (tRunJob)

The Subjob will only be launched when the main job is completed properly.
Then, you just have to create a task running it.

Offline

#3 2009-12-07 15:17:29

janhess
Member
Company: Newcastle University
Registered: 2009-05-19
Posts: 1123

Re: Job Conductor

If you have your first job create a dummy output file on completion with the tFileTouch, you can set up a file trigger in job conductor for job2 to trigger when this file is created. Then delete it at the end of job2. This can be repeated for more jobs in the sequence.

Last edited by janhess (2009-12-07 15:18:03)

Offline

#4 2010-10-21 13:18:26

honeybakliwal
Member
Registered: 2010-07-07
Posts: 155

Re: Job Conductor

How to use Authentication while retriving data from webservices

There is an option for Authentication needed but what is the use when we check it also i am not able to observe any change even when it was without Authentication checkbox unchecked

Offline

#5 2010-10-21 13:27:28

janhess
Member
Company: Newcastle University
Registered: 2009-05-19
Posts: 1123

Re: Job Conductor

You need a new post for this.

Offline

Board footer

Powered by FluxBB