Workflows - App-Auto-Patch/AAP3-Wiki GitHub Wiki
After the discovery phase, this workflow will bypass any deferral workflows and will proceed to the installation phase. This is ideal for a self-service policy that can be triggered by running sudo appautopatch --workflow-install-now
Command option example:
--workflow-install-now
Disable the automatic relaunch of AAP
after the current workflow successfully completes.
Command option example:
--workflow-disable-relaunch
Command option disable example:
--workflow-disable-relaunch-off
Configuration profile example:
<key>WorkflowDisableRelaunch</key>
<true/>
As a default, if the AAP workflow completes, AAP
automatically relaunches every 24 hours. Additionally, every time AAP
starts up it also checks for settings deployed via configuration profile.
While the --workflow-disable-relaunch
option disables this behavior, you can also adjust the timing of the automatic relaunch via the --deferral-timer-workflow-relaunch option
.