Running:
job.JobName='NEW NAME'
form the inside of Deadline Event’s OnJobSubmitted() does not change the job name.
If same command is run from inside of OnJobFinished() method it sets a new job name and this change is immediately updated in Deadline Monitor.
How to make job.JobName(“NEW NAME”) command to work in OnJobSubmitted() method as well?