Cmd

This page is for configuring commands to be executed in the system. You can add a description and specify the command you want to run to perform tasks automatically, such as calling a script or executing actions via the command line in different operating systems.

This indicates that you are configuring a command to be executed. The Cmd is the instruction that will be called to perform an action, such as running a script, executing a program, or performing tasks in the operating system like file management or network checks.

This field allows you to enter a short description of the command you are configuring. It helps clarify the purpose of the command, making it easier for team members or system administrators to understand its function.


Cmd (Command)

This is where you input the actual command to be executed, such as shell commands in various operating systems like Linux, Windows, or MacOS. The command will run when the task begins, and may include running a script or performing other operations.

Assign to variable

If you want the output from the command to be stored in a variable for further use, you can enable this option. Doing so makes it easier to manage the result and use it in the next steps of the program.

Last updated