Node ( OnDemandDetection)
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
OnDemandDetections
OnDemandDetection
Node ( OnDemandDetection)
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 element if there is a previous module in the workflow. Represents the previous module in the workflow. |
Parent Elements
Element | Description |
---|---|
Node or OnDemandDetection |
If the Node element represents the last module in the workflow, the parent is the OnDemandDetection element. Otherwise, the parent is another Node element. |
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:
<Node ID="FilterCondition">
<Node ID="DataSource" />
</Node>