For Each Fault Handling
Content
Hi,
I hope I am missing something simple.
I have the following flow:
Read source XML file >> Loop through file >> Map to Create Purchase Order Web Service (ERP) >> Create PO.
All of that is working as expected. If a single PO fails, the process throws the fault to the global handler. So I expect I need a scope inside the loop, with the create PO invoke inside of the scope.
Again this works fine until I try to enable the scope Fault Handler. As soon as I do that I get a warning telling me there are no actions defined and when I run the flow it simple skips the scope completely.
0