ProcessTaskResponseResult

Represents the response of the ProcessFlexiTaskResponse2 and ProcessTaskResponse3 methods.

Syntax

<s:simpleType name="ProcessTaskResponseResult">
    <s:restriction base="s:string">
        <s:enumeration value="Success" />
        <s:enumeration value="CannotObtainLock" />
        <s:enumeration value="InvalidUser" />
    </s:restriction>
</s:simpleType>

Remarks

This simple type represents the enumeration of possible responses for the ProcessFlexiTaskResponse2 and ProcessTaskResponse3 methods. The following table describes the enumeration values:

Value Description
Success The response was successfully processed for the task.
CannotObtainLock The response could not be processed for the task, because the task could not be locked for processing.
InvalidUser The response could not be processed for the task, because the credentials of the current user context do not match any of the approvers, assignees, or reviewers for the task.

See Also

Concepts

Workflow tasks

Operations

Processing workflow task responses

Reference

ProcessFlexiTaskResponse2

ProcessTaskResponse3

Web Service Reference