You can translate the question and the replies:

scheduler job dependency set without adding cron expression in trigger section.

we need to set the job dependecy without adding cron expression in scheduler as the job is going to start with dependency via scheduler api using other tools.
user
23-06-2022 00:22:18 -0400
code

1 Answer

Hello, The predecessor job dependency in Denodo is configured in the Trigger section of Scheduler, which has CRON expression as a mandatory field. So I would not try to have a dependency within Denodo Scheduler but have the triggering mechanism from a different 3rd party tool. This avoids inconsistencies with the job executions. If triggering jobs from outside is a requirement, then I would try to embed the dependencies as well in the same tool. I would also check the steps explained in [here](https://community.denodo.com/kb/en/view/document/Job%20hangs%20in%20%22WAITING%22%20state%20even%20though%20Dependency%20job%20has%20run) to see if the required dependencies and job cycles can be achieved with the Denodo scheduler itself. Hope this helps.
Denodo Team
23-06-2022 11:40:45 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here