Skip to main content

Add Task Log

Used to log messages associated with a specific task.

Input Payload

AttributeDescription
taskIdThe taskId of the task for which you want to log the message.

API Endpoint

POST /tasks/{taskId}/log

Client SDK Methods

void OrkesTaskClient.log(String body, String taskId) throws ApiException