CompensatingActionActionType Enumeration

Scanjour Workflow4 Reference Manual
The type of suggested action.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public enum ActionType
Members

  Member nameValueDescription
Retry0 The operation from which the error originated, shall be retried. To this action the provided Delay and MaxRetryCount is usefull.
TryNextSource1 This action assumes that the operation that caused the error, is an operation on a subject in a chain of responsibilities. The action suggests that a similar operation is made on the next subject in the chain.
NotifyUserAndAbort2 The action suggests that the user is notified about the error and that the workflow subsequently is aborted.
Abort3 The action suggests that the workflow is aborted without further notification.
Done4 Set when the dispatcher succeeds
See Also

Reference