You are not logged in.
Announcement
Unanswered posts
|

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

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

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

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