Business Rule Exception

Hi @SagarSB

You need to decide for yourself when to throw a Business Rule Exception. As mentioned by @Sharanabasava, it comes useful whenever you need to log a situation that requires human attention.

You can throw it at any point by using the Throw activity within a Try-Catch activity with the following code:
image

32 Likes