Monitor the progress of a task
Version:
You can use the xConnect Web API to monitor a task.
To track the task progress:
-
Use the following GET request and substitute the
{{TaskId}}parameter with the ID of the ongoing registered task:
GET response
The GET response contains the following data:
The data in the GET response is as follows:
| Field | Description |
|---|---|
Id | The task ID. |
Created | Date and time of task creation. |
Updated | Date and time of the last status change. |
TaskType | DeferredAction = 0 DistributedProcessing = 1 |
Status | Pending = 0 Processing = 1 Completed = 2 Failed = 3 Expired = 4 Canceled = 5 |
Progress | The number of items processed by the task. |
Total | The total approximate number of items to process. |
Description | Gets the human-readable description of the task. If applied. |
PrerequisiteTaskIds | The list of task IDs that are prerequisites for this task. |
If you have suggestions for improving this article, let us know!