Take Action on a Workflow Task.

post

/content/management/api/v1.1/items/{id}/workflowAction

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Task status is updated based on the given information in the payload. The fields items and failedItems will be ignored even if given in the payload.
Root Schema : WorkflowActionBean
Type: object
WorkflowActionBean
Show Source
Nested Schema : failedItems
Type: array
items on which the action failed
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : tasks
Type: array
Item to tasks mapping
Show Source
Nested Schema : FailedItemId
Type: object
Show Source
Nested Schema : ItemId
Type: object
Show Source
Nested Schema : TaskItemMapping
Type: object
TaskItemMapping
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.

400 Response

Bad request.

404 Response

Not found.

500 Response

Internal server error.
Back to Top