WorkflowInteropService members

Base class that allows SharePoint 2013 workflows, which are based on Windows Workflow Foundation 4, to invoke SharePoint 2010 workflows, which are based on Windows Workflow Foundation 3.

For more information about using SharePoint workflow Interop, see Use workflow interop for SharePoint 2013.

The WorkflowInteropService type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public propertyStatic member Current Gets the current WorkflowInteropService instance for this request.

Top

Methods

  Name Description
Public method CancelWorkflow Stops the operation of a running SharePoint 2010 workflow.
Public method DisableEvents Disables events on a SharePoint list object for which the workflow interop service has been listening.
Public method EnableEvents Enables workflow events on a SharePoint list object, which allows the workflow interop service to listen for the events on the object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method StartWorkflow Starts a SharePoint SharePoint 2010 workflow from within your SharePoint 2013 workflow. For more information about implementing this method, see Use workflow interop for SharePoint 2013.
Public method ToString (Inherited from Object.)

Top

See also

Reference

WorkflowInteropService class

Microsoft.SharePoint.WorkflowServices namespace