I created a SubProcess containing several ServiceTask tasks and associated an ErrorBoundaryEvent to it. I assumed that the engine would take any Exception thrown in any of the ServiceTasks and fire up the ErrorBoundaryEvent, but that's not happening.
How do I implement the scenario where for a specific sub-process, if a Java Exception occurs inside, it would go to an event then Task that I specify so I can handle it? Likely a user task.