Use the Terminate component
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- RPA Hub
Abort an automation by using the Terminate component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can configure the properties for the Terminate component. For more information about these properties, see Properties of the General components.
Use the Terminate component in attended automations to complete the automation execution. For more information about the embedded task automation, Embedded Task Automation in RPA Hub.
Procedure
Example
For example, in the automation workflow that requires to read data from an Excel, For Each loop and GetListItem components are used to extract data from the DataTable and display in a message box. If any error occurs while reading the data from the Excel, you can use the Try Catch component to handle the exception and the Terminate component to end the automation. The error message is also shown in process job.
