Diagram

Elements

NotifyRepeatedError
References Notes

Send notifications for all errors that occur, do not suppress errors for repeatedly failed executions.

Element Type Required Description
NotifyByIntervention
  • Occurrence: 0..1
Optional
References Notes

Send notifications for errors that occur due to repeated failed executions if the restart was caused by manual intervention.

NotifyByPeriod
  • Occurrence: 0..1
Optional
References Notes

Send notifications for errors that occur due to repeatedly failed executions if a configurable period of time is exceeded.

Attributes:

  • period - the period between notifications is calculated from the time of the last failed execution for which a notification has been sent and the time of the current failed execution.
    Possible values:
    • <n> - duration in seconds, e.g.: 60
    • <n>m - duration in minutes, e.g.: 30m
    • <n>h - duration in hours, e.g.: 24h
    • <n>d - duration in days, e.g.: 30d
    • <n>w - duration in weeks, e.g.: 4w

    Combined values (with blank as separator):

    • e.g.: 2h 30m 30s
period

Possible values:

  • <n> - duration in seconds, e.g.: 60
  • <n>m - duration in minutes, e.g.: 30m
  • <n>h - duration in hours, e.g.: 24h
  • <n>d - duration in days, e.g.: 30d
  • <n>w - duration in weeks, e.g.: 4w

Combined values (with blank as separator):

  • e.g.: 2h 30m 30s