As in the title. In the past my jobs used to pass finished frames over to the next job that depends on it, as soon as they (individual frames) were finished.
Once I introduced a pre-job script this behavior is now gone. (at least, I think it’s becasue of this; I made a lot of changes). The pre-job script exists as a task and other tasks of the same job can’t run before it’s completed, but it doesn’t start when individual previous job’s frames complete. It starts when the entire previous job finishes all tasks.
Is it possible to tell the job to start the prejob script and keep the regular tasks pending?