ProcessTaskResponse

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

Registers a response to a workflow approval or review task in the default task list.

Syntax

public bool ProcessTaskResponse(
	string comments,
	Outcome outcome,
	int spTaskId
)

Parameters

comments
Type: System.String

Optional. Comments to include with the task response.

outcome
Type: Outcome

Required. The outcome of the task response.

spTaskId
Type: System.Int32

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

Remarks

This method can register a task response to a workflow approval or review task, using a standard outcome value, only if that task is contained in the default task list for Nintex Workflow. Typically, the default task list is named Workflow Tasks.

See Also

Concepts

Workflow tasks

Operations

Processing workflow task responses

Reference

ProcessTaskResponse3

Web Service Reference