Create system/business exception from an Invoked Workflow

@caduque

are you looking for following?

  • creating a system exception: new Exception(“This will be the message text of exception”)
  • creating a bussines exception: New BusinessRuleException(“This will be the message text of exception”)

can be used e.g.:
grafik