Enum ActivityExceptionsHandlerType
Syntaxpublic enum ActivityExceptionsHandlerType
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Fields
Name | Description |
---|---|
NotCorrect | |
SetActivity | When a exception is caught will be set activity |
SetState | When a exception is caught will be set state |
Retry | When a exception is caught will be start resumption execution |
Ignore | Ignore all exceptions |