🧡 Skip to main content🔍 Skip to search

After the Remote SSH Command is executed the Variable Wizard values are populated. These variables can be used in any subsequent Actions such as the If Action to split Task execution into two flows using the conditional branching.

VariableDetails
Command line A complete command line that was executed on the remote machine.
Examples:
  • ls -la /home/ubuntu/
  • cd /home/user; chmod +x script.py; ./script.py
Exit status Contains an exit code of the last executed command, script, or app.
Examples:
  • 0
  • 1
First output line The 1st line of an output of the command.
Second line The 2nd output line.
Third line The 3rd line.
Whole output A complete output of the command is captured in a variable. Use the Text or If Actions to parse the output.
Error output · stderr Contains text of the standard error stream if there were errors on the remote Linux server.
Example:
  • Segmentation fault (core dumped)
Completion statusRetrieve Action execution status with a possible value—Successful or Failed. Or Empty, if Action has not been executed yet.
AdjustStreamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place replacement (all, first, or last occurrence), trimming (whitespaces, quotes, etc.), or changing capitalization. Optionally, set a different display name.

Questions?

If you have any questions, please do not hesitate to contact our support team.