Which three statements are true about a job chain?
Which three statements are true about a job chain?
A job chain can contain a nested chain of jobs, allowing complex workflows to be constructed. It can be used to implement dependency-based scheduling, where jobs are executed based on the completion of other jobs. Additionally, it can be executed using event-based or time-based schedules, providing flexibility in how and when the job chain is triggered.
A job chain is a named series of tasks that are linked together for a combined objective.