Hi
I’m trying to create a script where when a job is submitted to deadline, the job does not start until it checks if the assets of the job submitted are present in the root directory.
Now, from my understanding (please correct me if I’m wrong) I have created an event plugin which instantiates OnJobSubmitted and adds it’s asset dependency.
Now, if the above logic is correct, do asset dependencies need a path to each individual asset ‘file’ or is deadline smart enough to run a check in a folder containing all assets for the job?