Skip to main content

Class WorkflowGoal

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowGoal. Workflow goal carrier

Inheritance

objectCarrierWorkflowGoal

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 WorkflowGoal 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new WorkflowAgent(configuration);
var workflowGoal = agent.GetWorkflowGoal( 123 );

Constructors

WorkflowGoal()

Default constructor - defaults any enum props to 0.

Properties

GoalType

The workflow goal type NULL if unknown enum value.

Property Value

WorkflowGoalType?

See Also

WorkflowGoal.GoalType_String

GoalType_String

The workflow goal type Raw string enum value.

Property Value

string

See Also

WorkflowGoal.GoalType

RestrictionGroups

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

Property Value

ArchiveRestrictionGroup[]

WorkflowGoalId

Primary key

Property Value

int

WorkflowId

The flow this goal belongs to

Property Value

int

See Also

WorkflowAgent