I am currently create a script that when you submit your 3dsmax job it creates another job that once its finished it then converts it to another format (using a qt template).
I have got to the point that when you submit the job both the render (max image sequence) and the qt conversion of this sequence are queued (qt suspended). I would like to add a dependency to this job so that it will wait for the sequence to be rendered and then resume to convert it. However the dependency requires the jobid which isn’t created until it is in the queue so I can’t create the dependency at the same time as the job sequence. Is there a way to submit a job while at the same time setting it’s job id so that I can then use that id to set the dependency or create the dependency based on the name of this job or other field that I know or have set on submission.
Any ideas?
Phil