Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.15 KB

File metadata and controls

19 lines (13 loc) · 1.15 KB

AWS Deadline Cloud submission hooks

Submission hooks inspect or modify job bundles immediately before the Deadline Cloud CLI submits them. Use them for workstation-side policy that should apply consistently across jobs.

Sample index

This table covers every immediate sample directory in submission_hooks/.

Sample What it demonstrates Start here when
License limits Injecting fixed-license host requirements into every step before submission Artists should receive centrally enforced license scheduling without editing job templates

Read the sample README for workstation deployment, security implications, Deadline Cloud Limit setup, and testing instructions.

Hooks can also live inside a job bundle (hooks.yaml alongside template.yaml) instead of a workstation-wide directory. The Blender wedge render from CSV job bundle uses a bundle-local pre-submission hook to expand a CSV file into the job's task parameters, and the Blender turntable to Flow bundle uses one to fill job parameters from studio environment variables.