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
Syntaxpublic class ActivityTimeout
Properties
Type
Type of the execution timeout ActivityTimeoutType
Declaration[JsonConverter(typeof(StringEnumConverter))]
public ActivityTimeoutType Type { get; set; }
Type | Description |
---|---|
ActivityTimeoutType |
Timer
Timer for timeout
Declarationpublic string Timer { get; set; }
Type | Description |
---|---|
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
Declarationpublic string NameForSet { get; set; }
Type | Description |
---|---|
string |
RetryCount
Count of resumption execution ActivityTimeoutType.Retry
Declarationpublic int RetryCount { get; set; }
Type | Description |
---|---|
int |