Workflow Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
Workflow | Creates an instance of the Workflow class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsInStage | Returns a Boolean value that indicates whether the project is in the specified stage. | |
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. | |
IsStageCompleted | Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage has completed, either with or without errors. | |
IsStageNotStarted | Returns a Boolean value that indicates whether the specified stage status signifies that a workflow stage has not started. | |
IsWorkflowCompleted | Returns a Boolean value that indicates whether the specified stage status signifies that a workflow has completed, either with or without errors. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
EnterpriseProjectTypeEntityUid | Specifies the GUID of a workflow entity of the enterprise project type. | |
InStageOrWithErrorRowFilterString | Represents a formatted string that contains settings for workflow stage status, including the status of having completed with errors. | |
InStageRowFilterString | Represents a formatted string that contains settings for workflow stage status. | |
WorkflowCleanupTimerJobUid | A GUID that represents the timer job that regulates workflow instance table cleanup. | |
WorkflowHistoryListUrl | Specifies a name for the root site of a workflow. | |
WorkflowTaskListUrl | Specifies a name for the root site of the workflow task list. |
Top