Modifying a job's properties after submission

Hi all,

I am trying to find a way of modifying an existing task from outside of Deadline, through Python.

I have the Job ID of the task I need to modify (specifically the dependencies I need to modify) and I have the job IDs of all tasks that will be added as a dependency to the already existing job. I just cannot find a way of accessing this from outside of Deadline.

Is it possible?

To explain it slightly different, in case I haven’t done it right, let’s say Job A’s ID is ‘63610c5de3875952e8ae833e’ and I have another Job B with ID of ‘63610c65c0a2fc68480064dd’. How do I add B to A as dependency from outside of Deadline.

Thanks

Showed an example in the other thread.