GetJobExtraInfoKeyValue()

Hello!

I am using deadline and I need to manage some values that I gave to the job, but I gave them as extra info keys instead of extra infos for a more dynamic status update.

The API is quite confusing in this part, the thing here is that I am already calling the function by first importing the module Jobs from Deadline, then calling the function Job.GetJobExtraInfoKeyValue() and in this case, my ExtraInfo name is ExtraInfoKeyValue3=TaskId=01234. I need to retrieve the value of the key “TaskId” and first I called the function as Job.GetJobExtraInfoKeyValue([“TaskId”]), then I tried to gave the whole argument, but nothing seems to function, and if I look at my job, I am clearly getting data from it, but I still cant make use of it.

Thanks for all the help!

-Marifer Michel

Have you tried just Job.GetJobExtraInfoKeyValue(“TaskId”)?

Here’s an example:

github.com/ThinkboxSoftware/Dea … sks.py#L83

Thanks, I solved it differently, but I will try it this way, thank you very much

Welcome! :slight_smile: