10-03-2022, 09:27 PM
(10-03-2022, 08:21 PM)tyFlow Wrote: Currently the deadline submissions button just uses a very basic submitter, based on the Max submission script originally provided by Thinkbox (the one that comes with Deadline)....doesn't offer any customization beyond the options for priority and suspension....
Can you describe your use case a bit more?
Thanks for the quick response!
We add environment variables and extra info key/value pairs to jobs that workers use during max startup to set/adjust certain parameters. This can be shot/asset information, which code repository to pull code from, etc. etc.
I can inspect a job submitted by tyflow to see what submission parameters I need to set and write my own submitter based on that, but that won't prevent anyone from clicking the submit button in the Export Particles node and having their jobs fail, so I was hoping that I could somehow modify that submission code directly.