Skip to content

Workflow Concepts

t-lark edited this page Jul 18, 2019 · 3 revisions

Workflow Design

The Auto-Update workflow is a series of static policies, that run static Python code, that all call into one main policy that can be dynamically modified, either in the jamf UI or by automation.

Architecture Diagram:

In the above diagram, is the design of how the static policy chains work. The concept is you will only have to ever build the static policies once. The main idea is that you will only ever modify a single policy, which makes this easier to automate since your code only has to every touch one policy object in the jamf pro application.

Each policy will run the either the silent_update.py or the app_quitter.py script. These scripts will act as templates which you will need to fill out with the proper information in their positional parameters.

In each script, in the document code, there should be descriptions of what to put to make it work. This wiki will also outline that part as well.

Still WIP ran out of time will update later

Clone this wiki locally