WorkflowInstanceService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Attributes
Constructors
Properties
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