Complete a workflow task

put/processes/tasks/tasks/{taskId}/completed
Internal-Use Only

Updates the status of a workflow task to complete.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The ID of the task.

Header Parameters

NameTypeRequiredDescription
VI-Client-Application
string
false

The client that is issuing the request. Accepted values include desktop and mobile.

Default:
desktop

Request Body

rep

The action for a task in the workflow.

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
204No ContentThe operation was successful.
400Bad RequestThe request was invalid.Schema
404Not FoundNo task exists at the requested path.Schema