REFramework - init

Hi,

I plan to open a web application in init phase.

I have to add a System Exception if the application is down in which case it reaches end state.

Is trying 3 times to see if the application accessible a System Exception or Business Exception?

Also, if the user cannot find the data due to permissions issue - Is this a business Exception? In that case what needs to be done? How do I add a business exception to the init phase?

Can someone please provide a flow diagram please? Thanks a lot,

Hi @A_Learner ,

Welcome to the community.

  • You can raise the System Exception in case the application is not loading properly, then in this case it will go to End Process State.

  • Trying 3 times to check the application is accessible, comes under System Exception.

  • If the user does have the permission issue, this should comes under Business Rule Exception.

At any point in your process you can raise exception, [System Exception or Business Rule Exception] depending your use case.

To raise exception , please use ‘Throw’ activity

I hope this gonna help you.

Cheers

Thank you so much @Ashish_Soni

1 Like

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