Comments
Create a comment
Creates a comment on a task within a workflow run.
post/comments
Request body
Example request
{
"workflowRunId": "j4jHrw2eUbo-d0xmnCZPOw",
"taskId": "j4jHrw2eUbo-d0xmnCZPOw"
}Response
Example response
{
"data": {
"id": "uNIKDOeNqMe7qPpqSeFHEg",
"createdBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"workflowRunId": "uNIKDOeNqMe7qPpqSeFHEg",
"taskId": "uNIKDOeNqMe7qPpqSeFHEg",
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}