Skip to main content

Class WorkflowWaitForAction

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowWaitForAction. Workflow action info carrier

Inheritance

objectCarrierWorkflowWaitForAction

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get WorkflowWaitForAction 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new WorkflowAgent(configuration);
var workflowWaitForAction = agent.GetWorkflowWaitForAction( 123 );

Constructors

WorkflowWaitForAction()

Default constructor - defaults any enum props to 0.

Properties

ActionType

The type of action NULL if unknown enum value.

Property Value

WorkflowWaitForActionType?

See Also

WorkflowWaitForAction.ActionType_String

ActionType_String

The type of action Raw string enum value.

Property Value

string

See Also

WorkflowWaitForAction.ActionType

Rank

The rank of this action

Property Value

int

RestrictionGroups

The restrictions (can be multiple groups) that make up the Workflow action criteria

Property Value

ArchiveRestrictionGroup[]

WorkflowId

Workflow id

Property Value

int

WorkflowStepId

The workflow step this instance belongs to

Property Value

int

WorkflowWaitForActionId

Primary key

Property Value

int

See Also

WorkflowAgent