System.CorrelatorData
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Defines the data type for all correlated event data items that are passed within a workflow.
Remarks
All correlated event data item types are defined in accordance with the System.CorrelatorData schema. Workflow modules that take any correlated event data item type as input will define their input data type as System.CorrelatorData.
System.CorrelatorData has the following structure:
<DataItem type="System.CorrelatorData" time="2000-01-15T20:00:00Z"
sourceHealthServiceId="7fd77deb-8f26-408b-bac7-fb03fefcda99">
<Item0Count></Item0Count>
<Item0Context>
<DataItem type="SomeKindOf.Data" time="2000-01-15T20:00:00Z"
</DataItem>
</Item0Context>
<Item1Count></Item1Count>
<Item1Context>
<DataItem type="SomeKindOf.Data" time="2000-01-15T20:00:00Z"
sourceHealthServiceId="7fd77deb-8f26-408b-bac7-fb03fefcda99">
</DataItem>
</Item1Context>
The two correlated data items’ type depends on the type of data being consolidated.