Upon execution, the provisioning batch job first executes any initial steps to run only once. NiagaraNetwork provisioning this means that the system runs the Update Licenses step (if included) first. Typically, the
Following this, the provisioning batch job executes the remaining steps in sequence for each station, working through its
list of stations in sequence. When the job reaches a station in the list, its station state reports Running. If any step fails, the station’s state reports Failed, no additional steps are run for that station, and the job continues with the next station in the list.
If every step succeeds for a station, the station state reports Success. If the job is canceled during a station step, the station state and that of all following stations in the list report Canceled.
When all steps are complete for all stations without canceling, and all steps complete successfully, the job state reports
Success. However, if even one step failed, the job state reports Failed.
The Progress Indicator will show the number of job steps completed, total number of expected steps and the percent complete. Note that the total step count can change while the job runs due to automated step combination (e.g. for software installation steps), automatic step creation (for license updates), and for step failures (where subsequent steps will not be run).