Open ecanault opened 3 months ago
Instead of a simple boolean, the following would be nice:
retries
Integer. Indicates how many retries to attempt before failingfailureAction
int/enum/string? Indicates what to do if retries
has been attempted but failed. Options should include:
@Hobadee if the choice is continue
... why validate at all?
Hi,
In relation with #15, it should be nice if Setup Manager could retry automatically failed items. What about adding a new boolean preference key like
retryAfterFailure
? The "retry" routine could be based on 2 conditions:retryAfterFailure
set totrue
.JamfSetupEnrollmentDone
fileThanks, Emmanuel Canault