Add a Task Comment
post
/bpm/api/4.0/tasks/{id}/comments
Adds a comment to a task.
Request
Path Parameters
- id(required): string Task Id
Supported Media Types
- application/json
Root Schema : schema
Type:
object
The representation of a CommentRequest
Show Source - commentStr(required): string comment stringExample:
comment test
- displayNameLanguage: string displayName languageExample:
US
Response
Supported Media Types
- application/json
200 Response
Comment successfully added
400 Response
Bad request
404 Response
Task not found
409 Response
Stale task object found
500 Response
Internal Server Error