|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
Asynchronous task information. |
||
| alreadyRetriedTimes |
integer |
The number of retries after the asynchronous task fails. |
3 |
| destinationStatus |
string |
The final state of the asynchronous task. |
Succeeded |
| durationMs |
integer |
The execution duration of the asynchronous task. |
1000 |
| endTime |
integer |
The end time of the asynchronous task. Unit: milliseconds. |
1633449590000 |
| events |
array |
The events of the asynchronous task. |
|
| AsyncTaskEvent |
The event of the asynchronous task. |
||
| functionArn |
string |
The Alibaba Cloud Resource Name (ARN) of the function. |
acs:fc:cn-shanghai:1234/functions/my-func |
| instanceId |
string |
The instance ID of the asynchronous task. |
D4-*******9FD1-882707E |
| qualifier |
string |
The version or alias of the function. |
prod |
| requestId |
string |
The request ID of the asynchronous task. |
e026ae92-61e5-472f-b32d-1c9e3c4e**** |
| returnPayload |
string |
The response payload after asynchronous task execution. Maximum size: 1 MB. This parameter is in public preview. To use it, contact us. |
result |
| startedTime |
integer |
The start time of the asynchronous task. Unit: milliseconds. |
1633449590000 |
| status |
string |
The state of the asynchronous task.
|
Running |
| taskErrorMessage |
string |
The error message returned when the asynchronous task fails. |
UnhandledInvocationError |
| taskId |
string |
The ID of the asynchronous task. |
e026ae92-61e5-472f-b32d-1c9e3c4e**** |
| taskPayload |
string |
The input payload of the asynchronous task. |
body |