An operator needs to ensure that a scheduled "Downsize CPU" job in Automation Central typically requires approval before execution, EXCEPT for the "Dev-Test" cluster where it should run automatically.
# Policy Requirement
Prod Cluster: Email approval required.
Dev-Test Cluster: Fully automated.
How can the operator implement this differentiation?
A. Create two separate Jobs: One for Prod with the "Email Notification Plugin" configured, and one for Dev-Test.
B. This is controlled by the "Automation Policy" settings in VCF Operations, where the "Automate" flag is enabled for the Dev-Test scope and disabled (or set to "Manual") for the Prod scope, which Automation Central respects.
C. Automation Central does not support approval workflows; all jobs run automatically once scheduled.
D. This logic is handled in the Automation Central Job definition by setting the "Recurrence" to "Manual" for Prod.