How to create Exception in config file?
How we call in to reframe work?
Hi @Vicky_K
This is how you do it
add the ‘Exception’ in your config
then in throw activity
System Exception
New Exception(in_Config(“Exception”).Tostring)
Business Exception
New BusinessRuleException(in_Config(“Exception”).Tostring)
cheers