TaskErrorReactionType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

What should a task do when an error of given type is encountered? Only some combinations of values are allowed: ignore (+ stopAfter), retryLater (+ stopAfter), stop. TEMPORARY. EXPERIMENTAL.
Item Summary  
Name Type Multiplicity Description
ignore container
IgnoreErrorReactionType
[0,1] Error should be ignored. 
stop container
StopProcessingReactionType
[0,1] The processing should be stopped. 
retryLater container
RetryLaterReactionType
[0,1] Processing of the specified account should be retried later. 
stopAfter property
int
[0,1] Task is stopped after seeing this number of errors.