Exception Handling: Throw and Try Catch activity

Hi Team,

  1. Currently Throw activity accepts variable as input. Would it be possible to pass exception type and error message directly instead of creating variable and passing to it just like we do it in the traditional studio today ?

image

  1. Currently Try Catch activity handling one type of exception. i.e. System Exception. Can you please add an option to handle different type of exceptions like BusinessRuleExcceptions, NullReferenceExceptions etc. just like we do it in the traditional studio today ?

image

  1. I can’t find BusinessRule Exception type in this. Can we throw BusinessRule Exception here ?