Complete a workflow task
put/processes/tasks/tasks/{taskId}/completed
Updates the status of a workflow task to complete.
Name | Type | Required | Description |
---|---|---|---|
VI-Client-Application | string | false | The client that is issuing the request. Accepted values include desktop and mobile. Default: desktop |
rep
The action for a task in the workflow.
Name | Type | Required | Description |
---|---|---|---|
entityFieldVariables | array [variableRep] | false | Entity fields to be updated upon completion of this action. |
name | string | false | The name of the action. |
disabled | boolean | false | The disable action is disabled for user {NEW PROPERTY}. Example: false |
id | string | false | The ID of the action. |
processVariables | array [variableRep] | false | The workflow process variables to be updated upon completion of this action. |
pagePrompt | pagePromptRep | false | The page template used when completing workflow tasks. |
tag | variableRep | false | A representation of a workflow variable. |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The operation was successful. | ||
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No task exists at the requested path. | Schema |