This topic has not yet been rated - Rate this topic

Workflow Class

SharePoint 2007
Implements the Microsoft.Office.Workflow.ISoapServerWorkflow interface.

Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.WorkflowSoap (in microsoft.office.workflowsoap.dll)
[WebServiceAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/workflow/")] 
[WebServiceBindingAttribute(ConformsTo=WsiProfiles.BasicProfile1_1)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class Workflow : WebService, ISoapServerWorkflow

The Workflow class contains members that enable you to get information about workflow for an item or workflow task, start a workflow, get workflow templates, and so on.

For examples of how to use the Workflow object model, see the Workflow code sample folder and EnterpriseContentManagementStarterKitSampleGuide document in the ECM Starter Kit folder in the Microsoft Office SharePoint Server 2007 SDK download.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.