View and manage the execution status and results of asynchronous API calls
The Task Center is used to manage background tasks generated when applications are invoked asynchronously. When you call a workflow application via the API in asynchronous mode, the system returns a Task ID. You can use the Task Center to monitor the execution progress and view the final result of that task.
Workflow
1
Build an Application
Create and publish a workflow application in Application Management.
2
Create an Asynchronous Task
Invoke the application asynchronously via the API; the system returns a Task ID.
3
Query Asynchronous Results
Use the Task Center or the API to query the execution status and output result associated with the Task ID.
Features
| Feature | Description |
|---|---|
| Search | Search for a task by exact Task ID |
| Filter | Filter tasks by status, source, channel, or creation time |
| Details | View task input, output, and execution timestamps |
| Refresh | Refresh the task list in real time to fetch the latest status |
Task Statuses
| Status | Description |
|---|---|
| Running | The task is currently executing |
| Success | The task completed successfully; output results are available |
| Failed | The task encountered an error; error details are available |