System.CommandOutput

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 command output data items that are passed within a workflow.

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>


 
Show: