The type of suggested action.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Retry | 0 | The operation from which the error originated, shall be retried. To this action the provided Delay and MaxRetryCount is usefull. | |
TryNextSource | 1 | 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. | |
NotifyUserAndAbort | 2 | The action suggests that the user is notified about the error and that the workflow subsequently is aborted. | |
Abort | 3 | The action suggests that the workflow is aborted without further notification. | |
Done | 4 | Set when the dispatcher succeeds |
See Also