Assembly: OptimaJet.Workflow.Core

Enum ActivityExceptionsHandlerType

OptimaJet.Workflow.Core.Model.ActivityExceptionsHandlerType

Specifies the response used by an ActivityExceptionsHandler after it matches an Exception.

public enum ActivityExceptionsHandlerType

Fields

NotCorrect = 0 #
Indicates that an ActivityExceptionsHandler has no configured response.
SetActivity = 1 #
Moves the process instance to the activity named by ActivityExceptionsHandler.NameForSet.
SetState = 2 #
Moves the process instance to the activity associated with the business state named by ActivityExceptionsHandler.NameForSet.
Retry = 3 #
Executes the activity implementation again up to the number of times specified by ActivityExceptionsHandler.RetryCount.
Ignore = 4 #
Suppresses the matched Exception so workflow execution can continue.