System.CommandOutput

Applies To: Operations Manager 2007 R2

Defines the data type for all command output data items that are passed within a workflow.

Remarks

All command output data item types are defined in accordance with the System.CommandOutput schema. Workflow modules that take command output data as input will define their input data type as System.CommandOutput.

The System.CommandOutput has the following structure:

<DataItem type="System.CommandOutput" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
  <StdOut></StdOut>
  <StdErr></StdErr>
  <ExitCode></ExitCode> 
</DataItem>

See Also

Reference

System.BaseData