do-status

The <do-status> action causes a status notification to be generated with the specified level and with a message provided by <arg-string>.

If level is retry then the policy will immediately halt processing of the input document and schedule a retry of the event currently being processed.

If level is fatal then the policy will immediately halt processing of the input document and initiate a shutdown of the driver.

If a the current operation has an event-id, then that event-id will by used for the status notification, otherwise there will be no event-id reported.

Example

<do-status level="warning">
  <arg-string>
    <token-src-dn/>
    <token-text>: operation vetoed on out-of-scope object</token-text>
  </arg-string>
</do-status>

1. Allowed Content

arg-string
string argument

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
level CDATA
status level
supports variable expansion
#REQUIRED
notrace true   |  false
false

3. Content Rule

( arg-string )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD