Where we use Terminate activity in REFramework ?
What is global exception handler?
Can you please brief this topics
Where we use Terminate activity in REFramework ?
What is global exception handler?
Can you please brief this topics
Hi, @Shravan_Pintu
In REFramework, the Terminate activity is mainly used in the “End Process” block to terminate the flow in cases of unhandled exceptions or critical failures, where the automation cannot continue safely.
The Global Exception Handler is a mechanism to catch and handle all unhandled exceptions in the flow. It allows you to define a default response to exceptions, such as retrying an action, ignoring the error, or terminating the process, ensuring greater control over unexpected failures.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.