render depended tasks

i have a problem. i have a tree of tasks fo render:
task_1 - render emediatly
task_2 - render after task_1 ended
task_3 - render after task_1 ended
task_4 - render after task_2 and task_3 ended

how i can set depending of task?

i whant a work like alf-script in alfred…

You’ll have to set these up as 4 dependent jobs, since Deadline currently doesn’t support the ability for one task to be dependent on another within the same job.

In the future, we’ll be looking at supporting a more flexible job hierarchy that would support this type of workflow, but for now dependent jobs is the only option.

Cheers,

  • Ryan

You could limit the machine count to 1 for the job, that would almost do it.

The only issue with that is that in the example, task_2 and task_3 couldn’t run at the same time. With job dependencies, job_2 and job_3 could run at the same time.

i’m don’t need to start two jobs at same time. i need start last job only when all jobs finished…