ISoapServerWorkflow.GetWorkflowTaskData Method
Gets the workflow task data for a specific workflow task.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.WorkflowSoap (in Microsoft.Office.WorkflowSoap.dll)
Syntax
'Declaration
Function GetWorkflowTaskData ( _
item As String, _
taskId As Integer, _
listId As Guid _
) As SoapXml.SoapXmlElement
'Usage
Dim instance As ISoapServerWorkflow
Dim item As String
Dim taskId As Integer
Dim listId As Guid
Dim returnValue As SoapXml.SoapXmlElement
returnValue = instance.GetWorkflowTaskData(item, _
taskId, listId)
SoapXml.SoapXmlElement GetWorkflowTaskData(
string item,
int taskId,
Guid listId
)
Parameters
- item
Type: System.String
The URL location of an item on which a workflow is being run.
- taskId
Type: System.Int32
Unique identifier of a task.
- listId
Type: System.Guid
Globally unique identifier (GUID) of a task list containing the task.
Return Value
Type: Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement
The SoapXml.SoapXmlElement object.
Remarks
For examples of how to use the ISoapServerWorkflow interface, see the Workflow code sample folder and EnterpriseContentManagementStarterKitSampleGuide document in the ECM Starter folder in the Microsoft Office SharePoint Server 2007 SDK download.