0

I have a node within my kogito workflow with a boundary error for a specific type of exception (e.g. BusinessException), and a separate catch all subprocess that should deal with all other exception types that are thrown. (currently configured to catch Throwable).

I would like to handle BusinessExceptions, e.g. CreditCardBlacklisted via Boundary errors.

However, when the node throws the CreditCardBlacklistedException, the boundary error is ignored and the catch all event subprocess is initiated.

Picture Of Workflow

How can I get this scenario to work so that when CreditCardBlacklistedException is thrown it goes to the Handle Blacklisted node and not the catch all sub process?

cyb3rc0re
  • 1
  • 1

1 Answers1

0

Fixed in the JIRA issue KOGITO-8191 to be released in version 1.31.0.Final.

Ricardo Zanini
  • 1,041
  • 7
  • 12