Share via


WorkflowInstanceService.GetDebugInfo(WorkflowInstance) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public virtual Microsoft.SharePoint.Client.ClientResult<string> GetDebugInfo (Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance instance);
abstract member GetDebugInfo : Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance -> Microsoft.SharePoint.Client.ClientResult<string>
override this.GetDebugInfo : Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstance -> Microsoft.SharePoint.Client.ClientResult<string>
Public Overridable Function GetDebugInfo (instance As WorkflowInstance) As ClientResult(Of String)

Parameters

instance
WorkflowInstance

Returns

Attributes

Applies to