Skip to main content

Class ActivityTimeout

Timeout for set Due date

Inheritance

↳ object

    ActivityTimeout

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Model

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class ActivityTimeout

Properties

Type

Type of the execution timeout ActivityTimeoutType

Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ActivityTimeoutType Type { get; set; }
Property value
TypeDescription
ActivityTimeoutType

Timer

Timer for timeout

Declaration
public string Timer { get; set; }
Property value
TypeDescription
string

NameForSet

Name of the activity if timeout type is action ActivityTimeoutType.SetActivity or name of the state if timeout type is action ActivityTimeoutType.SetState

Declaration
public string NameForSet { get; set; }
Property value
TypeDescription
string

RetryCount

Count of resumption execution ActivityTimeoutType.Retry

Declaration
public int RetryCount { get; set; }
Property value
TypeDescription
int

Extension Methods