Skip to main content

Class WorkflowStepWaitForAction

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowStepWaitForAction. Step in workflow.

Inheritance

objectWorkflowStepBaseWorkflowStepWaitForAction

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

WorkflowStepWaitForAction()

Default constructor - defaults any enum props to 0.

Properties

ActionTimeout

The given number of intervals to wait (timeout)

Property Value

int

Actions

The actions we are waiting for

Property Value

WorkflowWaitForAction[]

ExitFlow

If set to true, participants timing out will exit the flow

Property Value

bool

ExitToFlowId

Flow to add participants to on exit

Property Value

int

ExitToSelectionId

Static selection to add participants to on exit

Property Value

int

TimeoutIntervalType

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

Property Value

WorkflowTimeWaitIntervalType?

See Also

WorkflowStepWaitForAction.TimeoutIntervalType_String

TimeoutIntervalType_String

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

Property Value

string

See Also

WorkflowStepWaitForAction.TimeoutIntervalType

WaitForTimeout

If set to false, participants will wait forever

Property Value

bool

See Also

WorkflowAgent