WorkflowDeploymentService members

Manages workflow definitions and workflow activity authoring.

The WorkflowDeploymentService type exposes the following members.

Constructors

  Name Description
Protected method WorkflowDeploymentService Initializes a new instance of the WorkflowDeploymentService class.

Top

Properties

  Name Description
Public property ScopePath Returns the current scope's path in the workflow host.

Top

Methods

  Name Description
Public method DeleteCollateral Deletes the URL of a workflow definition's collateral file.
Public method DeleteDefinition Deletes a workflow definition.
Public method DeprecateDefinition Marks a workflow definition as deprecated. Currently running workflow instances are allowed to complete, but new instances of the workflow definition are prevented from starting.
Public method EnumerateDefinitions Retrieves workflow definitions from the workflow store that match the tags.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetActivitySignatures Returns an XML representation of a collection of XAML class signatures for workflow definitions.
Public method GetCollateralUri Retrieves the URL of the collateral file of the workflow definition.
Public method GetDefinition Retrieves a specified workflow definition from the workflow store.
Public method GetDesignerActions Returns a list of valid Workflow Manager Client 1.0 actions for the specified server.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PackageDefinition Packages a single workflow definition into a SharePoint solution package (.wsp file) and saves the package to the Site Assets library.
Protected method PackageDefinitionFolder Packages a workflow folder into a SharePoint solution package (.wsp file) and saves the package to the Site Assets library.
Public method PublishDefinition Publishes a workflow definition to the workflow store.
Public method SaveCollateral Saves the collateral file of a workflow definition.
Public method SaveDefinition Saves a SharePoint workflow definition to the workflow store.
Public method ToString (Inherited from Object.)
Public method ValidateActivity Validates the specified activity against workflow definitions in the workflow store.

Top

See also

Reference

WorkflowDeploymentService class

Microsoft.SharePoint.WorkflowServices namespace