The <onTimeOut> element is valid only for the sequence and threshold rules. It specifies the action or set of actions to take if the time window for the rule expires.
Rule type | How the time window expires |
---|---|
sequence | The time window expires if one or more events are accepted but the full sequence of events is not received within the time window. |
threshold | The time window expires if one or more events are accepted but the threshold is not met within the time window. |
<onTimeOut> has no attributes.
<onTimeOut> contains the following element:
Element | Required or optional? |
---|---|
<action> | Optional. 0 or more occurrences are allowed. |