Get Deadline Job IDs from Hiero Shotgun Hooks

Given a Hiero Shotgun aware export process that is submitted to Deadline, what is the most convenient way to access the Deadline job ids from a tk-hiero-export hook (preferably the Hiero Post Version Creation hook)?

1 Like

You’ll need to edit the deadline submission script.
Easiest way is to grab the ID from that, store it in an env var, and pick it up from a hiero-export hook. Might be tricky depending on order of events though.

2 Likes