Execute Command Line activity library
The Execute Command Line activity library sends and executes a command on the channel being processed. The command is executed from the VL_CHANNEL_ROOT directory.
Parameter | Description |
|---|---|
Use Exit Status or Command Output | Specifies whether task success should depend on the exit status of the command (default) or on the presence of certain text in the command output. |
Success Output Text | If success depends on command output, this parameter specifies the output text that must be matched for success. |
Command Line | The command to execute. |
Failure Output Text | If success depends on command output, this parameter specifies the output text that appears when the command fails. |