Add a Task Comment

post

/bpm/api/4.0/tasks/{id}/comments

Adds a comment to a task.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
The representation of a CommentRequest
Show Source
Back to Top

Response

Supported Media Types

200 Response

Comment successfully added
Body ()
Root Schema : comments
Type: object
Show Source
Nested Schema : comment
Type: array
Show Source
Nested Schema : comment
Type: object
Show Source

400 Response

Bad request

404 Response

Task not found

409 Response

Stale task object found

500 Response

Internal Server Error
Back to Top