Assembly: OptimaJet.Workflow.Core

Enum ActivityTimeoutType

OptimaJet.Workflow.Core.Model.ActivityTimeoutType

Specifies how Workflow Engine responds to the timeout configured by ActivityDefinition.ExecutionTimeout or ActivityDefinition.IdleTimeout.

public enum ActivityTimeoutType

Fields

NotCorrect = 0 #
Indicates that no timeout response is specified.
SetActivity = 1 #
Moves the process instance to the activity named by ActivityTimeout.NameForSet.
SetState = 2 #
Moves the process instance to the business state named by ActivityTimeout.NameForSet.
Retry = 3 #
For ActivityDefinition.ExecutionTimeout, executes the timed-out activity again up to the number of additional attempts specified by ActivityTimeout.RetryCount.