I have some Python tasks that, when execute, would analyze Maya file and set parameters. These parameters, I want artist to be able to check and modify as needed before proceeding to the next step. What would be the best way to approach this in Deadline?
1 way I was thinking is to submit 2 jobs: Analyze, and execute. Analyze job would then put the parameters into the next job as environment key values. I’m not sure how to pass such information to command line jobs however.
Any insight please?