Consider this scenario:
Job A --> Job B (frame-dependent)
Given Job A’s job ID and a task ID from Job B, I’m wondering if it’s possible to get a list of the task IDs from Job A that the Job B task depends on (assuming the dependency is frame-level).
I haven’t found a way to do this using the public API, but I figured I should double-check before I implement something myself.
Thanks.