Claim a workflow task
Claims a workflow task.
Name | Type | Required | Description |
---|---|---|---|
VI-Client-Application | string | false | This indicates which client is issuing the request. Accepted values include desktop and mobile. Default: desktop |
tRep
A representation of a workflow task.
Name | Type | Required | Description |
---|---|---|---|
entityLabel | string | false | The label of the entity. |
participantsVariable | variableRep | false | A representation of a workflow variable. |
workflowDefinitionId | string | false | The ID of the workflow definition. |
description | string | false | The description of the task. |
workflowLabel | string | false | The label of the workflow. |
savedAssigneeOnCompleteVariable | variableRep | false | A representation of a workflow variable. |
workflowDescriptionResource | string | false | The resource key for the workflow description. |
workflowLabelResource | string | false | The resource key for the workflow label. |
createdAt | string<date-time> | false | The task creation time. |
boundaryEventType | string | false | The type of boundary timer event (duration or date). Allowed values: TIMER_DURATIONTIMER_DATE |
isProcessInstanceSuspended | boolean | false | A flag designating whether the process associated with the task is suspended. Example: false |
isBoundaryEventInterrupting | boolean | false | A flag designating whether the boundary timer event cancels this task when triggered. Example: false |
boundaryEventDueDateTimeStamp | integer<int64> | false | The time for the boundary event. |
entityName | string | false | The name of the entity. |
links | array [Link] | false | The links that apply to this resource |
id | string | false | The ID of the task. |
tag | variableRep | false | A representation of a workflow variable. |
definitionId | string | false | The ID of the workflow definition this task is running against. |
participants | array [participantRep] | false | A list of user and group participants who can work this task. |
claimedAt | string<date-time> | false | The date claimed. |
owner | string | false | The owner of the task. |
processInstanceId | string | false | The ID of the workflow process this task is running under. |
entityInstanceLabel | string | false | The label of the entity instance this workflow process is running against. |
dueDateTimeStamp | integer<int64> | false | The due date. |
entityId | integer<int64> | false | The ID of the entity. |
workflowName | string | false | The name of the workflow. |
workflowDescription | string | false | The description of the workflow. |
entityInstanceId | string | false | The ID of the entity instance this workflow process is running against. |
version | integer<int32> | false | This media type's schema version number. This representation is version 1. |
isClaimedByCurrentUser | boolean | false | The flag designating whether the task is claimed by the user issuing the request. Example: false |
autoAssigneeVariable | variableRep | false | A representation of a workflow variable. |
name | string | false | The name of the task. |
assignee | string | false | The user name of the user assigned to this task. |
workflowVersion | integer<int32> | false | The version of the workflow definition. |
actions | array [actionRep] | false | A list of actions for this task. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The operation was successful. | ||
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No workflow task exists at the requested path. | Schema |