diff --git a/website/docs/addon_deadline_admin.md b/website/docs/addon_deadline_admin.md index 464987a4..e228e8cc 100644 --- a/website/docs/addon_deadline_admin.md +++ b/website/docs/addon_deadline_admin.md @@ -86,11 +86,27 @@ Artists then need to provide their credentials in `Site Settings`. ### Process submitted job on farm -`ProcessSubmittedJobOnFarm` +It submits a dependent AYON Job to publish the rendered images. +- Find the setting at: `ayon+settings://deadline/publish/ProcessSubmittedJobOnFarm` + +![](assets/deadline/process_submitted_job_on_farm.png) + +1. **Department:** +2. **Pool:** +3. **Group:** +4. **Chunk Size:** +5. **Priority:** +6. **Publishing script path:** +7. **Skip integration of representation with ext:** +8. **List of family names to transfer to generated instances (AOVs for example):** Ensure the AOV instances have these families if present. +9. **Reviewable products filter:** +![](assets/deadline/reviewable_products_filter.png) + 1. **AOV Filter** + 1. **host_name:** + 2. **AOV Regex:** + 3. **+ icon:** Add more regexes + 2. **+ icon:** Add more filters -#### List of family names to transfer to generated instances (AOVs for example) - -`families_transfer` - Because each AOV becomes its own instance when publishing on the farm, this attribute will ensure the AOV instances have these families if present on the rendering instance. ## Troubleshooting diff --git a/website/docs/assets/deadline/process_submitted_job_on_farm.png b/website/docs/assets/deadline/process_submitted_job_on_farm.png new file mode 100644 index 00000000..99c58392 Binary files /dev/null and b/website/docs/assets/deadline/process_submitted_job_on_farm.png differ diff --git a/website/docs/assets/deadline/reviewable_products_filter.png b/website/docs/assets/deadline/reviewable_products_filter.png new file mode 100644 index 00000000..1af3e431 Binary files /dev/null and b/website/docs/assets/deadline/reviewable_products_filter.png differ