hi
@S N V C Sridevi Jaddu -- are trying to create jobs that have a dependency on other jobs? For doing that, we have a
run status sensors , which allow you to kick off runs of a job whenever a job succeeds (or fails). For running jobs on a schedule, you can check out or docs
for scheduling jobs , and depending on what types of notifications you want, you could use
hooks (to send notifications when a specific op fails/succeeds), or run status sensors again (to send notifications when the entire job fails / succeeds)