so i have created a job with a certain name. in the python script i try to read the jobname by using print job_name. which should return the jobname in theory. however i get "Unknown Job" as a result.
the rest of the Automatic Variables seem to be working
Hey!
Thank you for your post, it is a great question that raised some good internal discussions!
It does look like the correct behaviour is being exhibited here, Python can see the Job_name but nothing is set until the actual job has been triggered, once this has been done that should work as expected.Please let me know if you have any further questions.
Kind regards, Joe