Skip to main content
Task Center

Overview

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

FeatureDescription
SearchSearch for a task by exact Task ID
FilterFilter tasks by status, source, channel, or creation time
DetailsView task input, output, and execution timestamps
RefreshRefresh the task list in real time to fetch the latest status

Task Statuses

StatusDescription
RunningThe task is currently executing
SuccessThe task completed successfully; output results are available
FailedThe task encountered an error; error details are available