Skip to main content

Class WorkflowStepWaitForTime

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowStepWaitForTime. Step in workflow that waits for time.

Inheritance

objectWorkflowStepBaseWorkflowStepWaitForTime

Inherited Members

WorkflowStepBase.WorkflowStepId, WorkflowStepBase.WorkflowId, WorkflowStepBase.StepType_String, WorkflowStepBase.StepType, WorkflowStepBase.Rank, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

WorkflowStepWaitForTime()

Default constructor - defaults any enum props to 0.

Properties

IntervalType

Interval type (Minutes, days, weeks…) NULL if unknown enum value.

Property Value

WorkflowTimeWaitIntervalType?

See Also

WorkflowStepWaitForTime.IntervalType_String

IntervalType_String

Interval type (Minutes, days, weeks…) Raw string enum value.

Property Value

string

See Also

WorkflowStepWaitForTime.IntervalType

NumIntervals

The given number of intervals to wait, if this algorithm is selected

Property Value

int

TimeWaitAlgorithm

Waiting algorithm NULL if unknown enum value.

Property Value

WorkflowTimeWaitAlgorithm?

See Also

WorkflowStepWaitForTime.TimeWaitAlgorithm_String

TimeWaitAlgorithm_String

Waiting algorithm Raw string enum value.

Property Value

string

See Also

WorkflowStepWaitForTime.TimeWaitAlgorithm

Until

Wait until specific datetime, in [DT: ] format, interpreted in workflow time zone

Property Value

string

See Also

WorkflowAgent