Add Task Log
Used to log messages associated with a specific task.
Input Payload
Attribute | Description |
---|---|
taskId | The taskId of the task for which you want to log the message. |
API Endpoint
POST /tasks/{taskId}/log
Client SDK Methods
- Java
- Go
- Python
- C#
- JavaScript
- Typescript
- Clojure
void OrkesTaskClient.log(String body, String taskId) throws ApiException
func (*TaskResourceApiService) Log(ctx context.Context, body string, taskId string) (*http.Response, error)
TaskResourceApi.log(body, task_id, **kwargs)
void TaskResourceApi.Log(string body, string taskId)
TaskResourceService.log(taskId: string, logMessage:string): CancelablePromise<Array<TaskExecLog>>
TaskResourceService.log(taskId: string,logMessage:string): CancelablePromise<Array<TaskExecLog>>
(task-resource/log-task-execution-details options task-ex-id log-message);