Use the Terminate component
Abort an automation by using the Terminate component in RPA Desktop Design Studio.
始める前に
Role required: none
このタスクについて
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 (ETA) in RPA Hub.
手順
例
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.