WorkflowInstanceService Class

Definition

public ref class WorkflowInstanceService abstract : Microsoft::SharePoint::WorkflowServices::SolutionProvider
[Microsoft.SharePoint.Client.ClientCallableType(Name="WorkflowInstanceService", ServerTypeId="{71252277-2470-4022-BCAF-C4657AA118C3}")]
public abstract class WorkflowInstanceService : Microsoft.SharePoint.WorkflowServices.SolutionProvider
type WorkflowInstanceService = class
    inherit SolutionProvider
Public MustInherit Class WorkflowInstanceService
Inherits SolutionProvider
Inheritance
WorkflowInstanceService
Attributes
ClientCallableTypeAttribute

Constructors

WorkflowInstanceService()

Methods

CancelWorkflow(WorkflowInstance)
CountInstances(WorkflowSubscription)
CountInstancesWithStatus(WorkflowSubscription, WorkflowStatus)
Enumerate(WorkflowSubscription)
Enumerate(WorkflowSubscription, Int32)
EnumerateInstancesForListItem(Guid, Int32)
EnumerateInstancesForListItem(Guid, Int32, Int32)
EnumerateInstancesForSite()
EnumerateInstancesForSite(Int32)
GetDebugInfo(WorkflowInstance)
GetInstance(Guid)
PublishCustomEvent(WorkflowInstance, String, String)
ResumeWorkflow(WorkflowInstance)
StartWorkflow(WorkflowSubscription, IDictionary<String,Object>)
StartWorkflowOnListItem(WorkflowSubscription, Int32, IDictionary<String,Object>)
SuspendWorkflow(WorkflowInstance)
TerminateWorkflow(WorkflowInstance)

Applies to