Share via


Node (RegularDetection)

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Represents a module in the linear operational state-based workflow.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    MonitorTypes
      UnitMonitorType
        MonitorImplementation
          RegularDetections
            RegularDetection
              Node (RegularDetection)

Syntax

<Node Id=”LastModuleID”>
  <Node Id=”FirstModuleID”>…</Node>
</Node>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Node element/

Attributes

Attribute Description

ID

Required attribute. Represents the ID of one of the workflow modules in the MemberModules element.

Child Elements

Element Description

Node

Required node if there is a previous module in the workflow. Represents the previous module in the workflow.

Parent Elements

Element Description

Node or RegularDetection

If the Node element represents the last module in the workflow, the parent is the RegularDetection element. Otherwise, the parent is another Node element that represents the next module in the workflow.

Remarks

Unit monitor workflows are defined with nested Node elements. Each Node element is associated with any one of the modules that are listed in the MemberModules element. The inner-most Node element’s module is the first step of the workflow. The outer-most Node element’s module is the last step in the workflow.

Example

The following sample shows how two Node elements are nested to define a workflow:

To see a full unit monitor type definition, see the UnitMonitorType topic.

<Node ID="FilterCondition">
   <Node ID="DataSource" />
</Node>

See Also

Reference

RegularDetection
MemberModules