After you create a data mocking task in OceanBase Developer Center (ODC), you can view the task in the task list on the Asynchronous Execution tab of the Task Center page.
In the management page of the database connection, click Task in the top navigation bar to open the Task Center page. Click Asynchronous Execution to display the task list.
Task list

After you open the Asynchronous Execution tab, the following list appears. You can filter and sort the tasks in the list.
| Parameter | Description |
|---|---|
| Connection | The name of the database connection to which the task belongs. |
| Task Name | The name of the task. |
| Created At | The date and time when the task was generated. |
| Task Status | The current status of the task. Valid values: Preparing , Running , Aborted , Completed , and Failed . ODC provides different management actions for tasks in different states. |
| Actions | Provides task management options such as View , Abort , and Delete .
|
Task information

Click View in the Actions column of the row where the target task is located. The Task Details panel appears. Click the Task Information tab to view the basic task information and the asynchronous execution settings.
| Parameter | Description |
|---|---|
| Basic Task Information | Displays the basic information about the task, including Task Name , Created At , SQL Content , Delimiter, Query Result Limit, Task Error Handling Method , Execution Timeout Value , and Description . |
| Task Execution Information | Displays the execution information about the task, including Execution Result , and Execution Failure Records . Note If the task contains a SELECT statement, the Query Results and Download Results buttons are provided in the task details. * Query Results: Click this button to go to the SQL window that displays the SQL query results. * Download Results: Click this button to download a compressed file that contains the query results (in CSV format) of one or more SELECT statements. |
Task logs
Click View in the Actions column of the row where the target task is located. The task details panel appears. Click Task Logs in the upper-right corner of the panel to view the alert logs and all logs of the task.
| Parameter | Description |
|---|---|
| All Logs | Displays the full information of all task logs, including INFO , ERROR , and WARN logs. You can click Find , Download , or Copy to search for, download, or copy all logs. |
| Alert Logs | Alert logs include the ERROR and WARN logs of the task. When a task fails, you can view the error message in the alert logs. You can click Find , Download , or Copy to search for, download, or copy all alert logs. |