Will a boundary error event catch issues within the Operations of a task?
I have a task that updates a process variable using by calling a RESTful web service via groovy.
If I cause this task to fail when testing it goes into a failed state rather than triggering the boundary error and following the error flow.
Do boundary errors only work for connectors and not operations?