Name | Description |
---|---|
Name | Displays the step name. By default, it is Start and you cannot change this name. |
Description | (Optional) Description for the step. |
Enabled | Enables the step for execution. You cannot disable this step. |
Error Handling | Select either of the following: • Stop Process - (Default) All the steps after the current step 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. • 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. |
Script | Click Browse and select that script file that contains the expression that must be evaluated before the process begins. Alternatively, type the expression in the Expression box. |
Expression | In the Expression box, type the expression that must be evaluated before the process begins. Note: You can also double-click the Start step or click Open. The EZscript Expressions window is displayed where you can type the expression. |