Automatic Retry on Exception Behaviour
So I am building automatic retries into my process. Basically I tag the item when the exception occurs and then feed it into a different Mark Exception based on whether the tag appears or not, which is working fine. But on system exception at cleanup...