All Products
Search
Document Center

Function Compute:AsyncTaskEvent

Last Updated:Aug 28, 2026

Parameter

Type

Description

Example

object

The details of the task event.

eventDetail

string

The details of the event payload.

body

eventId

integer

The event ID.

1

status

string

The state of the event.

  • Enqueued: The asynchronous invocation is enqueued and is waiting to be executed.

  • Succeeded: The invocation is successful.

  • Failed: The invocation fails.

  • Running: The invocation is being executed.

  • Stopped: The invocation is terminated.

  • Stopping: The invocation is being terminated.

  • Invalid: The invocation is invalid and not executed due to specific reasons. For example, the function is deleted.

  • Expired: The invocation is discarded because the maximum validity period for asynchronous messages has elapsed.

  • Retrying: The asynchronous invocation is being retried due to an execution error.

Succeeded

timestamp

integer

The timestamp when the event occurred. Unit: milliseconds.

1647420449721