ProcessFlexiTaskResponse

Note: This API is now obsolete. Use ProcessFlexiTaskResponse2 instead.

Registers a task response to a Flexi task task in the specified task list.

Syntax

public bool ProcessFlexiTaskResponse(
	string comments,
	string outcome,
	int spTaskId,
	string taskListName
)

Parameters

comments
Type: System.String

Optional. Comments to include with the task response.

outcome
Type: System.String

Optional. The outcome of the task response.

spTaskId
Type: System.Int32

Required. The identifier of the list item for the task.

taskListName
Type: System.String

Optional. The name of the task list that contains the task.

Returns

Type: Boolean

true if the task was successfully processed; otherwise, false if the user context of the service operation is not a valid approver for the task.

See Also

Web Service Reference