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 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 This element can be repeating if the Line Split configuration setting causes the command’s errors to be split into several lines. |