pp108 : ClaimTask

ClaimTask


This method is used by user to claim a task which is assigned to his team on the worklist.

SOAP Request
<ClaimTask xmlns="http://schemas.cordys.com/notification/workflow/1.0">
    <TaskId>{8043CBD8-8F0F-41E5-A0EC-08B61730F977}</TaskId>
</ClaimTask>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

TaskId

Unique Identifier of the task

String

This id can be retrieved using the GetTasks API


SOAP Response
<ClaimTaskResponse xmlns="http://schemas.cordys.com/notification/workflow/1.0">
    <State>ASSIGNED</State>
    <Assignee displayName="Jack" email="" phone1="" phone2="">cn=Jack,cn=organizational users,o=system,cn=cordys,o=vanenburg.com</Assignee>
</ClaimTaskResponse>

Response Parameters

Parameter

Description

State

Contains the state of the task. It will be in the ASSIGNED state.

Assignee

Contains the DN of the user who claims the task.