I'm trying to use the API to have jobs self modify their Job Variables during runtime within that job instance like the Set Job Variable task can. Currently, I've only figured out how to update the original job on the server, which means that the running job instance doesn't get the updated variable values until it runs again.
I currently have to nest the jobs I need to modify during runtime as child tasks and modify them before they get called in the parent, but it would be a lot cleaner if I could just have the running job instance modify itself.
Does the Set Job Variable Task have something with the same functionality available in the API?
Edited by moderator
2017-08-16T11:39:32Z
|
Reason: Not specified