ActionFlowPortTypeOnFailure Field

Invoked when a node has failed to complete its task because a third party service failed to respond with a success status.
This can be because of a timeout, a network error, a server error on their part or because our input is faulty.
Unlike "our" errors, which are unexpected and not acceptable, third party errors are expected and should be handled gracefully.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static readonly ActionFlowPortType OnFailure

Field Value

ActionFlowPortType

Remarks

Parameter must be of type None.

See Also