Error Transition

An error transition is executed whenever an activity fails with a technical exception.

If no error transition is specified, the workflow will stop. If an error transition is specified, the workflow will start execution from this transition.

An error transition is optional but highly recommended. To specify this transition, specify type = “error”.

<Transition type="error" FromActivity="Any" ToActivity="SendTimeOutEmailForTargettedRejectionWorkItem"/>
<Transition type="error" FromActivity="TargettedRejectionWorkItem" ToActivity="SendTimeOutEmailForTargettedRejectionWorkItem"/>