Re framework -Business rule exception

Hi All,

In normal re framework,
Can we throw business and application exception in init all applications state (under initialisation)

If we throw business exp. Then robot will go to end state or get transaction.

@TUSHAR_DIWASE

With the default configuration if you throw a business exception the bot would go to get transaction state only…for system exception it would go to end process

But you can configure it by changing the transition condition between init state
And the end process state…you can add Or Not IsNothing(businessruleException) and also make sure to add a catch block for business exception and assign the exception to businessruleexception variable

Hope this helps

Cheers

Hi @TUSHAR_DIWASE ,

If you throw any business or application exception in Init state then Bot will go to the End State and it will perform the operations in end state.

In catch section of Init state, SystemException variable will be set with Exception value as shown in below screenshot,

Hope this helps :slight_smile:

7 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.