WorkflowServicesManager members

Describes the workflow host configuration states and provides service objects to interact with workflow instances.

The WorkflowServicesManager type exposes the following members.

Constructors

  Name Description
Public method WorkflowServicesManager(SPWeb) Initializes a new instance of the WorkflowServicesManager class that is associated with the specified site (SPWeb).
Public method WorkflowServicesManager(SPWeb, ICredentials) Initializes a new instance of the WorkflowServicesManager class that is associated with the specified site (SPWeb) and provides credentials.

Top

Properties

  Name Description
Public property AppId Gets the application Id for the SPWeb instance on which the WorkflowServicesManager instance operates.
Public propertyStatic member Current Gets the WorkflowServicesManager object instance for the current SPWeb context.
Public property IsConnected Gets a Boolean value that indicates whether the current instance is actively connected to a workflow host.
Public property IsPartitioned Gets a Boolean value indicating whether SharePoint has been partitioned.
Public property ScopePath Retrieves the path to the current scope in the workflow host.
Public property WorkflowService
Public property WorkflowServiceAddress Retrieves a Uri to the current workflow service.

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 method GetWorkflowDeploymentService Retrieves the WorkflowDeploymentService instance that manages workflow definitions and activities.
Public method GetWorkflowInstanceService Retrieves the WorkflowInstanceService instance that manages workflow instances.
Public method GetWorkflowInteropService Retrieves the WorkflowInteropService instance that manages interoperability between Windows Workflow Foundation 3 and Workflow Manager Client 1.0 hosts.
Public method GetWorkflowMessagingService Retrieves the WorkflowMessagingService instance that manages workflow messaging.
Public method GetWorkflowSubscriptionService Retrieves the WorkflowSubscriptionService instance that manages workflow associations.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

WorkflowServicesManager class

Microsoft.SharePoint.WorkflowServices namespace