Property Name | Description |
---|---|
Name | Unique name for the step. |
Description | (Optional) Description for the step. |
Enabled | Enables the step for execution. This option is useful when troubleshooting a process, especially when there are numerous steps in the process. |
Error Handling | Select any of the following: • Stop Process - (Default) All the steps after this one are skipped or the entire process is stopped (depending on how you have the error logging options set) if this step stops due to an error. By default, this option is selected. • Ignore Error - The remaining steps in this process are executed even if this step stops due to an error. This is useful when you want to write a Decision step that can test for the error state of a previous step. |
Command Line | Any information that will be written on the command line to call and execute this application. You can type the information, or click Browse to specify the executable file. (required) This setting may also be the path to a shell script on the server. If the script file is in a shared location, click Browse to select the file. Use the appropriate command (cmd on Windows or sh on Linux) to call the shell script. Windows Batch File Example cmd /c MyScript.bat Note: You can specify the executable without the path if the correct path is entered for Starting location. |
Starting Location | (Optional) Location of the working directory for this application. This setting may also be the path to a shell script on the server. If the script file is in a shared location, click Browse to select the directory. |
Run | Allows you to decide how the application runs: • Hide window - Hides the command line window. • Normal window - Displays the command line window. • Minimized - Minimizes the command line window on the task bar. • Maximized - Maximizes the command line window to cover the complete screen. The default value is Normal window. Note: This setting is not applicable in case of Linux operating system. Even if you set the Run option, it has no impact on the application. |