WorkflowInstanceService.GetDebugInfo method

Retrieves the debug info for the specified workflow instance in JSON format.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public MustOverride Function GetDebugInfo ( _
    instance As WorkflowInstance _
) As String
'Usage
Dim instance As WorkflowInstanceService
Dim instance As WorkflowInstance
Dim returnValue As String

returnValue = instance.GetDebugInfo(instance)
[ClientCallableMethodAttribute]
public abstract string GetDebugInfo(
    WorkflowInstance instance
)

Parameters

Return value

Type: System.String
A JSON string containing the trace records for the specified instance.

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.WorkflowServices namespace