Enum ActivityExceptionsHandlerType
OptimaJet.Workflow.Core.Model.ActivityExceptionsHandlerType
Specifies the response used by an ActivityExceptionsHandler after it matches an Exception.
Namespace: OptimaJet.Workflow.Core.Model
public enum ActivityExceptionsHandlerTypeFields
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.