I've got a scenario where I have a Payment with many payment line items. I have a child workflow on payment line items that change the Status Reason to APPROVED. I call that child workflow from the parent payment when it's Status Reason is changed to APPROVED using the AG Utilities 1:N plug-in.
The problem is that if when processing the child workflow a "Stop Workflow" with error is encountered, the user sees an ugly error with cryptic nonsense about stack errors, etc. Is there any way to have an error encountered by a called workflow to present properly to the user?