Hi,
I hace an scenario with a main workflows and several subworkflows (one for each line item of a sales order)...The problem is when one of those subworkflows ends with error (when one of its methods raises an exception), the main WF ends with error too.
I want to leave only the error in that subworkflow and the main workflow and the other subworkflows should remain in process.
How can I achieve this?
Thanks!