
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Setting dependency between Tasks in Talend Management Console
From a job artifact, I am creating two tasks. For each of these tasks the configuration settings are different in TMC.
The 1st task is scheduled for every one hour (4 AM - 2 AM) daily.
The second task needs to be scheduled once at 2AM daily but should be dependent on the 1st task and should be triggered once it is completed. How can it be done in Talend.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
It's impossible to set up dependency between different scheduler. Consider controlling the execution-dependent logic of different sub-jobs or the same sub-job in a main job, and only schedule this main job.
Regards
Shong

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
In Talend Management Console (TMC), you can set a dependency between tasks by using the "After" option. Here's how to set up the dependency between your two tasks:
- Open TMC and navigate to the Tasks tab.
- Click on the second task that you want to schedule at 2 AM daily.
- In the Task Details section, click on the "Advanced" tab.
- Scroll down to the "After" option and click on the "Add" button.
- Select the first task from the drop-down list that you want the second task to be dependent on.
- Click "Save" to save the changes.
Now the second task will be scheduled to run once at 2 AM daily, but it will only be triggered once the first task is completed. This ensures that the second task will always have the necessary data or results from the first task to perform its own processing. hope so it will be useful for you . Price Chopper Employee Login
