全部產品
Search
文件中心

Function Compute:StatefulAsyncInvocationEvent

更新時間:Feb 26, 2026

名稱

類型

描述

樣本值

object

非同步任務事件。

eventId

integer

事件 ID。

1

status

string

事件執行狀態。

  • Enqueued:非同步訊息已入隊,等待處理。

  • Succeeded:調用執行成功。

  • Failed:調用執行失敗。

  • Running:調用執行中。

  • Stopped:調用執行終止。

  • Stopping:執行停止中。

  • Invalid:您的執行因函數被刪除等原因處於無效狀態(任務未被執行)。

  • Expired:您為任務配置了最長排隊等待的期限。該任務因為超期被丟棄(任務未被執行)。

  • Retrying:非同步呼叫因執行錯誤重試中。

Enqueued

timestamp

integer

事件時間。

1647420449721

eventDetail

string

事件詳細資料。

{"Error":"UnhandledInvocationError"}