Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ActivityExceptionsHandler

OptimaJet.Workflow.Core.Model.ActivityExceptionsHandler

Exceptions handler for activity

public class ActivityExceptionsHandler

Inheritance

  • System.Object

Properties

Name
Type
Type #
ActivityExceptionsHandlerType
Type of the execution timeout ActivityExceptionsHandlerType
NameForSet #
String
Name of the activity if timeout type is action ActivityExceptionsHandlerType.SetActivity or name of the state if timeout type is action ActivityExceptionsHandlerType.SetState
RetryCount #
Int32
Count of resumption execution ActivityTimeoutType.Retry
Exceptions #
List<String>
KeyWords for catching exceptions
Order #
Int32

Methods

public bool CanHandle(Exception exception) #

Parameters

Name
Type
Description
exception
Exception

Returns

Type
Description
Boolean

Fields

public const string UniversalExceptionName = "*" #