Workflow members

Provides constants and methods that can be used to monitor and manage a workflow process.

The Workflow type exposes the following members.

Constructors

  Name Description
Public method Workflow Creates an instance of the Workflow class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member IsInStage Returns a Boolean value that indicates whether the project is in the specified stage.
Public methodStatic member IsInStageWaiting Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage is waiting for input or waiting for approval.
Public methodStatic member IsStageCompleted Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage has completed, either with or without errors.
Public methodStatic member IsStageNotStarted Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage has not started.
Public methodStatic member IsWorkflowCompleted Returns a Boolean value that indicates whether the specified stage status signifies that a workflow has completed, either with or without errors.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member EndOfWorkflowStageUid Specifies the GUID for the end of a workflow stage.
Public fieldStatic member EnterpriseProjectTypeEntityUid Specifies the GUID of a workflow entity of the enterprise project type.
Public fieldStatic member InStageOrWithErrorRowFilterString Represents a formatted string that contains settings for workflow stage status, including the status of having completed with errors.
Public fieldStatic member InStageOrWorkflowCompletedOrWithErrorRowFilterString Represents a formatted string that contains settings for workflow stage status, including the status of having completed processing.
Public fieldStatic member InStageRowFilterString Represents a formatted string that contains settings for workflow stage status.
Public fieldStatic member WorkflowCleanupTimerJobUid A GUID that represents the timer job that regulates workflow instance table cleanup.
Public fieldStatic member WorkflowHistoryListUrl Specifies a name for the root site of a workflow.
Public fieldStatic member WorkflowTaskListUrl Specifies a name for the root site of the workflow task list.

Top

See also

Reference

Workflow class

Microsoft.Office.Project.Server.Library namespace