Cancel Transition

A cancel transition is executed whenever user attempts to cancel the workflow using GUI.

The transition executes only if workflow is not currently running and if it is semantically possible to cancel the workflow.

A cancel transition is optional and is normally not required. To specify this transition, specify type = “cancel”.

<Transition type="cancel" FromActivity="Any" ToActivity="SendTimeOutEmailForTargettedRejectionWorkItem"/>