I have some custom code that runs in a Pre-Processing BPM. That code does some work and will set the value of a variable to either true or false.
When the code is done running, there is a condition check to see if that variable is true. If it is true it branches off and throws an exception. But, I get 2 boxes that appear. This happens if I throw the exception using the BPM designer, and if I do it in a custom code block.