Share via


WorkflowInstanceService Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WorkflowServices.WorkflowInstanceService", ServerTypeId="{71252277-2470-4022-bcaf-c4657aa118c3}")]
public class WorkflowInstanceService : Microsoft.SharePoint.Client.ClientObject
type WorkflowInstanceService = class
    inherit ClientObject
Public Class WorkflowInstanceService
Inherits ClientObject
Inheritance
WorkflowInstanceService
Attributes

Constructors

WorkflowInstanceService(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CancelWorkflow(WorkflowInstance)
CheckUninitializedProperty(String) (Inherited from ClientObject)
CountInstances(WorkflowSubscription)
CountInstancesWithStatus(WorkflowSubscription, WorkflowStatus)
CustomFromJson(JsonReader) (Inherited from ClientObject)
Enumerate(WorkflowSubscription)
EnumerateInstancesForListItem(Guid, Int32)
EnumerateInstancesForListItemWithOffset(Guid, Int32, Int32)
EnumerateInstancesForSite()
EnumerateInstancesForSiteWithOffset(Int32)
EnumerateWithOffset(WorkflowSubscription, Int32)
FromJson(JsonReader) (Inherited from ClientObject)
GetCurrent(ClientRuntimeContext)
GetDebugInfo(WorkflowInstance)
GetInstance(Guid)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObject)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
PublishCustomEvent(WorkflowInstance, String, String)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
ResumeWorkflow(WorkflowInstance)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
StartWorkflow(WorkflowSubscription, IDictionary<String,Object>)
StartWorkflowOnListItem(WorkflowSubscription, Int32, IDictionary<String,Object>)
SuspendWorkflow(WorkflowInstance)
TerminateWorkflow(WorkflowInstance)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to