Get Task
Used to retrieve the current state and details of the specific task.
Input Payload
Attribute | Description |
---|---|
taskId | The taskId of the task for which you want to log the message. |
API Endpoint
GET /tasks/{taskId}
Client SDK Methods
- Java
- Go
- Python
- C#
- JavaScript
- Typescript
- Clojure
Task OrkesTaskClient.getTaskDetails(String taskId) throws ApiException
func (*TaskResourceApiService) GetTask(ctx context.Context, taskId string) (model.Task, *http.Response, error)
TaskResourceApi.get_task(task_id, **kwargs)
Task TaskResourceApi.GetTask(string taskId)
TaskResourceService.getTask(taskId: string): CancelablePromise<Task>
TaskResourceService.getTask(taskId: string): CancelablePromise<Task>
(task-resource/get-task-details options task-ex-id)