All Products
Search
Document Center

Function Compute:StatefulAsyncInvocationEvent

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The event of the asynchronous task.

eventIdlong

The ID of the event.

1
statusstring

The status of the event.

  • Enqueued: The asynchronous task is enqueued and is waiting to be executed.
  • Succeeded: The invocation succeeded.
  • Failed: The invocation failed.
  • Running: The invocation is being executed.
  • Stopped: The invocation was 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 maximum validity period of messages is specified for the asynchronous invocation. The invocation is discarded and not executed because the specified maximum validity period of messages elapsed.
  • Retrying: The asynchronous task is being retried due to an execution error.
Enqueued
timestamplong

The time of the event.

1647420449721
eventDetailstring

The details of the event.

{"Error":"UnhandledInvocationError"}