onTimeWindowComplete element

The <onTimeWindowComplete> element is valid only for the collection, computation, duplicate, and timer rules. It specifies the action or set of actions to take when the time window for the rule is over.

Details

If the rule set contains multiple rules that are activated at the same date and time, or by the same event, and that have the same time window, the following actions for these rules do not run at exactly the same time:
  • Rule response actions within the <onTimeOut> and <onTimeWindowComplete> elements
  • Life cycle actions within the <onActivation> and <onDeactivation> elements
These actions run sequentially in any order. They do not necessarily run in the order in which they are coded in the rule set. Because each action must be completed before the next action in the sequence begins, the actions do not run at the same time.

Attributes

<onTimeWindowComplete> has no attributes.

Contained within

<onTimeWindowComplete> is contained within the following elements:

Contains

<onTimeWindowComplete> contains the following element:

Table 1. Elements contained within the <onTimeWindowComplete> element
Element Required or optional?
<action> Optional. 0 or more occurrences are allowed.