Output

The output for the activity is the following.

Output Item

Datatype

Description

returnCode

integer

The numeric return code returned by the command.

Typically, a value of 0 in this element signifies the command executed successfully. A non-zero value usually indicates termination of the command due to an error.

output

string

Any output produced by the command and sent to stdout. This output item is only available if the Make Output Available as Activity Output field is checked on the Configuration tab.

This element can be repeating if the Line Split configuration setting causes the command’s output to be split into several lines.

error

string

Any errors produced by the command and sent to stderr. This element is only available if the "Make Output Available as Activity Output" field is checked on the Configuration tab.

This element can be repeating if the Line Split configuration setting causes the command’s errors to be split into several lines.