Was this helpful?
Stop Step
Stop is the last step in every process. Each process must have the Stop step. To run an expression at the end of a process, add it to the Stop step. This is useful for destroying a message object that was set in the Start step.
Stop Step Properties
When you double-click the stop step on the canvas, you can specify the following step properties in the Properties tab displayed at the bottom.
Name
Description
Name
Displays the step name. By default, it is Stop and you cannot change this name.
Description
Description for the step (optional).
Enabled
Enables the step for execution. You cannot disable this step.
Error Handling
Select either of the following:
Abort Process - All the steps after the current step are skipped or the entire process is stopped (depending on how you have set the error logging options) if this step stops due to an error.
Ignore Error - The remaining steps in the current process are executed even if this step stops due to an error. This is selected by default.
Expression
Any expression that you want to execute after the process ends. Type the expression or click Open to open the EZscript Expressions window and specify the expression.
Script
Script containing expressions that you want to execute after the process ends. Click Browse and specify the script file that to be executed.
Note:  You can specify an Expression or a Script but not both.
Last modified date: 08/02/2023