Expand Minimize

WorkflowInstanceService Transformation

Mappings for SharePoint class Microsoft.SharePoint.WorkflowServices.WorkflowInstanceService

Type Mapping

Constructors

Properties

Methods

SSOM System.Void CancelWorkflow(Microsoft.SharePoint.WorkflowServices.WorkflowInstance)
CSOM WorkflowInstanceService.CancelWorkflow(WorkflowInstance)
JSOM SP.WorkflowServices.WorkflowInstanceService.cancelWorkflow(WorkflowInstance)
SSOM System.Int32 CountInstances(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription)
CSOM ClientResult WorkflowInstanceService.CountInstances(WorkflowSubscription)
JSOM IntResult SP.WorkflowServices.WorkflowInstanceService.countInstances(WorkflowSubscription)
SSOM System.Int32 CountInstancesWithStatus(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription, Microsoft.SharePoint.WorkflowServices.WorkflowStatus)
CSOM ClientResult WorkflowInstanceService.CountInstancesWithStatus(WorkflowSubscription,WorkflowStatus)
JSOM IntResult SP.WorkflowServices.WorkflowInstanceService.countInstancesWithStatus(WorkflowSubscription,WorkflowStatus)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection Enumerate(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription)
CSOM WorkflowInstanceCollection WorkflowInstanceService.Enumerate(WorkflowSubscription)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerate(WorkflowSubscription)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection Enumerate(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription, System.Int32)
CSOM WorkflowInstanceCollection WorkflowInstanceService.Enumerate(WorkflowSubscription)
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateWithOffset(WorkflowSubscription,Int32)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerate(WorkflowSubscription)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateWithOffset(WorkflowSubscription,number)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection EnumerateInstancesForListItem(System.Guid, System.Int32)
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForListItem(Guid,Int32)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateInstancesForListItem(string,number)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection EnumerateInstancesForListItem(System.Guid, System.Int32, System.Int32)
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForListItem(Guid,Int32)
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForListItemWithOffset(Guid,Int32,Int32)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateInstancesForListItem(string,number)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection EnumerateInstancesForSite(System.Int32)
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForSite()
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForSiteWithOffset(Int32)
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateInstancesForSite()
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateInstancesForSiteWithOffset(number)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection EnumerateInstancesForSite()
CSOM WorkflowInstanceCollection WorkflowInstanceService.EnumerateInstancesForSite()
JSOM WorkflowInstanceCollection SP.WorkflowServices.WorkflowInstanceService.enumerateInstancesForSite()
SSOM System.String GetDebugInfo(Microsoft.SharePoint.WorkflowServices.WorkflowInstance)
CSOM ClientResult WorkflowInstanceService.GetDebugInfo(WorkflowInstance)
JSOM StringResult SP.WorkflowServices.WorkflowInstanceService.getDebugInfo(WorkflowInstance)
SSOM Microsoft.SharePoint.WorkflowServices.WorkflowInstance GetInstance(System.Guid)
CSOM WorkflowInstance WorkflowInstanceService.GetInstance(Guid)
JSOM WorkflowInstance SP.WorkflowServices.WorkflowInstanceService.getInstance(string)
SSOM System.Void PublishCustomEvent(Microsoft.SharePoint.WorkflowServices.WorkflowInstance, System.String, System.String)
CSOM WorkflowInstanceService.PublishCustomEvent(WorkflowInstance,String,String)
JSOM SP.WorkflowServices.WorkflowInstanceService.publishCustomEvent(WorkflowInstance,string,string)
SSOM System.Void ResumeWorkflow(Microsoft.SharePoint.WorkflowServices.WorkflowInstance)
CSOM WorkflowInstanceService.ResumeWorkflow(WorkflowInstance)
JSOM SP.WorkflowServices.WorkflowInstanceService.resumeWorkflow(WorkflowInstance)
SSOM System.Guid StartWorkflow(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription, System.Collections.Generic.IDictionary`2<System.String, System.Object>)
CSOM ClientResult WorkflowInstanceService.StartWorkflow(WorkflowSubscription,IDictionary`2,Object>)
JSOM GuidResult SP.WorkflowServices.WorkflowInstanceService.startWorkflow(WorkflowSubscription,Object)
SSOM System.Guid StartWorkflowOnListItem(Microsoft.SharePoint.WorkflowServices.WorkflowSubscription, System.Int32, System.Collections.Generic.IDictionary`2<System.String, System.Object>)
CSOM ClientResult WorkflowInstanceService.StartWorkflowOnListItem(WorkflowSubscription,Int32,IDictionary`2,Object>)
JSOM GuidResult SP.WorkflowServices.WorkflowInstanceService.startWorkflowOnListItem(WorkflowSubscription,number,Object)
SSOM System.Void SuspendWorkflow(Microsoft.SharePoint.WorkflowServices.WorkflowInstance)
CSOM WorkflowInstanceService.SuspendWorkflow(WorkflowInstance)
JSOM SP.WorkflowServices.WorkflowInstanceService.suspendWorkflow(WorkflowInstance)
SSOM System.Void TerminateWorkflow(Microsoft.SharePoint.WorkflowServices.WorkflowInstance)
CSOM WorkflowInstanceService.TerminateWorkflow(WorkflowInstance)
JSOM SP.WorkflowServices.WorkflowInstanceService.terminateWorkflow(WorkflowInstance)
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.