System.CorrelatorData

System Center

Updated: May 18, 2012

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Defines the data type for all correlated event data items that are passed within a workflow.

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.

 
Show: