System.Event.Data
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents the base data type for event data in a workflow.
Remarks
All event data item types are defined in accordance with the System.Event.Data schema. Workflow modules that take event data as input will define their input data type as System.Event.Data.
The System.Event.Data has the following structure:
<DataItem type="System.Event.Data" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
<EventOriginId></EventOriginId>
<PublisherId></PublisherId>
<PublisherName></PublisherName>
<EventSourceName></EventSourceName>
<Channel></Channel>
<LoggingComputer></LoggingComputer>
<EventNumber></EventNumber>
<EventCategory></EventCategory>
<EventLevel></EventLevel>
<UserName></UserName>
<RawDescription> </RawDescription>
<LCID></LCID>
<Params>
<Param></Param>
</Params>
<EventData></EventData>
<EventDisplayNumber></EventDisplayNumber>
<EventDescription></EventDescription>
<ManagedEntityId></ManagedEntityId>
<RuleId></RuleId>
</DataItem>