I am calling workflows from other workflows. Within the parent workflow I have the call to the child workflow inside a Try-Catch activity. I would like to be able to throw errors in the child workflow which will cause the Catch activity of the parent workflow to execute. Is there a way to do this?
if not, what is the recommended approach to resolving this problem?