When within a microflow a situation is detected which should not occur (like a comparison expression which returns false because an attribute does not match a certain value), I like to throw an error from this microflow to the calling microflow, so that higher level microflow can handle the error using the normal Mendix error handling.
I thought the 'error event' was the way to go, but this does not work since (as the documentation states) : An error event defines a location where the microflow will stop and throw an error that occurred earlier.
How should I throw an error from my microflow ?