Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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:
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