Exit Code
The Exit Code component in Robbot RPA allows you to break and exit the current process with a specified exit code. This component is useful when you want to terminate the automation workflow or sequence under certain conditions or scenarios.
Parameters
Exit Code : Specify the exit code that will be returned when the process is exited. This parameter allows you to provide a custom exit code that can be used for error handling or to indicate specific conditions in the automation workflow. Type : Integer
Usage
To use the Exit Code component in your Robbot RPA project, follow these steps:
Drag and drop the Exit Code component into your sequence or workflow.
Configure the component by providing the Exit Code parameter. Enter the desired exit code that will be returned when the process is exited.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. When the Exit Code component is reached during execution, the process will break and exit with the specified exit code.
By incorporating the Exit Code component in your automation project, you can control the termination of the process and provide custom exit codes to indicate specific conditions or outcomes. This can be useful for error handling, logging, or interacting with other systems that rely on exit codes for processing or decision-making.